Home
last modified time | relevance | path

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

/dports/ftp/wget/wget-1.21.2/src/
H A Durl.c1441 #define FN_PORT_SEP (opt.restrict_files_os != restrict_windows ? ':' : '+')
1447 (((opt.restrict_files_os != restrict_vms) && \
1448 (opt.restrict_files_os != restrict_windows)) ? '?' : '@')
1450 (((opt.restrict_files_os != restrict_vms) && \
1451 (opt.restrict_files_os != restrict_windows)) ? "?" : "@")
1474 if (opt.restrict_files_os == restrict_unix) in append_uri_pathel()
1476 else if (opt.restrict_files_os == restrict_vms) in append_uri_pathel()
H A Doptions.h283 } restrict_files_os; /* file name restriction ruleset. */ member
H A Dinit.c465 opt.restrict_files_os = restrict_windows; in defaults()
467 opt.restrict_files_os = restrict_vms; in defaults()
469 opt.restrict_files_os = restrict_unix; in defaults()
1683 int restrict_os = opt.restrict_files_os; in cmd_spec_restrict_file_names()
1728 opt.restrict_files_os = restrict_os; in cmd_spec_restrict_file_names()
2127 && (int) opt.restrict_files_os == test_array[i].expected_restrict_files_os in test_cmd_spec_restrict_file_names()
/dports/ftp/wget/wget-1.21.2/
H A DChangeLog5649 * src/options.h (enum restrict_files_os): Define "restrict_vms".
5650 * src/init.c (defaults) [__VMS]: Set "opt.restrict_files_os" to
5655 (append_uri_pathel): Honor opt.restrict_files_os.