Searched refs:keystr (Results 1 – 2 of 2) sorted by relevance
/nscd/ |
A D | pwdcache.c | 390 union keytype key, const char *keystr, uid_t c_uid, in addpwbyX() argument 406 dbg_log (_("Haven't found \"%s\" in user database cache!"), keystr); in addpwbyX() 408 dbg_log (_("Reloading \"%s\" in user database cache!"), keystr); in addpwbyX() 428 time_t timeout = cache_addpw (db, fd, req, keystr, pwd, c_uid, he, dh, in addpwbyX()
|
A D | grpcache.c | 412 union keytype key, const char *keystr, uid_t uid, in addgrbyX() argument 429 dbg_log (_("Haven't found \"%s\" in group cache!"), keystr); in addgrbyX() 431 dbg_log (_("Reloading \"%s\" in group cache!"), keystr); in addgrbyX() 450 time_t timeout = cache_addgr (db, fd, req, keystr, grp, uid, he, dh, errval); in addgrbyX()
|
Completed in 7 milliseconds