Home
last modified time | relevance | path

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

/coreutils/src/
Dpathchk.c257 bool check_component_lengths; in validate_file_name() local
334 check_component_lengths = check_basic_portability; in validate_file_name()
335 if (! check_component_lengths && ! file_exists) in validate_file_name()
343 check_component_lengths = true; in validate_file_name()
351 if (check_component_lengths) in validate_file_name()