Lines Matching defs:pw
59 struct passwd pw; member
116 __ypproto_set(struct passwd *pw, struct pw_storage *buf, int flags, in __ypproto_set()
182 __ypparse(struct passwd *pw, char *s, int yp_pw_flags) in __ypparse()
310 struct passwd *pw, *ret = NULL; in getpwent() local
557 __yppwlookup(int lookup, char *name, uid_t uid, struct passwd *pw, in __yppwlookup()
700 _pwhashbyname(const char *name, char *buf, size_t buflen, struct passwd *pw, in _pwhashbyname()
722 _pwhashbyuid(uid_t uid, char *buf, size_t buflen, struct passwd *pw, in _pwhashbyuid()
740 getpwnam_internal(const char *name, struct passwd *pw, char *buf, size_t buflen, in getpwnam_internal()
786 getpwnam_r(const char *name, struct passwd *pw, char *buf, size_t buflen, in getpwnam_r()
796 struct passwd *pw = NULL; in getpwnam() local
810 struct passwd *pw = NULL; in getpwnam_shadow() local
823 getpwuid_internal(uid_t uid, struct passwd *pw, char *buf, size_t buflen, in getpwuid_internal()
870 getpwuid_r(uid_t uid, struct passwd *pw, char *buf, size_t buflen, in getpwuid_r()
880 struct passwd *pw = NULL; in getpwuid() local
894 struct passwd *pw = NULL; in getpwuid_shadow() local
990 __hashpw(DBT *key, char *buf, size_t buflen, struct passwd *pw, in __hashpw()