Home
last modified time | relevance | path

Searched refs:pwd (Results 1 – 2 of 2) sorted by relevance

/nscd/
A Dpwdcache.c77 const void *key, struct passwd *pwd, uid_t owner, in cache_addpw() argument
96 if (pwd == NULL) in cache_addpw()
172 size_t pw_dir_len = strlen (pwd->pw_dir) + 1; in cache_addpw()
228 dataset->resp.pw_uid = pwd->pw_uid; in cache_addpw()
229 dataset->resp.pw_gid = pwd->pw_gid; in cache_addpw()
237 cp = mempcpy (cp, pwd->pw_name, pw_name_len); in cache_addpw()
240 cp = mempcpy (cp, pwd->pw_dir, pw_dir_len); in cache_addpw()
379 size_t buflen, struct passwd **pwd) in lookup() argument
398 struct passwd *pwd; in addpwbyX() local
412 tmpbuf.data, tmpbuf.length, &pwd) != 0 in addpwbyX()
[all …]
A Dconnections.c2458 struct passwd *pwd = getpwnam (server_user); in begin_drop_privileges() local
2460 if (pwd == NULL) in begin_drop_privileges()
2467 server_uid = pwd->pw_uid; in begin_drop_privileges()
2468 server_gid = pwd->pw_gid; in begin_drop_privileges()

Completed in 9 milliseconds