Annotation of researchv9/cmd/cfront/CC/pwd.h, revision 1.1

1.1     ! root        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: };
        !            12: 
        !            13: extern struct passwd *getpwent();
        !            14: extern struct passwd *getpwuid(int);
        !            15: extern struct passwd *getpwnam(char*);
        !            16: extern struct passwd *pwdecode(char*);
        !            17: extern int setpwent();
        !            18: extern int endpwent();

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.