Home
last modified time | relevance | path

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

/coreutils/src/
Dpathchk.c63 static bool validate_file_name (char *, bool, bool);
151 ok &= validate_file_name (argv[optind], in main()
248 validate_file_name (char *file, bool check_basic_portability, in validate_file_name() function