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

/freebsd-current/usr.sbin/nscd/
H A Dagent.c39 struct agent const *ap1 = *((struct agent const **)a1); local
43 res = strcmp(ap1->name, ap2->name);
45 if (ap1->type == ap2->type)
47 else if (ap1->type < ap2->type)
/freebsd-current/crypto/openssl/crypto/objects/
H A Dobjxref.pl62 my$ap1 = $oid_tbl{$xref_tbl{$a}[0]};
64 return $ap1 - $bp1 if ($ap1 != $bp1);

Completed in 62 milliseconds