Searched refs:sp1 (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/share/examples/sunrpc/sort/
H A Dsort_proc.c6 comparestrings(sp1, sp2)
7 char **sp1, **sp2;
9 return (strcmp(*sp1, *sp2));
/freebsd-10.0-release/contrib/byacc/
H A Dgraph.c57 short *sp1; local
64 sp1 = sp = ritem + *isp;
71 for (sp = ritem + rrhs[rule]; sp < sp1; sp++)
82 if (*sp1 < 0)
83 graph_LA(-*sp1);
H A Dverbose.c159 short *sp1; local
166 sp1 = sp = ritem + statep->items[i];
173 for (sp = ritem + rrhs[rule]; sp < sp1; sp++)
H A Dlr0.c401 short *sp1; local
411 sp1 = shiftset;
415 while (sp1 < send)
416 *sp2++ = *sp1++;
H A Doutput.c363 Value_t *sp1; local
382 froms[symno] = sp1 = sp = NEW2(count, Value_t);
389 *sp1++ = from_state[i];
395 width[symno] = (Value_t) (sp1[-1] - sp[0] + 1);
/freebsd-10.0-release/lib/libc/stdlib/
H A Dradixsort.c143 stack s[SIZE], *sp, *sp0, *sp1, temp; local
193 sp0 = sp1 = sp; /* Stack position of biggest bin. */
207 sp1 = sp;
214 swap(*sp0, *sp1, temp); /* Play it safe -- biggest bin last. */
245 stack s[512], *sp, *sp0, *sp1, temp; local
274 sp0 = sp1 = sp;
290 sp1 = sp;
298 swap(*sp0, *sp1, temp);
/freebsd-10.0-release/lib/libipsec/
H A Dtest-policy.c229 char *sp1, *sp2; local
238 sp1 = ipsec_set_policy(pol1, strlen(pol1));
239 splen1 = ipsec_get_policylen(sp1);
255 255, sp1, splen1, 0) < 0)
274 255, sp1, splen1, 0) < 0)
/freebsd-10.0-release/crypto/openssl/crypto/md2/
H A Dmd2_dgst.c169 register MD2_INT t,*sp1,*sp2; local
173 sp1=c->state;
178 state[i]=sp1[i];
180 state[i+32]=(t^sp1[i]);
199 memcpy(sp1,state,16*sizeof(MD2_INT));
/freebsd-10.0-release/contrib/tcsh/
H A Dsh.func.c711 struct srch *sp, *sp1, *sp2; local
724 for (sp1 = srchn, sp2 = srchn + nsrchn; sp1 < sp2;) {
725 sp = sp1 + ((sp2 - sp1) >> 1);
732 sp1 = sp + 1;
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Drcsedit.c1025 char const *sp1; local
1197 sp1 = date2str(date, datebuf);
1200 delta->num, sp1, delta->author
1204 sp1 = strchr(sp1, ' ');
1206 delta->num, (int)(sp1-datebuf), datebuf, sp1,
/freebsd-10.0-release/sys/dev/mpt/
H A Dmpt.c3010 mpt2host_config_page_scsi_port_1(CONFIG_PAGE_SCSI_PORT_1 *sp1) argument
3013 MPT_2_HOST32(sp1, Configuration);
3014 MPT_2_HOST32(sp1, OnBusTimerValue);
3015 MPT_2_HOST16(sp1, IDConfig);
3019 host2mpt_config_page_scsi_port_1(CONFIG_PAGE_SCSI_PORT_1 *sp1) argument
3022 HOST_2_MPT32(sp1, Configuration);
3023 HOST_2_MPT32(sp1, OnBusTimerValue);
3024 HOST_2_MPT16(sp1, IDConfig);
/freebsd-10.0-release/crypto/heimdal/kadmin/
H A Drpc.c880 krb5_storage *sp1; local
899 sp1 = krb5_storage_from_mem(gout.value, gout.length);
900 INSIST(sp1 != NULL);
902 CHECK(krb5_ret_uint32(sp1, &seq));

Completed in 199 milliseconds