Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/misc/
Dcvsuser.c43 struct passwd * getpwnam (const char *name) in getpwnam() function
/third_party/musl/src/passwd/
Dgetpwent.c32 struct passwd *getpwnam(const char *name) in getpwnam() function
/third_party/e2fsprogs/include/mingw/
Dpwd.h6 __inline struct passwd* getpwnam (char* g){return 0;} in getpwnam() function
/third_party/e2fsprogs/include/nonunix/
Dpwd.h7 __inline struct passwd* getpwnam (char* g){return 0;} in getpwnam() function
/third_party/python/Lib/distutils/
Darchive_util.py24 getpwnam = None variable