Searched refs:ap1 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/objects/
H A Dobjxref.pl49 my$ap1 = $oid_tbl{$xref_tbl{$a}[0]};
51 return $ap1 - $bp1 if ($ap1 != $bp1);
/freebsd-10-stable/usr.sbin/nscd/
H A Dagent.c41 struct agent const *ap1 = *((struct agent const **)a1); local
45 res = strcmp(ap1->name, ap2->name);
47 if (ap1->type == ap2->type)
49 else if (ap1->type < ap2->type)
/freebsd-10-stable/bin/sh/
H A Doptions.c359 char **ap1, **ap2; local
368 for (ap1 = shellparam.p ; --n >= 0 ; ap1++) {
370 ckfree(*ap1);
373 while ((*ap2++ = *ap1++) != NULL);
/freebsd-10-stable/usr.bin/xlint/lint2/
H A Dchk.c334 type_t *tp1, *tp2, **ap1, **ap2; local
373 ap1 = tp1->t_args;
376 while (*ap1 != NULL && *ap2 != NULL) {
381 *ap1, *ap2);
382 ap1++;
385 if (*ap1 == *ap2) {
1099 type_t **ap1, **ap2, *tp1, *tp2; local
1123 ap1 = TP(sym1->s_type)->t_args;
1126 while (*ap1 != NULL && *ap2 != NULL) {
1128 eq = eqtype(*ap1, *ap
[all...]
/freebsd-10-stable/sys/dev/snc/
H A Ddp83932.c722 u_short ap2, ap1, ap0; local
726 ap1 = NIC_GET(sc, SNCR_CAP1);
728 printf("%d: ap2=0x%x ap1=0x%x ap0=0x%x\n", i, ap2, ap1, ap0);

Completed in 170 milliseconds