Searched refs:max_path (Results 1 – 1 of 1) sorted by relevance
1873 long int max_path; in addDotZ() local1878 max_path = pathconf(dir, _PC_PATH_MAX); in addDotZ()1892 if ((strlen(fn) + 2) > (size_t)max_path - 1) { in addDotZ()