Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A Dpathconf.cpp103 case _PC_ALLOC_SIZE_MIN: /* fall through */ in __pathconf()
/aosp12/bionic/libc/include/
H A Dunistd.h63 #define _PC_ALLOC_SIZE_MIN 8 macro
/aosp12/bionic/tests/headers/posix/
H A Dunistd_h.c137 MACRO(_PC_ALLOC_SIZE_MIN); in unistd_h()
/aosp12/bionic/tests/
H A Dunistd_test.cpp756 rc = pathconf(tf.path, _PC_ALLOC_SIZE_MIN); in TEST()
763 rc = fpathconf(tf.fd, _PC_ALLOC_SIZE_MIN); in TEST()