Searched refs:option_source (Results 1 – 3 of 3) sorted by relevance
143 char *option_source; /* string saying where the option came from */ variable380 option_source = "command line";447 oldsource = option_source;448 option_source = strdup(filename);449 if (option_source == NULL)450 option_source = "file";477 option_source = oldsource;557 option_source = "secrets file";679 opt->name, optopt, option_source);698 opt->name, optopt, option_source);[all …]
373 extern char *option_source; /* string saying where the option came from */
382 if (override_value("+ipv6", option_priority, option_source))