Lines Matching defs:pwf
47 struct pwf { struct
48 int _altdir;
49 void (*_setpwent)(void);
50 void (*_endpwent)(void);
51 struct passwd * (*_getpwent)(void);
52 struct passwd * (*_getpwuid)(uid_t uid);
53 struct passwd * (*_getpwnam)(const char * nam);
54 RET_SETGRENT (*_setgrent)(void);
55 void (*_endgrent)(void);
56 struct group * (*_getgrent)(void);
57 struct group * (*_getgrgid)(gid_t gid);
58 struct group * (*_getgrnam)(const char * nam);