Searched defs:PATH_MAX (Results 1 – 3 of 3) sorted by relevance
183 # define PATH_MAX MAXPATHLEN macro185 # define PATH_MAX 1024 macro
54 #define PATH_MAX 1024 macro
177 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf ("/", _PC_PATH_MAX)) macro186 # define PATH_MAX MAXPATHLEN macro190 # define PATH_MAX _POSIX_PATH_MAX macro