Home
last modified time | relevance | path

Searched defs:getpwnam (Results 1 – 7 of 7) 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
/third_party/python/Lib/
Dshutil.py38 getpwnam = None variable
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h573 #define getpwnam(...) (pthread_testcancel(), getpwnam(__VA_ARGS__)) macro