Home
last modified time | relevance | path

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

/freebsd/usr.sbin/nscd/agents/
H A Dservices.c40 static int services_lookup_func(const char *, size_t, char **, size_t *);
121 services_lookup_func(const char *key, size_t key_size, char **buffer, in services_lookup_func() function
132 TRACE_IN(services_lookup_func); in services_lookup_func()
201 TRACE_OUT(services_lookup_func); in services_lookup_func()
253 retval->lookup_func = services_lookup_func; in init_services_agent()