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

/freebsd-11-stable/share/examples/sunrpc/sort/
H A Dsort_proc.c6 comparestrings(sp1, sp2)
7 char **sp1, **sp2;
9 return (strcmp(*sp1, *sp2));
/freebsd-11-stable/contrib/byacc/
H A Dgraph.c57 Value_t *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.c179 Value_t *sp1; local
186 sp1 = sp = ritem + statep->items[i];
193 for (sp = ritem + rrhs[rule]; sp < sp1; sp++)
H A Dlr0.c404 Value_t *sp1; local
414 sp1 = shiftset;
418 while (sp1 < send)
419 *sp2++ = *sp1++;
H A Doutput.c647 Value_t *sp1; local
666 froms[symno] = sp1 = sp = NEW2(count, Value_t);
673 *sp1++ = from_state[i];
679 width[symno] = (Value_t)(sp1[-1] - sp[0] + 1);
/freebsd-11-stable/lib/libc/stdlib/
H A Dradixsort.c133 stack s[SIZE], *sp, *sp0, *sp1, temp; local
183 sp0 = sp1 = sp; /* Stack position of biggest bin. */
197 sp1 = sp;
204 swap(*sp0, *sp1, temp); /* Play it safe -- biggest bin last. */
232 stack s[512], *sp, *sp0, *sp1, temp; local
261 sp0 = sp1 = sp;
277 sp1 = sp;
285 swap(*sp0, *sp1, temp);
/freebsd-11-stable/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-11-stable/crypto/openssl/crypto/md2/
H A Dmd2_dgst.c170 register MD2_INT t, *sp1, *sp2; local
174 sp1 = c->state;
178 state[i] = sp1[i];
180 state[i + 32] = (t ^ sp1[i]);
197 memcpy(sp1, state, 16 * sizeof(MD2_INT));
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsautil.c152 bit32 sp1; local
153 sp1= ossaHwRegRead(agRoot,V_Scratchpad_1_Register );
155 if(SCRATCH_PAD1_V_ERROR_STATE(sp1))
157 SA_DBG1(("siDumpActiveIORequests: SCRATCH_PAD1_V_ERROR_STAT 0x%x\n",sp1 ));
H A Dsainit.c2879 bit32 sp1; local
2880 sp1= ossaHwRegRead(agRoot,V_Scratchpad_1_Register );
2881 if(SCRATCH_PAD1_V_ERROR_STATE(sp1))
2883 SA_DBG1(("mpiInitialize: SCRATCH_PAD1_V_ERROR_STAT 0x%x\n",sp1 ));
/freebsd-11-stable/contrib/tcsh/
H A Dsh.func.c707 struct srch *sp, *sp1, *sp2; local
720 for (sp1 = srchn, sp2 = srchn + nsrchn; sp1 < sp2;) {
721 sp = sp1 + ((sp2 - sp1) >> 1);
728 sp1 = sp + 1;
/freebsd-11-stable/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-11-stable/sys/dev/mpt/
H A Dmpt.c3016 mpt2host_config_page_scsi_port_1(CONFIG_PAGE_SCSI_PORT_1 *sp1) argument
3019 MPT_2_HOST32(sp1, Configuration);
3020 MPT_2_HOST32(sp1, OnBusTimerValue);
3021 MPT_2_HOST16(sp1, IDConfig);
3025 host2mpt_config_page_scsi_port_1(CONFIG_PAGE_SCSI_PORT_1 *sp1) argument
3028 HOST_2_MPT32(sp1, Configuration);
3029 HOST_2_MPT32(sp1, OnBusTimerValue);
3030 HOST_2_MPT16(sp1, IDConfig);
/freebsd-11-stable/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));
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_sport.c1614 * @param sp1 Pointer to service parameters 1.
1622 ocs_sparm_cmp(uint8_t *sp1, uint8_t *sp2) argument
1629 v = ((int)(sp1[i] & sp3[i])) - ((int)(sp2[i] & sp3[i]));
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_control.c3157 const char *sp1 = reqpt; local
3161 while ( (sp1 != tp)
3162 && ('\0' != *sp2) && (*sp1 == *sp2)) {
3163 ++sp1;
3166 if (sp1 == tp && (*sp2 == '\0' || *sp2 == '='))

Completed in 231 milliseconds