Searched refs:GETPWBYNAME (Results 1 – 7 of 7) sorted by relevance
/nscd/ |
A D | pwdcache.c | 333 if (cache_add (GETPWBYNAME, key_copy, key_len + 1, in cache_addpw() 341 if ((req->type == GETPWBYNAME || db->propagate) in cache_addpw() 342 && __builtin_expect (cache_add (GETPWBYNAME, dataset->strdata, in cache_addpw() 347 if (req->type == GETPWBYNAME && db->propagate) in cache_addpw() 381 if (type == GETPWBYNAME) in lookup() 451 .type = GETPWBYNAME, in readdpwbyname()
|
A D | nscd_getpw_r.c | 49 return nscd_getpw_r (name, strlen (name) + 1, GETPWBYNAME, resultbuf, in __nscd_getpwnam_r()
|
A D | selinux.c | 48 [GETPWBYNAME] = "getpwd",
|
A D | nscd-client.h | 53 GETPWBYNAME, enumerator
|
A D | cachedumper.c | 183 case GETPWBYNAME: in nscd_print_cache()
|
A D | cache.c | 50 [GETPWBYNAME] = readdpwbyname,
|
A D | connections.c | 81 [GETPWBYNAME] = "GETPWBYNAME", 219 [GETPWBYNAME] = { true, &dbs[pwddb] }, 1169 case GETPWBYNAME: in handle_request() 1642 if (req.type < GETPWBYNAME || req.type >= LASTREQ) in nscd_run_worker()
|
Completed in 18 milliseconds