HomeSort by relevance Sort by last modified time
    Searched defs:getpwnam_r (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
grp_pwd.cpp 80 // getpwnam_r and getpwuid_r don't modify errno, but library calls we
127 int getpwnam_r(const char* name, passwd* pwd, function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 574 #define getpwnam_r(...) (pthread_testcancel(), getpwnam_r(__VA_ARGS__)) macro
    [all...]

Completed in 82 milliseconds