Home
last modified time | relevance | path

Searched refs:pwd (Results 1 – 6 of 6) sorted by relevance

/nss/
A Dbug17079.c54 struct passwd *pwd = getpwent (); in init_test_items() local
55 if (pwd == NULL) in init_test_items()
58 target->pw_name = xstrdup (pwd->pw_name); in init_test_items()
60 target->pw_uid = pwd->pw_uid; in init_test_items()
61 target->pw_gid = pwd->pw_gid; in init_test_items()
62 target->pw_gecos = xstrdup (pwd->pw_gecos); in init_test_items()
63 target->pw_dir = xstrdup (pwd->pw_dir); in init_test_items()
64 target->pw_shell = xstrdup (pwd->pw_shell); in init_test_items()
116 struct passwd pwd; in test_one() local
122 pwd = (struct passwd) {}; in test_one()
[all …]
A Dgetent.c607 print_passwd (struct passwd *pwd) in print_passwd() argument
609 if (putpwent (pwd, stdout) != 0) in print_passwd()
618 struct passwd *pwd; in passwd_keys() local
623 while ((pwd = getpwent ()) != NULL) in passwd_keys()
624 print_passwd (pwd); in passwd_keys()
637 pwd = getpwuid (arg_uid); in passwd_keys()
639 pwd = getpwnam (key[i]); in passwd_keys()
641 if (pwd == NULL) in passwd_keys()
644 print_passwd (pwd); in passwd_keys()
A Dnss_module.c363 define_traced_file (pwd, _PATH_NSSWITCH_CONF);
/nss/nss_compat/
A Dcompat-spwd.c69 struct spwd pwd; member
102 free (pwd->sp_namp); in give_spwd_free()
103 free (pwd->sp_pwdp); in give_spwd_free()
106 pwd->sp_warn = -1; in give_spwd_free()
107 pwd->sp_inact = -1; in give_spwd_free()
108 pwd->sp_expire = -1; in give_spwd_free()
109 pwd->sp_flag = ~0ul; in give_spwd_free()
398 struct spwd pwd; in getspnam_plususer() local
400 pwd.sp_warn = -1; in getspnam_plususer()
401 pwd.sp_inact = -1; in getspnam_plususer()
[all …]
A Dcompat-pwd.c72 struct passwd pwd; member
106 free (pwd->pw_name); in give_pwd_free()
107 free (pwd->pw_passwd); in give_pwd_free()
108 free (pwd->pw_gecos); in give_pwd_free()
109 free (pwd->pw_dir); in give_pwd_free()
110 free (pwd->pw_shell); in give_pwd_free()
123 if (pwd->pw_gecos != NULL) in pwd_need_buflen()
126 if (pwd->pw_dir != NULL) in pwd_need_buflen()
448 struct passwd pwd; in getpwnam_plususer() local
471 give_pwd_free (&pwd); in getpwnam_plususer()
[all …]
/nss/nss_db/
A Ddb-init.c28 define_traced_file (pwd, PWD_FILENAME);

Completed in 16 milliseconds