Searched defs:pwd (Results 1 – 4 of 4) sorted by relevance
/nss/ |
A D | bug17079.c | 54 struct passwd *pwd = getpwent (); in init_test_items() local 116 struct passwd pwd; in test_one() local
|
A D | getent.c | 607 print_passwd (struct passwd *pwd) in print_passwd() 618 struct passwd *pwd; in passwd_keys() local
|
/nss/nss_compat/ |
A D | compat-pwd.c | 72 struct passwd pwd; member 104 give_pwd_free (struct passwd *pwd) in give_pwd_free() 116 pwd_need_buflen (struct passwd *pwd) in pwd_need_buflen() 448 struct passwd pwd; in getpwnam_plususer() local 651 _nss_compat_getpwent_r (struct passwd *pwd, char *buffer, size_t buflen, in _nss_compat_getpwent_r() 811 _nss_compat_getpwnam_r (const char *name, struct passwd *pwd, in _nss_compat_getpwnam_r() 843 struct passwd pwd; in getpwuid_plususer() local 1053 _nss_compat_getpwuid_r (uid_t uid, struct passwd *pwd, in _nss_compat_getpwuid_r()
|
A D | compat-spwd.c | 69 struct spwd pwd; member 100 give_spwd_free (struct spwd *pwd) in give_spwd_free() 113 spwd_need_buflen (struct spwd *pwd) in spwd_need_buflen() 398 struct spwd pwd; in getspnam_plususer() local 606 _nss_compat_getspent_r (struct spwd *pwd, char *buffer, size_t buflen, in _nss_compat_getspent_r() 773 _nss_compat_getspnam_r (const char *name, struct spwd *pwd, in _nss_compat_getspnam_r()
|
Completed in 13 milliseconds