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

  /bionic/libc/bionic/
grp_pwd.cpp 709 int getgrnam_r(const char* name, struct group* grp, char* buf, size_t buflen, function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 556 #define getgrnam_r(...) (pthread_testcancel(), getgrnam_r(__VA_ARGS__)) macro
    [all...]

Completed in 553 milliseconds