Searched defs:pwf (Results 1 – 1 of 1) sorted by relevance
47 struct pwf { struct48 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);[all …]