Searched refs:p1 (Results 201 - 225 of 391) sorted by relevance

1234567891011>>

/freebsd-10.0-release/usr.bin/gprof/
H A Dgprof.c390 const nltype *p1 = (const nltype *)v1; local
393 if ( p1 -> value < p2 -> value ) {
396 if ( p1 -> value > p2 -> value ) {
/freebsd-10.0-release/contrib/sendmail/src/
H A Dparseaddr.c3054 ** p1 -- the first string to check.
3070 rscheck(rwset, p1, p2, e, flags, logl, host, logid, addr)
3072 char *p1;
3097 sm_dprintf("rscheck(%s, %s, %s)\n", rwset, p1,
3106 bufsize = strlen(p1) + strlen(p2) + 2;
3114 (void) sm_snprintf(buf, bufsize, "%s%c%s", p1, CONDELSE, p2);
3118 bufsize = strlen(p1) + 1;
3126 (void) sm_strlcpy(buf, p1, bufsize);
3243 rwset, p1, lbuf);
3247 rwset, p1, lbu
[all...]
/freebsd-10.0-release/contrib/amd/fsinfo/
H A Dfsi_analyze.c97 char *p1, *p2; local
99 if ((p1 = strchr(otherdom, '.')) &&
101 STREQ(p1 + 1, p2 + 1))
102 *p1 = '\0';
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dsparc-dis.c357 char *p1 = (char *) strchr (op1->args, '+'); local
359 if (p0 && p1)
364 if (p0[-1] == 'i' && p1[1] == 'i')
367 if (p0[1] == 'i' && p1[-1] == 'i')
/freebsd-10.0-release/contrib/bmake/
H A Dcond.c334 char *p1;
337 if (Var_Value(arg, VAR_CMD, &p1) != NULL) {
342 if (p1)
343 free(p1);
332 char *p1; local
H A Ddir.c958 char *p1; /* pointer into p->name */ local
971 for (p1 = p->name, p2 = name; *p1 && *p1 == *p2; p1++, p2++) {
974 if (*p1 != '\0' || p2 != cp - 1) {
H A Dsuff.c292 char *p1; /* Pointer into suffix name */ local
298 p1 = s->name + s->nameLen;
301 while (p1 >= s->name && *p1 == *p2) {
302 p1--;
306 return (p1 == s->name - 1 ? p2 : NULL);
1922 char *p1;
1923 Var_Set(copy[i], Var_Value(copy[i], mem, &p1), gn, 0);
1924 if (p1)
1925 free(p1);
1921 char *p1; local
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dinferior.h90 extern int ptid_equal (ptid_t p1, ptid_t p2);
H A Dsolib-osf.c192 lm_sec_cmp (const void *p1, const void *p2) argument
194 const struct lm_sec *lms1 = p1, *lms2 = p2;
H A Dsource.c667 const char *p1;
708 for (p = path; p; p = p1 ? p1 + 1 : 0)
710 p1 = strchr (p, DIRNAME_SEPARATOR);
711 if (p1)
712 len = p1 - p;
664 const char *p1; local
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbntest.c1252 int p1[] = {193,15,0,-1}; local
1262 BN_GF2m_arr2poly(p1, b[1]);
1310 int p1[] = {193,15,0,-1}; local
1323 BN_GF2m_arr2poly(p1, b[1]);
1381 int p1[] = {193,15,0,-1}; local
1390 BN_GF2m_arr2poly(p1, b[1]);
1440 int p1[] = {193,15,0,-1}; local
1449 BN_GF2m_arr2poly(p1, b[1]);
1495 int p1[] = {193,15,0,-1}; local
1506 BN_GF2m_arr2poly(p1,
1558 int p1[] = {193,15,0,-1}; local
1629 int p1[] = {193,15,0,-1}; local
1688 int p1[] = {193,15,0,-1}; local
[all...]
/freebsd-10.0-release/lib/libc/db/test/
H A Ddbtest.c342 u_char *p1, *p2; local
349 for (p1 = db1->data, p2 = db2->data; len--;)
350 if (*p1++ != *p2++) {
352 p1 - (u_char *)db1->data);
/freebsd-10.0-release/sys/sys/
H A Dresourcevar.h129 void lim_fork(struct proc *p1, struct proc *p2);
/freebsd-10.0-release/usr.sbin/lpr/lpr/
H A Dlpr.c620 register char *p1 = buf; local
623 *p1++ = c;
625 *p1++ = (c == '\n') ? ' ' : c;
628 *p1++ = '\n';
/freebsd-10.0-release/contrib/bsnmp/snmp_mibII/
H A DmibII_tcp.c58 tcp_compare(const void *p1, const void *p2) argument
60 const struct tcp_index *t1 = p1;
/freebsd-10.0-release/contrib/expat/xmlwf/
H A Dxmlwin32url.cxx163 XML_Char *p1 = wcharset; local
165 while ((*p1++ = (unsigned char)*p2++) != 0)
/freebsd-10.0-release/contrib/gcc/
H A Dtree-vn.c151 val_expr_pair_expr_eq (const void *p1, const void *p2) argument
155 const val_expr_pair_t ve1 = (val_expr_pair_t) p1;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DReachableCode.cpp113 static int SrcCmp(const void *p1, const void *p2) { argument
116 ((const std::pair<const CFGBlock *, const Stmt *>*) p1)->second->getLocStart();
/freebsd-10.0-release/contrib/opie/
H A Dopieftpd.c268 VOIDRET reply FUNCTION((n, fmt, p0, p1, p2, p3, p4, p5), int n AND char *fmt AND int p0 AND int p1 AND int p2 AND int p3 AND int p4 AND int p5)
271 printf(fmt, p0, p1, p2, p3, p4, p5);
276 syslog(LOG_DEBUG, fmt, p0, p1, p2, p3, p4, p5);
297 VOIDRET lreply FUNCTION((n, fmt, p0, p1, p2, p3, p4, p5), int n AND char *fmt AND int p0 AND int p1 AND int p2 AND int p3 AND int p4 AND int p5)
300 printf(fmt, p0, p1, p2, p3, p4, p5);
305 syslog(LOG_DEBUG, fmt, p0, p1, p2, p3, p4, p5);
/freebsd-10.0-release/sys/dev/firewire/
H A Dfirewire.h334 } p1; member in union:fw_self_id
384 } p1; member in union:fw_self_id
/freebsd-10.0-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c1141 ng_hci_node_get_neighbor_cache_ep *p1 = NULL; local
1178 p1 = (ng_hci_node_get_neighbor_cache_ep *)
1181 (p1 + 1);
1183 p->num_entries = min(p->num_entries, p1->num_entries);
1197 ng_hci_node_con_list_ep *p1 = NULL; local
1234 p1 = (ng_hci_node_con_list_ep *)(pcb->msg->data);
1235 p2 = (ng_hci_node_con_ep *)(p1 + 1);
1238 p1->num_connections);
/freebsd-10.0-release/usr.bin/make/
H A Dshell.c129 sort_builtins(const void *p1, const void *p2) argument
132 return (strcmp(*(const char* const*)p1, *(const char* const*)p2));
/freebsd-10.0-release/crypto/openssl/engines/
H A De_aep.c136 BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
434 t_AEP_ModExp *p1; local
462 if( !(p1 = (t_AEP_ModExp *) DSO_bind_func( aep_dso,AEP_F1)) ||
479 p_AEP_ModExp = p1;
815 BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
822 /* let rr = a1 ^ p1 mod m */
823 if (!aep_mod_exp(rr,a1,p1,m,ctx)) goto end;
814 aep_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
H A De_ubsec.c109 BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
373 t_UBSEC_ubsec_bytes_to_bits *p1; local
410 !(p1 = (t_UBSEC_ubsec_bytes_to_bits *) DSO_bind_func(ubsec_dso, UBSEC_F1)) ||
438 p_UBSEC_ubsec_bytes_to_bits = p1;
677 BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
684 /* let rr = a1 ^ p1 mod m */
685 if (!ubsec_mod_exp(rr,a1,p1,m,ctx)) goto end;
676 ubsec_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
/freebsd-10.0-release/sys/dev/drm2/i915/
H A Dintel_display.c52 int p1, p2; member in struct:__anon8117
72 intel_range_t dot, vco, n, m, m1, m2, p, p1; member in struct:intel_limit
117 .p1 = { .min = 2, .max = 33 },
131 .p1 = { .min = 1, .max = 6 },
145 .p1 = { .min = 1, .max = 8 },
159 .p1 = { .min = 1, .max = 8 },
174 .p1 = { .min = 1, .max = 3},
190 .p1 = { .min = 1, .max = 8},
204 .p1 = { .min = 2, .max = 8 },
219 .p1
[all...]

Completed in 188 milliseconds

1234567891011>>