Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h180 #define _SC_GETPW_R_SIZE_MAX 0x0048 macro
/bionic/libc/bionic/
Dsysconf.cpp266 case _SC_GETPW_R_SIZE_MAX: return 1024; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c208 MACRO(_SC_GETPW_R_SIZE_MAX); in unistd_h()
/bionic/tests/
Dgrp_pwd_test.cpp373 long size = sysconf(_SC_GETPW_R_SIZE_MAX); in TEST()
Dunistd_test.cpp1047 VERIFY_SYSCONF_POSITIVE(_SC_GETPW_R_SIZE_MAX); in TEST()