1: struct  passwd { /* see getpwent(3) */
   2:     char    *pw_name;
   3:     char    *pw_passwd;
   4:     int pw_uid;
   5:     int pw_gid;
   6:     int pw_quota;
   7:     char    *pw_comment;
   8:     char    *pw_gecos;
   9:     char    *pw_dir;
  10:     char    *pw_shell;
  11: };

Defined struct's

passwd defined in line 1; used 416 times

Usage of this include

pwd.h used 75 times
Last modified: 1981-09-07
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 728
Valid CSS Valid XHTML 1.0 Strict