Home
last modified time | relevance | path

Searched defs:PATH_MAX (Results 1 – 1 of 1) sorted by relevance

/intl/
A Ddcigettext.c192 # define PATH_MAX (__pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : __pathconf ("/", _PC_PATH_MAX)) macro
201 # define PATH_MAX MAXPATHLEN macro
205 # define PATH_MAX _POSIX_PATH_MAX macro

Completed in 7 milliseconds