Home
last modified time | relevance | path

Searched refs:getpwent (Results 1 - 25 of 38) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/passwd/
H A Dsetpwent.c31 struct passwd *result = getpwent(); in setpwent_0100()
33 t_error("%s failed: getpwent\n", __func__); in setpwent_0100()
37 t_error("%s failed: getpwent. errno = %ld\n", __func__, errno); in setpwent_0100()
45 result = getpwent(); in setpwent_0100()
47 t_error("%s failed: getpwent\n", __func__); in setpwent_0100()
H A Dgetpwent.c24 * @tc.desc : Verify getpwent process success
29 struct passwd *user = getpwent(); in getpwent_0100()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpwd.h33 struct passwd *getpwent (void);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpwd.h33 struct passwd *getpwent (void);
/third_party/musl/porting/uniproton/kernel/include/
H A Dpwd.h33 struct passwd *getpwent (void);
/third_party/musl/src/passwd/
H A Dgetpwent.c16 struct passwd *getpwent() in getpwent() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
H A D7-1.c29 while ((pw = getpwent()) != NULL) in set_nonroot()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
H A D26-1.c29 while ((pw = getpwent()) != NULL) in set_nonroot()
H A D23-6.c30 while ((pw = getpwent()) != NULL) in set_nonroot()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
H A D3-1.c36 while ((pw = getpwent()) != NULL) in set_nonroot()
H A D12-1.c33 while ((pw = getpwent()) != NULL) in set_nonroot()
/third_party/musl/include/
H A Dpwd.h33 struct passwd *getpwent (void);
/third_party/musl/libc-test/src/api/
H A Dpwd.c23 {struct passwd*(*p)(void) = getpwent;} in f()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
H A D15-1.c35 while ((pw = getpwent()) != NULL) in set_nonroot()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
H A D6-1.c37 while ((pw = getpwent()) != NULL) in set_nonroot()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
H A D20-1.c35 while ((pw = getpwent()) != NULL) in set_nonroot()
H A D17-6.c37 while ((pw = getpwent()) != NULL) in set_nonroot()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
H A D32-1.c36 while ((pw = getpwent()) != NULL) in set_nonroot()
H A D34-1.c36 while ((pw = getpwent()) != NULL) in set_nonroot()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/speculative/
H A D15-1.c35 while ((pw = getpwent()) != NULL) in set_nonroot()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
H A D9-1.c21 /* getpwent() is part of XSI option */
48 while ((pw = getpwent()) != NULL) in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/speculative/
H A D12-1.c39 while ((pw = getpwent()) != NULL) in set_nonroot()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/
H A D12-1.c38 while ((pw = getpwent()) != NULL) in set_nonroot()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/
H A D3-1.c36 while ((pw = getpwent()) != NULL) in set_nonroot()
/third_party/toybox/toys/pending/
H A Dgroupdel.c51 for (endpwent(); (pw = getpwent());) in groupdel_main()

Completed in 4 milliseconds

12