Home
last modified time | relevance | path

Searched refs:_SC_GETPW_R_SIZE_MAX (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/sys/
Dsysconf.h110 #define _SC_GETPW_R_SIZE_MAX 0x0048 macro
/bionic/libc/bionic/
Dsysconf.cpp129 case _SC_GETPW_R_SIZE_MAX: return 1024; in sysconf()
/bionic/tests/
Dunistd_test.cpp719 VERIFY_SYSCONF_POSITIVE(_SC_GETPW_R_SIZE_MAX); in TEST()