Searched refs:ap1 (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/usr.sbin/nscd/ |
| D | agent.c | 41 struct agent const *ap1 = *((struct agent const **)a1); in agent_cmp_func() local 45 res = strcmp(ap1->name, ap2->name); in agent_cmp_func() 47 if (ap1->type == ap2->type) in agent_cmp_func() 49 else if (ap1->type < ap2->type) in agent_cmp_func()
|
| /freebsd-10-stable/crypto/openssl/crypto/objects/ |
| D | objxref.pl | 49 my$ap1 = $oid_tbl{$xref_tbl{$a}[0]}; 51 return $ap1 - $bp1 if ($ap1 != $bp1);
|
| /freebsd-10-stable/bin/sh/ |
| D | options.c | 359 char **ap1, **ap2; in shiftcmd() local 368 for (ap1 = shellparam.p ; --n >= 0 ; ap1++) { in shiftcmd() 370 ckfree(*ap1); in shiftcmd() 373 while ((*ap2++ = *ap1++) != NULL); in shiftcmd()
|
| /freebsd-10-stable/usr.bin/xlint/lint2/ |
| D | chk.c | 334 type_t *tp1, *tp2, **ap1, **ap2; in chkfaui() local 373 ap1 = tp1->t_args; in chkfaui() 376 while (*ap1 != NULL && *ap2 != NULL) { in chkfaui() 381 *ap1, *ap2); in chkfaui() 382 ap1++; in chkfaui() 385 if (*ap1 == *ap2) { in chkfaui() 1099 type_t **ap1, **ap2, *tp1, *tp2; in chkadecl() local 1123 ap1 = TP(sym1->s_type)->t_args; in chkadecl() 1126 while (*ap1 != NULL && *ap2 != NULL) { in chkadecl() 1128 eq = eqtype(*ap1, *ap2, 1, osdef, 0, &warn); in chkadecl() [all …]
|
| /freebsd-10-stable/contrib/llvm/patches/ |
| D | patch-r252503-arm-transient-stack-alignment.diff | 36 %ap1 = bitcast i8** %ap to i8*
|
| /freebsd-10-stable/sys/dev/snc/ |
| D | dp83932.c | 722 u_short ap2, ap1, ap0; in camdump() local 726 ap1 = NIC_GET(sc, SNCR_CAP1); in camdump() 728 printf("%d: ap2=0x%x ap1=0x%x ap0=0x%x\n", i, ap2, ap1, ap0); in camdump()
|