Searched defs:PATH_MAX (Results 1 – 1 of 1) sorted by relevance
192 # define PATH_MAX (__pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : __pathconf ("/", _PC_PATH_MAX)) macro201 # define PATH_MAX MAXPATHLEN macro205 # define PATH_MAX _POSIX_PATH_MAX macro
Completed in 7 milliseconds