Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h108 #define _SC_GETGR_R_SIZE_MAX 0x0047 macro
/bionic/libc/bionic/
Dsysconf.cpp136 case _SC_GETGR_R_SIZE_MAX: return 1024; in sysconf()
/bionic/tests/
Dgrp_pwd_test.cpp438 long size = sysconf(_SC_GETGR_R_SIZE_MAX); in TEST()
Dunistd_test.cpp876 VERIFY_SYSCONF_POSITIVE(_SC_GETGR_R_SIZE_MAX); in TEST()