Home
last modified time | relevance | path

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

/bionic/libc/unistd/
Dpathconf.c184 return _POSIX_NO_TRUNC; in pathconf()
252 return _POSIX_NO_TRUNC; in fpathconf()
/bionic/libc/include/sys/
Dlimits.h173 #define _POSIX_NO_TRUNC 1 /* very long pathnames generate an error */ macro