Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/smtpd/
H A Dtable_getpwnam.c26 static int table_getpwnam_lookup(struct table *, enum table_service, const char *,
38 .lookup = table_getpwnam_lookup,
52 table_getpwnam_lookup(struct table *table, enum table_service kind, const char *key, in table_getpwnam_lookup() function