Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cron/
H A Dat.c784 struct passwd *pwd, pwds; in list_jobs() local
788 pwd = getpwuid_r(user, &pwds, buf_pwd, sizeof (buf_pwd)); in list_jobs()
/titanic_44/usr/src/cmd/isns/isnsd/
H A Ddoor.c910 struct passwd pwds, *pwd; in process_mgmt_request() local
930 ret = getpwuid_r(user, &pwds, buf_pwd, sizeof (buf_pwd), &pwd); in process_mgmt_request()
/titanic_44/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c4185 struct passwd *pwd, pwds; in create_homedir() local
4203 pwd = getpwnam_r(dst_username, &pwds, buf_pwd, in create_homedir()