Searched refs:keystr (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/nscd/ |
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()
|
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()
|
/glibc-2.36/math/ |
D | libm-test-support.c | 192 const char *keystr = key; in compare_ulp_data() local 194 return strcmp (keystr, ulpdat->name); in compare_ulp_data()
|