Searched refs:PATH_MAX (Results 1 – 1 of 1) sorted by relevance
191 #if !defined PATH_MAX && defined _PC_PATH_MAX192 # define PATH_MAX (__pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : __pathconf ("/", _PC_PATH_MAX)) macro196 #if defined HAVE_SYS_PARAM_H && !defined PATH_MAX && !defined MAXPATHLEN200 #if !defined PATH_MAX && defined MAXPATHLEN201 # define PATH_MAX MAXPATHLEN macro204 #ifndef PATH_MAX205 # define PATH_MAX _POSIX_PATH_MAX macro
Completed in 6 milliseconds