Searched refs:GETPWBYUID (Results 1 – 7 of 7) sorted by relevance
/nscd/ |
A D | pwdcache.c | 322 if (req->type == GETPWBYUID) in cache_addpw() 324 if (cache_add (GETPWBYUID, cp, key_offset, &dataset->head, true, in cache_addpw() 348 (void) cache_add (GETPWBYUID, cp, key_offset, &dataset->head, in cache_addpw() 494 .type = GETPWBYUID, in readdpwbyuid()
|
A D | nscd_getpw_r.c | 61 return nscd_getpw_r (cp, buf + sizeof (buf) - cp, GETPWBYUID, resultbuf, in __nscd_getpwuid_r()
|
A D | selinux.c | 49 [GETPWBYUID] = "getpwd",
|
A D | nscd-client.h | 54 GETPWBYUID, enumerator
|
A D | cachedumper.c | 184 case GETPWBYUID: in nscd_print_cache()
|
A D | cache.c | 51 [GETPWBYUID] = readdpwbyuid,
|
A D | connections.c | 82 [GETPWBYUID] = "GETPWBYUID", 220 [GETPWBYUID] = { true, &dbs[pwddb] }, 1173 case GETPWBYUID: in handle_request()
|
Completed in 17 milliseconds