Home
last modified time | relevance | path

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

/stdlib/
A Dcanonicalize.c165 long int path_max = PATH_MAX; in get_path_max() local
173 long int path_max = __pathconf ("/", _PC_PATH_MAX); in get_path_max()
176 return path_max < 0 ? 1024 : path_max <= IDX_MAX ? path_max : IDX_MAX; in get_path_max()

Completed in 4 milliseconds