Home
last modified time | relevance | path

Searched refs:convert_file_only (Results 1 – 8 of 8) sorted by relevance

/dports/ftp/wget/wget-1.21.2/src/
H A Doptions.h202 bool convert_file_only; /* Convert only the file portion of the URI (i.e. basename). member
H A Dmain.c1602 if (opt.noclobber && (opt.convert_links || opt.convert_file_only)) in main()
1663 if ((opt.convert_links || opt.convert_file_only) in main()
2007 if (!output_stream_regular && (opt.convert_links || opt.convert_file_only)) in main()
2296 if ((opt.convert_links || opt.convert_file_only) && !opt.delete_after) in main()
H A Dconvert.c142 … cur_url->convert = (opt.convert_file_only ? CO_CONVERT_BASENAME_ONLY : CO_CONVERT_TO_RELATIVE); in convert_links_in_hashtable()
H A Dinit.c176 { "convertfileonly", &opt.convert_file_only, cmd_boolean },
415 opt.convert_file_only = false; in defaults()
/dports/www/wget2/wget2-2.0.0/src/
H A Dwget_options.h219 convert_file_only, member
H A Dwget.c1161 else if (config.convert_file_only) in convert_links()
1454 if (config.convert_links && config.convert_file_only) { in main()
1458 } else if ((config.convert_links || config.convert_file_only) && !config.delete_after) { in main()
2539 int convert_file_only = config.convert_file_only && !config.delete_after; in html_parse() local
2587 } else if (convert_file_only) { in html_parse()
2588 convert_file_only = 0; // prevent filename conversion in html_parse()
2685 if ((convert_links || convert_file_only) && !config.delete_after) { in html_parse()
H A Doptions.c1431 { "convert-file-only", &config.convert_file_only, parse_bool, -1, 0,
/dports/www/wget2/wget2-2.0.0/
H A DChangeLog1351 * src/wget_options.h (config): Add bool convert_file_only
1353 convert_file_only is set
1354 (main): Call convert_links when config.convert_file_only