D | pathchk.c | 58 # define pathconf(file, flag) \ argument 161 no_leading_hyphen (char const *file) in no_leading_hyphen() argument 165 for (p = file; (p = strchr (p, '-')); p++) in no_leading_hyphen() 166 if (p == file || p[-1] == '/') in no_leading_hyphen() 169 quoteaf (file)); in no_leading_hyphen() 180 portable_chars_only (char const *file, size_t filelen) in portable_chars_only() argument 182 size_t validlen = strspn (file, in portable_chars_only() 187 char const *invalid = file + validlen; in portable_chars_only() 197 quoteaf_n (0, file)); in portable_chars_only() 248 validate_file_name (char *file, bool check_basic_portability, in validate_file_name() argument [all …]
|