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

  /bionic/libc/bionic/
pathconf.cpp 122 return _POSIX_NO_TRUNC;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
posix_opt.h 58 #define _POSIX_NO_TRUNC 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
posix_opt.h 58 #define _POSIX_NO_TRUNC 1
  /bionic/libc/include/bits/
posix_limits.h 60 #define _POSIX_NO_TRUNC 1 /* Over-long pathnames return errors. */
  /bionic/tests/headers/posix/
unistd_h.c 53 MACRO(_POSIX_NO_TRUNC);
  /bionic/tests/
unistd_test.cpp 772 EXPECT_GT(_POSIX_NO_TRUNC, 0);
    [all...]

Completed in 511 milliseconds