HomeSort by relevance Sort by last modified time
    Searched refs:getgrent (Results 1 - 11 of 11) sorted by null

  /bionic/tests/headers/posix/
grp_h.c 43 FUNCTION(getgrent, struct group* (*f)(void));
  /bionic/libc/include/
grp.h 54 struct group* getgrent(void) __INTRODUCED_IN(26);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
grp.h 79 extern struct group *getgrent (void);
  /external/ltp/testcases/kernel/syscalls/getgroups/
getgroups03.c 101 while ((grp = getgrent()) != 0) {
  /external/python/cpython2/Modules/
grpmodule.c 144 while ((p = getgrent()) != NULL) {
  /external/python/cpython3/Modules/
grpmodule.c 186 while ((p = getgrent()) != NULL) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 552 #define getgrent(...) (pthread_testcancel(), getgrent(__VA_ARGS__)) macro
    [all...]
  /bionic/libc/bionic/
grp_pwd.cpp 54 // functions are implemented similarly with getgrent(3). This means that it's
725 group* getgrent() { function
  /bionic/tests/
grp_pwd_test.cpp 515 while ((grp = getgrent()) != NULL) {
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 277 #define getgrent _getgrent
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 155 milliseconds