Home
last modified time | relevance | path

Searched refs:_SC_GETGR_R_SIZE_MAX (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/include/bits/
Dsysconf.h109 #define _SC_GETGR_R_SIZE_MAX 0x0047 macro
/bionic/libc/bionic/
Dsysconf.cpp158 case _SC_GETGR_R_SIZE_MAX: return 1024; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c207 MACRO(_SC_GETGR_R_SIZE_MAX); in unistd_h()
/bionic/tests/
Dgrp_pwd_test.cpp802 long size = sysconf(_SC_GETGR_R_SIZE_MAX); in TEST()
Dunistd_test.cpp1017 VERIFY_SYSCONF_POSITIVE(_SC_GETGR_R_SIZE_MAX); in TEST()