Lines Matching defs:path_max
168 # ifdef PATH_MAX
169 long int path_max = PATH_MAX;
172 PATH_MAX is not defined as a constant. The glibc manual says
177 long int path_max = __pathconf ("/", _PC_PATH_MAX);
180 return path_max < 0 ? 1024 : path_max <= IDX_MAX ? path_max : IDX_MAX;
427 canonical name is PATH_MAX chars or more, returns null with 'errno'
428 set to ENAMETOOLONG; if the name fits in fewer than PATH_MAX chars,