Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpathconf.cpp122 return _POSIX_NO_TRUNC; in __pathconf()
/bionic/libc/include/bits/
Dposix_limits.h67 #define _POSIX_NO_TRUNC 1 /* very long pathnames generate an error */ macro
/bionic/tests/
Dunistd_test.cpp714 EXPECT_GT(_POSIX_NO_TRUNC, 0); in TEST()