Searched defs:pwd (Results 1 – 13 of 13) sorted by relevance
/glibc-2.36/io/ |
D | getdirname.c | 30 char *pwd; in get_current_dir_name() local
|
/glibc-2.36/hesiod/nss_hesiod/ |
D | hesiod-pwd.c | 47 lookup (const char *name, const char *type, struct passwd *pwd, in lookup() 95 _nss_hesiod_getpwnam_r (const char *name, struct passwd *pwd, in _nss_hesiod_getpwnam_r() 102 _nss_hesiod_getpwuid_r (uid_t uid, struct passwd *pwd, in _nss_hesiod_getpwuid_r()
|
/glibc-2.36/nss/ |
D | bug17079.c | 54 struct passwd *pwd = getpwent (); in init_test_items() local 116 struct passwd pwd; in test_one() local
|
D | getent.c | 607 print_passwd (struct passwd *pwd) in print_passwd() 618 struct passwd *pwd; in passwd_keys() local
|
/glibc-2.36/nss/nss_compat/ |
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()
|
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()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | getlogin_r.c | 67 struct passwd pwd; in __getlogin_r_loginuid() local
|
/glibc-2.36/nscd/ |
D | pwdcache.c | 77 const void *key, struct passwd *pwd, uid_t owner, in cache_addpw() 379 size_t buflen, struct passwd **pwd) in lookup() 398 struct passwd *pwd; in addpwbyX() local
|
D | connections.c | 2458 struct passwd *pwd = getpwnam (server_user); in begin_drop_privileges() local
|
/glibc-2.36/posix/ |
D | tst-spawn-chdir.c | 197 char *pwd = read_one_line (output_file_path); in do_test() local
|
D | wordexp.c | 301 struct passwd pwd, *tpwd; in parse_tilde() local 339 struct passwd pwd, *tpwd; in parse_tilde() local
|
/glibc-2.36/inet/ |
D | rcmd.c | 543 struct passwd pwdbuf, *pwd; in ruserok2_sa() local
|
/glibc-2.36/nptl/ |
D | tst-setuid1.c | 1028 struct passwd *pwd = getpwnam ("nobody"); in do_test() local
|