HomeSort by relevance Sort by last modified time
    Searched refs:getpwent (Results 1 - 25 of 37) sorted by null

1 2

  /bionic/libc/include/
pwd.h 87 struct passwd* getpwent(void) __INTRODUCED_IN(26);
  /bionic/tests/headers/posix/
pwd_h.c 46 FUNCTION(getpwent, struct passwd* (*f)(void));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
15-1.c 36 while ((pw = getpwent()) != NULL)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/speculative/
15-1.c 36 while ((pw = getpwent()) != NULL)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
6-1.c 38 while ((pw = getpwent()) != NULL)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
7-1.c 30 while ((pw = getpwent()) != NULL)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
26-1.c 29 while ((pw = getpwent()) != NULL)
23-6.c 31 while ((pw = getpwent()) != NULL)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
20-1.c 36 while ((pw = getpwent()) != NULL)
17-6.c 37 while ((pw = getpwent()) != NULL)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
32-1.c 37 while ((pw = getpwent()) != NULL)
34-1.c 37 while ((pw = getpwent()) != NULL)
26-2.c 23 /* getpwent() is part of XSI option */
73 while ((pw = getpwent()) != NULL)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
12-1.c 34 while ((pw = getpwent()) != NULL)
3-1.c 37 while ((pw = getpwent()) != NULL)
  /device/linaro/bootloader/edk2/StdLib/Include/
pwd.h 129 struct passwd *getpwent(void);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/
12-1.c 39 while ((pw = getpwent()) != NULL)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/speculative/
12-1.c 40 while ((pw = getpwent()) != NULL)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/
3-1.c 37 while ((pw = getpwent()) != NULL)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
8-1.c 21 /* getpwent() is part of XSI option */
63 while ((pw = getpwent()) != NULL)
9-1.c 21 /* getpwent() is part of XSI option */
49 while ((pw = getpwent()) != NULL)
  /external/toybox/toys/pending/
groupdel.c 51 for (endpwent(); (pw = getpwent());)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
18-1.c 44 while ((pw = getpwent()) != NULL)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
3-1.c 102 while ((pw = getpwent()) != NULL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pwd.h 85 extern struct passwd *getpwent (void);

Completed in 380 milliseconds

1 2