Searched refs:pwd (Results 1 – 6 of 6) sorted by relevance
54 struct passwd *pwd = getpwent (); in init_test_items() local55 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() local122 pwd = (struct passwd) {}; in test_one()[all …]
607 print_passwd (struct passwd *pwd) in print_passwd() argument609 if (putpwent (pwd, stdout) != 0) in print_passwd()618 struct passwd *pwd; in passwd_keys() local623 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()
363 define_traced_file (pwd, _PATH_NSSWITCH_CONF);
69 struct spwd pwd; member102 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() local400 pwd.sp_warn = -1; in getspnam_plususer()401 pwd.sp_inact = -1; in getspnam_plususer()[all …]
72 struct passwd pwd; member106 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() local471 give_pwd_free (&pwd); in getpwnam_plususer()[all …]
28 define_traced_file (pwd, PWD_FILENAME);
Completed in 16 milliseconds