Lines Matching defs:passwd
111 struct passwd { struct
113 char *pw_passwd; /* encrypted password */ argument
114 uid_t pw_uid; /* user uid */
115 gid_t pw_gid; /* user gid */
116 time_t pw_change; /* password change time */
117 char *pw_class; /* user access class */
118 char *pw_gecos; /* Honeywell login info */
119 char *pw_dir; /* home directory */
120 char *pw_shell; /* default shell */
121 time_t pw_expire; /* account expiration */
122 int pw_fields; /* internal: fields filled in */