Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpathconf.cpp122 return _POSIX_NO_TRUNC; in __pathconf()
/bionic/libc/include/bits/
Dposix_limits.h60 #define _POSIX_NO_TRUNC 1 /* Over-long pathnames return errors. */ macro
/bionic/tests/headers/posix/
Dunistd_h.c53 MACRO(_POSIX_NO_TRUNC); in unistd_h()
/bionic/tests/
Dunistd_test.cpp810 EXPECT_GT(_POSIX_NO_TRUNC, 0); in TEST()