HomeSort by relevance Sort by last modified time
    Searched refs:_PC_ALLOC_SIZE_MIN (Results 1 - 5 of 5) sorted by null

  /bionic/libc/bionic/
pathconf.cpp 103 case _PC_ALLOC_SIZE_MIN: /* fall through */
  /bionic/libc/include/
unistd.h 63 #define _PC_ALLOC_SIZE_MIN 8
  /bionic/tests/headers/posix/
unistd_h.c 137 MACRO(_PC_ALLOC_SIZE_MIN);
  /bionic/tests/
unistd_test.cpp 712 rc = pathconf(tf.path, _PC_ALLOC_SIZE_MIN);
719 rc = fpathconf(tf.fd, _PC_ALLOC_SIZE_MIN);
    [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]

Completed in 875 milliseconds