Home
last modified time | relevance | path

Searched refs:banned (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/src/
H A Dtool_doswin.c82 All banned characters are replaced by underscores, for example:
168 /* replace control characters and other banned characters */ in sanitize_file_name()
170 const char *banned; in sanitize_file_name() local
179 for(banned = "|<>\"?*"; *banned; ++banned) { in sanitize_file_name()
180 if(*p == *banned) { in sanitize_file_name()

Completed in 2 milliseconds