Searched refs:sp2 (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/crypto/dso/
H A Ddso_vms.c143 const char *sp1, *sp2; /* Search result */ local
170 sp2 = strrchr(filename, '>');
171 if (sp1 == NULL) sp1 = sp2;
172 if (sp2 != NULL && sp2 > sp1) sp1 = sp2;
178 /* Now, let's see if there's a type, and save the position in sp2 */
179 sp2 = strchr(sp1, '.');
181 version number and save the position in sp2 */
182 if (sp2
[all...]
/macosx-10.10/ipsec-286.1.1/ipsec-tools/libipsec/
H A Dtest-policy.c226 char *sp1, *sp2; local
237 sp2 = ipsec_set_policy(pol2, strlen(pol2));
238 splen2 = ipsec_get_policylen(sp2);
260 255, sp2, splen2, 0) < 0)
279 255, sp2, splen2, 0) < 0)
301 255, 0, 10, sp2, splen2, 0) < 0)
309 255, sp2, splen2, 0) == 0) {
/macosx-10.10/OpenSSL098-52/src/crypto/md2/
H A Dmd2_dgst.c174 register MD2_INT t,*sp1,*sp2; local
179 sp2=c->cksm;
180 j=sp2[MD2_BLOCK-1];
186 j=sp2[i]^=S[t^j];
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dip6_forward.c536 struct secpolicy *sp2; local
550 sp2 = ipsec6_getpolicybyaddr(mcopy, IPSEC_DIR_OUTBOUND,
552 if (sp2) {
557 key_freesp(sp2, KEY_SADB_UNLOCKED);
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.func.c710 struct srch *sp, *sp1, *sp2; local
723 for (sp1 = srchn, sp2 = srchn + nsrchn; sp1 < sp2;) {
724 sp = sp1 + ((sp2 - sp1) >> 1);
729 sp2 = sp;
739 struct srch *sp, *sp2; local
741 for (sp = srchn, sp2 = srchn + nsrchn; sp < sp2; sp++)
/macosx-10.10/libresolv-57/
H A Dres_mkupdate.c95 u_char *cp, *sp1, *sp2, *startp, *endp; local
211 sp2 = cp; /* save pointer to length byte */
217 NS_PUT16(0, sp2);
403 if (cp != (sp2 + NS_INT16SZ))
660 n = (u_int16_t)((cp - sp2) - NS_INT16SZ);
661 NS_PUT16(n, sp2);
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dbytestrietest.cpp639 StringPiece sp2=builder_->buildStringPiece(buildOption, errorCode); local
640 if(sp.data()==sp2.data()) {
652 return new BytesTrie(sp2.data());
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ure/
H A Dure.c1589 _ure_state_t *sp1, *sp2, *ls, *rs; local
1596 sp2 = b->states.states + j;
1597 if (sp2->id != j)
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkGetF0.c1022 register int *sp2; local
1025 sp1 = headF->dp->locs, sp2 = locs, j=ncand; j--; ) {
1027 *sp1++ = *sp2++;
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dorg.el5946 (sp2 (cdr spaces))
5948 (make-string sp2 ?\ ) "%%%s%ds" (make-string sp1 ?\ ) "|"))
5950 (make-string sp2 ?-) "%s" (make-string sp1 ?-) "+"))

Completed in 424 milliseconds