Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dusergroup.c48 #ifdef _SC_GETGR_R_SIZE_MAX in starting_getgr_buflen()
49 n = sysconf(_SC_GETGR_R_SIZE_MAX); in starting_getgr_buflen()
/third_party/python/Modules/
Dgrpmodule.c129 bufsize = sysconf(_SC_GETGR_R_SIZE_MAX); in grp_getgrgid_impl()
210 bufsize = sysconf(_SC_GETGR_R_SIZE_MAX); in grp_getgrnam_impl()
Dposixmodule.c11960 #ifdef _SC_GETGR_R_SIZE_MAX
11961 {"SC_GETGR_R_SIZE_MAX", _SC_GETGR_R_SIZE_MAX},
/third_party/musl/src/conf/
Dsysconf.c82 [_SC_GETGR_R_SIZE_MAX] = -1, in sysconf()
/third_party/selinux/libselinux/src/
Dseusers.c119 long rbuflen = sysconf(_SC_GETGR_R_SIZE_MAX); in check_group()
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h332 #define _SC_GETGR_R_SIZE_MAX 69 macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h360 #define _SC_GETGR_R_SIZE_MAX 69 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h332 #define _SC_GETGR_R_SIZE_MAX 69 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h336 #define _SC_GETGR_R_SIZE_MAX 69 macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h360 #define _SC_GETGR_R_SIZE_MAX 69 macro
/third_party/musl/porting/linux/user/include/
Dunistd.h337 #define _SC_GETGR_R_SIZE_MAX 69 macro
/third_party/musl/ndk_musl_include/
Dunistd.h323 #define _SC_GETGR_R_SIZE_MAX 69 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h332 #define _SC_GETGR_R_SIZE_MAX 69 macro
/third_party/musl/include/
Dunistd.h336 #define _SC_GETGR_R_SIZE_MAX 69 macro
/third_party/musl/libc-test/src/api/
Dunistd.c154 C(_SC_GETGR_R_SIZE_MAX) in f()
/third_party/alsa-lib/src/pcm/
Dpcm_direct.c1989 long clen = sysconf(_SC_GETGR_R_SIZE_MAX);