Searched refs:lookup (Results 1 – 4 of 4) sorted by relevance
/nscd/ |
A D | servicescache.c | 318 lookup (int type, char *key, struct servent *resultbufp, char *buffer, in lookup() function 362 while (lookup (req->type, key, &resultbuf, in addservbyX()
|
A D | pwdcache.c | 378 lookup (int type, union keytype key, struct passwd *resultbufp, char *buffer, in lookup() function 411 while (lookup (req->type, key, &resultbuf, in addpwbyX()
|
A D | grpcache.c | 400 lookup (int type, union keytype key, struct group *resultbufp, char *buffer, in lookup() function 434 while (lookup (req->type, key, &resultbuf, in addgrbyX()
|
A D | hstcache.c | 410 lookup (int type, void *key, struct hostent *resultbufp, char *buffer, in lookup() function 459 while (lookup (req->type, key, &resultbuf, in addhstbyX()
|
Completed in 10 milliseconds