Searched refs:buf_pwd (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/cron/ |
H A D | at.c | 803 char buf_pwd[1024]; in list_jobs() local 806 pwd = getpwuid_r(user, &pwds, buf_pwd, sizeof (buf_pwd)); in list_jobs()
|
/titanic_50/usr/src/cmd/isns/isnsd/ |
H A D | door.c | 917 char buf_pwd[1024]; in process_mgmt_request() local 936 ret = getpwuid_r(user, &pwds, buf_pwd, sizeof (buf_pwd), &pwd); in process_mgmt_request()
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | autod_nfs.c | 4131 char buf_pwd[NSS_BUFLEN_PASSWD]; in create_homedir() local 4148 pwd = getpwnam_r(dst_username, &pwds, buf_pwd, in create_homedir() 4149 sizeof (buf_pwd)); in create_homedir()
|