Home
last modified time | relevance | path

Searched refs:max_path (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/compress/
H A Dcompress.c1873 long int max_path; in addDotZ() local
1878 max_path = pathconf(dir, _PC_PATH_MAX); in addDotZ()
1892 if ((strlen(fn) + 2) > (size_t)max_path - 1) { in addDotZ()