Home
last modified time | relevance | path

Searched defs:pwf (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/pw/
H A Dpwupd.h40 struct pwf { struct
41 int _altdir;
42 void (*_setpwent)(void);
43 void (*_endpwent)(void);
44 struct passwd * (*_getpwent)(void);
45 struct passwd * (*_getpwuid)(uid_t uid);
46 struct passwd * (*_getpwnam)(const char * nam);
47 void (*_setgrent)(void);
48 void (*_endgrent)(void);
49 struct group * (*_getgrent)(void);
[all …]