Searched refs:SANITIZE_ALLOW_RESERVED (Results 1 – 4 of 4) sorted by relevance
/third_party/curl/tests/unit/ |
D | unit1604.c | 54 ((flags & SANITIZE_ALLOW_RESERVED) ? in getflagstr() 155 { "com1", SANITIZE_ALLOW_RESERVED, 164 { "f:\\com1", SANITIZE_ALLOW_RESERVED, 167 { "f:\\com1", SANITIZE_ALLOW_RESERVED | SANITIZE_ALLOW_COLONS, 170 { "f:\\com1", SANITIZE_ALLOW_RESERVED | SANITIZE_ALLOW_PATH, 176 { "com1:\\com1", SANITIZE_ALLOW_RESERVED | SANITIZE_ALLOW_PATH, 179 { "com1:\\com1", SANITIZE_ALLOW_RESERVED, 196 { "CoM1", SANITIZE_ALLOW_RESERVED,
|
/third_party/curl/src/ |
D | tool_doswin.h | 30 #define SANITIZE_ALLOW_RESERVED (1<<2) /* Allow reserved device names */ macro
|
D | tool_doswin.c | 217 if(!(flags & SANITIZE_ALLOW_RESERVED)) { in sanitize_file_name()
|
D | tool_urlglob.c | 694 SANITIZE_ALLOW_RESERVED)); in glob_match_url()
|