Searched refs:option_source (Results 1 – 3 of 3) sorted by relevance
136 char *option_source; /* string saying where the option came from */ variable358 option_source = "command line";421 oldsource = option_source;422 option_source = strdup(filename);423 if (option_source == NULL)424 option_source = "file";451 option_source = oldsource;531 option_source = "secrets file";653 opt->name, optopt, option_source);672 opt->name, optopt, option_source);[all …]
367 extern char *option_source; /* string saying where the option came from */
373 if (override_value("+ipv6", option_priority, option_source))