Home
last modified time | relevance | path

Searched refs:getgrent (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/passwd/
H A Dsetgrent.c31 struct group *result = getgrent(); in setgrent_0100()
33 t_error("%s failed: getgrent\n", __func__); in setgrent_0100()
45 result = getgrent(); in setgrent_0100()
47 t_error("%s failed: getgrent\n", __func__); in setgrent_0100()
H A Dgetgrent.c28 while ((grp = getgrent()) != NULL) { in getgrent_0100()
/third_party/musl/porting/uniproton/kernel/include/
H A Dgrp.h33 struct group *getgrent(void);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dgrp.h33 struct group *getgrent(void);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dgrp.h32 struct group *getgrent(void);
/third_party/musl/include/
H A Dgrp.h33 struct group *getgrent(void);
/third_party/musl/libc-test/src/api/
H A Dgrp.c15 {struct group*(*p)(void) = getgrent;} in f()
/third_party/musl/src/passwd/
H A Dgetgrent.c15 struct group *getgrent() in getgrent() function
/third_party/ltp/testcases/kernel/syscalls/getgroups/
H A Dgetgroups03.c101 while ((grp = getgrent()) != 0) { in readgroups()
/third_party/pulseaudio/src/tests/
H A Dusergroup-test.c41 *gr = getgrent(); in load_reference_structs()
/third_party/python/Modules/
H A Dgrpmodule.c276 while ((p = getgrent()) != NULL) { in grp_getgrall_impl()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs640 pub fn getgrent() -> *mut ::group; in getgrent() functions
/third_party/backends/frontend/
H A Dsaned.c3117 while ((grp = getgrent()) != NULL)
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1797 pub fn getgrent() -> *mut ::group; in getgrent() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2761 pub fn getgrent() -> *mut ::group; in getgrent() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs3046 pub fn getgrent() -> *mut ::group; in getgrent() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs4222 pub fn getgrent() -> *mut ::group; in getgrent() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3906 pub fn getgrent() -> *mut ::group; in getgrent() functions

Completed in 51 milliseconds