Home
last modified time | relevance | path

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

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