Searched refs:p1 (Results 351 - 375 of 456) sorted by relevance

<<111213141516171819

/freebsd-10.2-release/contrib/openbsm/bin/auditfilterd/
H A DMakefile.in292 while read p p1; do if test -f $$p || test -f $$p1; \
/freebsd-10.2-release/contrib/openbsm/bin/auditreduce/
H A DMakefile.in291 while read p p1; do if test -f $$p || test -f $$p1; \
/freebsd-10.2-release/contrib/openbsm/bin/praudit/
H A DMakefile.in291 while read p p1; do if test -f $$p || test -f $$p1; \
/freebsd-10.2-release/contrib/openpam/bin/pamtest/
H A DMakefile.in361 while read p p1; do if test -f $$p \
362 || test -f $$p1 \
/freebsd-10.2-release/contrib/openpam/bin/su/
H A DMakefile.in361 while read p p1; do if test -f $$p \
362 || test -f $$p1 \
/freebsd-10.2-release/crypto/openssl/crypto/evp/
H A Devp_locl.h325 int (*ctrl) (EVP_PKEY_CTX *ctx, int type, int p1, void *p2);
/freebsd-10.2-release/libexec/rtld-elf/
H A Drtld.c789 char *p, *p1, *res, *resp; local
798 for (p = real, subst_count = 0;; p = p1 + kw_len, subst_count++) {
799 p1 = strstr(p, kw);
800 if (p1 == NULL)
829 p1 = strstr(p, kw);
830 if (p1 != NULL) {
832 memcpy(resp, p, p1 - p);
833 resp += p1 - p;
838 p = p1 + kw_len;
/freebsd-10.2-release/contrib/bmake/
H A Djob.c1241 char *p1; local
1252 Var_Set(IMPSRC, Var_Value(TARGET, gn, &p1), gn, 0);
1253 if (p1)
1254 free(p1);
H A Dmeta.c838 const char *p1 = p; local
841 return strcmp(p1, p2);
/freebsd-10.2-release/contrib/mdocml/
H A Deqn.c125 #define STRNEQ(p1, sz1, p2, sz2) \
126 ((sz1) == (sz2) && 0 == strncmp((p1), (p2), (sz1)))
/freebsd-10.2-release/contrib/gcc/
H A Dtree-ssa-reassoc.c230 operand_entry_eq (const void *p1, const void *p2) argument
232 const operand_entry_t vr1 = (operand_entry_t) p1;
/freebsd-10.2-release/contrib/gcclibs/libiberty/
H A Dhashtab.c205 eq_pointer (const PTR p1, const PTR p2) argument
207 return p1 == p2;
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntp_refclock.c342 const void *p1,
346 const double *dp1 = (const double *)p1;
341 refclock_cmpl_fp( const void *p1, const void *p2 ) argument
/freebsd-10.2-release/crypto/heimdal/kadmin/
H A DMakefile.in556 while read p p1; do if test -f $$p || test -f $$p1; \
608 while read p p1; do if test -f $$p || test -f $$p1; \
/freebsd-10.2-release/crypto/heimdal/kpasswd/
H A DMakefile.in470 while read p p1; do if test -f $$p || test -f $$p1; \
513 while read p p1; do if test -f $$p || test -f $$p1; \
/freebsd-10.2-release/crypto/heimdal/kuser/
H A DMakefile.in553 while read p p1; do if test -f $$p || test -f $$p1; \
596 while read p p1; do if test -f $$p || test -f $$p1; \
/freebsd-10.2-release/crypto/heimdal/lib/kadm5/
H A DMakefile.in715 while read p p1; do if test -f $$p || test -f $$p1; \
767 while read p p1; do if test -f $$p || test -f $$p1; \
/freebsd-10.2-release/crypto/heimdal/appl/kf/
H A DMakefile.in451 while read p p1; do if test -f $$p || test -f $$p1; \
494 while read p p1; do if test -f $$p || test -f $$p1; \
/freebsd-10.2-release/crypto/heimdal/appl/rsh/
H A DMakefile.in453 while read p p1; do if test -f $$p || test -f $$p1; \
496 while read p p1; do if test -f $$p || test -f $$p1; \
/freebsd-10.2-release/contrib/tnftp/src/
H A DMakefile.in304 while read p p1; do if test -f $$p || test -f $$p1; \
/freebsd-10.2-release/contrib/expat/xmlwf/
H A Dxmlwf.c155 nsattcmp(const void *p1, const void *p2) argument
157 const XML_Char *att1 = *(const XML_Char **)p1;
/freebsd-10.2-release/contrib/groff/src/preproc/refer/
H A Drefer.cpp932 int rcompare(const void *p1, const void *p2) argument
934 return compare_reference(**(reference **)p1, **(reference **)p2);
/freebsd-10.2-release/contrib/binutils/libiberty/
H A Dhashtab.c205 eq_pointer (const PTR p1, const PTR p2) argument
207 return p1 == p2;
/freebsd-10.2-release/sys/dev/hptrr/
H A Dhptintf.h1447 #define hpt_rebuild_mirror(p1, p2, p3) hpt_rebuild_data_block(p1, p2, p3)
/freebsd-10.2-release/crypto/openssh/contrib/suse/
H A Dopenssh.spec16 Version: 6.6p1

Completed in 189 milliseconds

<<111213141516171819