Home
last modified time | relevance | path

Searched refs:keystr (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/nscd/
Dpwdcache.c390 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()
Dgrpcache.c412 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/
Dlibm-test-support.c192 const char *keystr = key; in compare_ulp_data() local
194 return strcmp (keystr, ulpdat->name); in compare_ulp_data()