Home
last modified time | relevance | path

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

/dports/ftp/wget/wget-1.21.2/src/
H A Doptions.h282 restrict_windows enumerator
H A Dinit.c465 opt.restrict_files_os = restrict_windows; in defaults()
1703 restrict_os = restrict_windows; in cmd_spec_restrict_file_names()
2106 { "windows", restrict_windows, true, restrict_no_case_restriction, true }, in test_cmd_spec_restrict_file_names()
2107 { "windows,", restrict_windows, true, restrict_no_case_restriction, true }, in test_cmd_spec_restrict_file_names()
2108 { "windows,lowercase", restrict_windows, true, restrict_lowercase, true }, in test_cmd_spec_restrict_file_names()
H A Durl.c1441 #define FN_PORT_SEP (opt.restrict_files_os != restrict_windows ? ':' : '+')
1448 (opt.restrict_files_os != restrict_windows)) ? '?' : '@')
1451 (opt.restrict_files_os != restrict_windows)) ? "?" : "@")