Searched refs:getgrnam_r (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/headers/posix/ |
D | grp_h.c | 47 FUNCTION(getgrnam_r, int (*f)(const char*, struct group*, char*, size_t, struct group**)); in grp_h()
|
/bionic/libc/include/ |
D | grp.h | 59 int getgrnam_r(const char* __name, struct group* __group, char* __buf, size_t __n, struct group** _…
|
/bionic/tests/ |
D | grp_pwd_test.cpp | 365 int result = getgrnam_r(group_name, &grp_storage, buf, sizeof(buf), &grp); in check_getgrnam_r() 485 int result = getgrnam_r("root", &grp_storage[0], buf[0], sizeof(buf[0]), &grp[0]); in TEST() 490 result = getgrnam_r("radio", &grp_storage[1], buf[1], sizeof(buf[1]), &grp[2]); in TEST() 526 ASSERT_EQ(0, getgrnam_r("root", &grp_storage, buf, size, &grp)); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 338 getgrnam_r
|
/bionic/libc/bionic/ |
D | grp_pwd.cpp | 709 int getgrnam_r(const char* name, struct group* grp, char* buf, size_t buflen, in getgrnam_r() function
|
/bionic/docs/ |
D | status.md | 124 * `getgrgid_r`/`getgrnam_r`
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1258 getgrnam_r; # introduced=24
|
/bionic/libc/ |
D | libc.map.txt | 1258 getgrnam_r; # introduced=24
|