Home
last modified time | relevance | path

Searched refs:uid (Results 1 – 13 of 13) sorted by relevance

/nscd/
A Dnscd.h288 void *key, uid_t uid);
290 void *key, uid_t uid);
298 void *key, uid_t uid);
300 void *key, uid_t uid);
308 void *key, uid_t uid);
310 void *key, uid_t uid);
326 void *key, uid_t uid);
333 request_header *req, void *key, uid_t uid);
339 request_header *req, void *key, uid_t uid);
343 request_header *req, void *key, uid_t uid);
[all …]
A Dgetpwuid_r.c23 #define ADD_PARAMS uid_t uid
24 #define ADD_VARIABLES uid
A Dnetgroupcache.c114 const char *key, uid_t uid, struct hashentry *he, in addgetnetgrentX() argument
434 true, db, uid, he == NULL); in addgetnetgrentX()
452 char *key, uid_t uid, struct hashentry *he, in addinnetgrX() argument
478 db, uid); in addinnetgrX()
594 true, db, uid, he == NULL); in addinnetgrX()
611 const char *key, uid_t uid, struct hashentry *he, in addgetnetgrentX_ignore() argument
616 time_t timeout = addgetnetgrentX (db, fd, req, key, uid, he, dh, in addgetnetgrentX_ignore()
624 void *key, uid_t uid) in addgetnetgrent() argument
626 addgetnetgrentX_ignore (db, fd, req, key, uid, NULL, NULL); in addgetnetgrent()
646 void *key, uid_t uid) in addinnetgr() argument
[all …]
A Dhstcache.c429 void *key, uid_t uid, struct hashentry *he, struct datahead *dh) in addhstbyX() argument
477 time_t timeout = cache_addhst (db, fd, req, key, hst, uid, he, dh, in addhstbyX()
486 void *key, uid_t uid) in addhstbyname() argument
488 addhstbyX (db, fd, req, key, uid, NULL, NULL); in addhstbyname()
508 void *key, uid_t uid) in addhstbyaddr() argument
510 addhstbyX (db, fd, req, key, uid, NULL, NULL); in addhstbyaddr()
530 void *key, uid_t uid) in addhstbynamev6() argument
532 addhstbyX (db, fd, req, key, uid, NULL, NULL); in addhstbynamev6()
552 void *key, uid_t uid) in addhstbyaddrv6() argument
554 addhstbyX (db, fd, req, key, uid, NULL, NULL); in addhstbyaddrv6()
A Dservicescache.c342 char *key, uid_t uid, struct hashentry *he, struct datahead *dh) in addservbyX() argument
378 time_t timeout = cache_addserv (db, fd, req, key, serv, uid, he, dh, errval); in addservbyX()
386 void *key, uid_t uid) in addservbyname() argument
388 addservbyX (db, fd, req, key, uid, NULL, NULL); in addservbyname()
408 void *key, uid_t uid) in addservbyport() argument
410 addservbyX (db, fd, req, key, uid, NULL, NULL); in addservbyport()
A Dinitgrcache.c53 void *key, uid_t uid, struct hashentry *const he, in addinitgroupsX() argument
233 &dataset->head, true, db, uid, he == NULL); in addinitgroupsX()
366 db, uid, he == NULL); in addinitgroupsX()
387 uid_t uid) in addinitgroups() argument
389 addinitgroupsX (db, fd, req, key, uid, NULL, NULL); in addinitgroups()
A Dconnections.c1138 db, uid); in handle_request()
1170 addpwbyname (db, fd, req, key, uid); in handle_request()
1174 addpwbyuid (db, fd, req, key, uid); in handle_request()
1182 addgrbygid (db, fd, req, key, uid); in handle_request()
1202 addhstai (db, fd, req, key, uid); in handle_request()
1222 addinnetgr (db, fd, req, key, uid); in handle_request()
1243 uid = caller.uid; in handle_request()
1247 uid = 0; in handle_request()
1255 if (uid == 0 || uid == stat_uid) in handle_request()
1258 else if (uid == 0) in handle_request()
[all …]
A Dgrpcache.c412 union keytype key, const char *keystr, uid_t uid, in addgrbyX() argument
450 time_t timeout = cache_addgr (db, fd, req, keystr, grp, uid, he, dh, errval); in addgrbyX()
458 void *key, uid_t uid) in addgrbyname() argument
462 addgrbyX (db, fd, req, u, key, uid, NULL, NULL); in addgrbyname()
483 void *key, uid_t uid) in addgrbygid() argument
499 addgrbyX (db, fd, req, u, key, uid, NULL, NULL); in addgrbygid()
A Dnscd_getpw_r.c54 __nscd_getpwuid_r (uid_t uid, struct passwd *resultbuf, char *buffer, in __nscd_getpwuid_r() argument
59 char *cp = _itoa_word (uid, buf + sizeof (buf) - 1, 10, 0); in __nscd_getpwuid_r()
A Dpwdcache.c465 uid_t uid = strtoul ((char *) key, &ep, 10); in addpwbyuid() local
476 union keytype u = { .u = uid }; in addpwbyuid()
487 uid_t uid = strtoul (db->data + he->key, &ep, 10); in readdpwbyuid() local
497 union keytype u = { .u = uid }; in readdpwbyuid()
A Daicache.c48 void *key, uid_t uid, struct hashentry *const he, in addhstaiX() argument
505 true, db, uid, he == NULL); in addhstaiX()
524 uid_t uid) in addhstai() argument
526 addhstaiX (db, fd, req, key, uid, NULL, NULL); in addhstai()
A Dnscd_stat.c172 uid_t uid = getuid (); in receive_print_stats() local
178 if (uid != 0) in receive_print_stats()
181 if(stat_user == NULL || stat_uid != uid) in receive_print_stats()
A Dnscd_proto.h42 extern int __nscd_getpwuid_r (uid_t uid, struct passwd *resultbuf,

Completed in 30 milliseconds