Searched refs:key_cmp (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/base/
H A Dbsearch.c158 int key_cmp = -1; local
238 * bother comparing -- we know key_cmp must be -1 here.
240 key_cmp = -1;
249 * know key_cmp must be >= 0 but we can't tell. Our caller
252 key_cmp = 1;
256 key_cmp = strncmp(key, &buf[key_start], key_len);
257 if (key_cmp == 0 && strlen(key) != key_len)
258 key_cmp = 1;
259 if (key_cmp < 0) {
265 } else if (key_cmp >
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Drrl.c392 key_cmp(const dns_rrl_key_t *a, const dns_rrl_key_t *b) { function
553 if (key_cmp(&e->key, &key)) {
568 if (key_cmp(&e->key, &key)) {
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Drrl.c392 key_cmp(const dns_rrl_key_t *a, const dns_rrl_key_t *b) { function
553 if (key_cmp(&e->key, &key)) {
568 if (key_cmp(&e->key, &key)) {
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dstore.cc709 if (int key_cmp = binding_key::cmp (k1, k2))
710 return key_cmp;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.h1427 static int key_cmp (const void *, const void *);
H A Dregion-model.cc2573 array_region::key_cmp (const void *p1, const void *p2) function in class:ana::array_region
2600 keys.qsort (key_cmp);
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-z80.c756 key_cmp (const void * a, const void * b) function
1075 sizeof (cc_tab[0]), key_cmp);
3692 sizeof (instab[0]), key_cmp);
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-z80.c741 key_cmp (const void * a, const void * b) function
1057 sizeof (cc_tab[0]), key_cmp);
3634 sizeof (instab[0]), key_cmp);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-z80.c756 key_cmp (const void * a, const void * b) function
1075 sizeof (cc_tab[0]), key_cmp);
3692 sizeof (instab[0]), key_cmp);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbe.cc9957 key_cmp (const void *p1, const void *p2)
10098 kidx_map->sort (key_cmp);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbe.cc9957 key_cmp (const void *p1, const void *p2)
10098 kidx_map->sort (key_cmp);

Completed in 285 milliseconds