Home
last modified time | relevance | path

Searched refs:keycmp (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/smtpd/
H A Dtable_db.c58 static struct keycmp { struct
61 } keycmp[] = { variable
175 for (i = 0; i < nitems(keycmp); ++i) in table_db_lookup()
176 if (keycmp[i].service == service) in table_db_lookup()
177 match = keycmp[i].func; in table_db_lookup()
H A Dtable_static.c60 static struct keycmp { struct
63 } keycmp[] = { argument
276 for (i = 0; i < nitems(keycmp); ++i) in table_static_lookup()
277 if (keycmp[i].service == service) in table_static_lookup()
278 match = keycmp[i].func; in table_static_lookup()
/openbsd/sbin/route/
H A Droute.c93 int keycmp(const void *, const void *);
2035 keycmp(const void *key, const void *kt) in keycmp() function
2046 sizeof(keywords[0]), keycmp); in keyword()