Home
last modified time | relevance | path

Searched defs:pwd (Results 1 – 13 of 13) sorted by relevance

/glibc-2.36/io/
Dgetdirname.c30 char *pwd; in get_current_dir_name() local
/glibc-2.36/hesiod/nss_hesiod/
Dhesiod-pwd.c47 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/
Dbug17079.c54 struct passwd *pwd = getpwent (); in init_test_items() local
116 struct passwd pwd; in test_one() local
Dgetent.c607 print_passwd (struct passwd *pwd) in print_passwd()
618 struct passwd *pwd; in passwd_keys() local
/glibc-2.36/nss/nss_compat/
Dcompat-pwd.c72 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()
Dcompat-spwd.c69 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/
Dgetlogin_r.c67 struct passwd pwd; in __getlogin_r_loginuid() local
/glibc-2.36/nscd/
Dpwdcache.c77 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
Dconnections.c2458 struct passwd *pwd = getpwnam (server_user); in begin_drop_privileges() local
/glibc-2.36/posix/
Dtst-spawn-chdir.c197 char *pwd = read_one_line (output_file_path); in do_test() local
Dwordexp.c301 struct passwd pwd, *tpwd; in parse_tilde() local
339 struct passwd pwd, *tpwd; in parse_tilde() local
/glibc-2.36/inet/
Drcmd.c543 struct passwd pwdbuf, *pwd; in ruserok2_sa() local
/glibc-2.36/nptl/
Dtst-setuid1.c1028 struct passwd *pwd = getpwnam ("nobody"); in do_test() local