Home
last modified time | relevance | path

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

/netbsd/usr.bin/indent/
H A Dargs.c145 set_special_option(const char *arg, const char *option_source) in set_special_option() argument
166 option_source, arg_end, (int)(arg_end - arg), arg); in set_special_option()
198 option_source, (int)(arg_end - arg), arg); in set_special_option()
215 set_option(const char *arg, const char *option_source) in set_option() argument
221 if (set_special_option(arg, option_source)) in set_option()
229 errx(1, "%s: unknown option \"-%s\"", option_source, arg); in set_option()
235 option_source, arg); in set_option()
247 option_source, arg_arg, p->p_name); in set_option()
253 option_source, arg_arg, p->p_name, p->i_min, p->i_max); in set_option()
/netbsd/external/bsd/ppp/dist/pppd/
H A Doptions.c420 option_source = "command line"; in parse_args()
483 oldsource = option_source; in options_from_file()
484 option_source = strdup(filename); in options_from_file()
485 if (option_source == NULL) in options_from_file()
486 option_source = "file"; in options_from_file()
513 option_source = oldsource; in options_from_file()
591 option_source = "secrets file"; in options_from_list()
833 ovp->source = option_source; in process_option()
861 mainopt->source = option_source; in process_option()
1734 uep->ue_source = option_source; in user_setenv()
[all …]
H A Dpppd.h396 extern char *option_source; /* string saying where the option came from */
H A Dipv6cp.c394 if (override_value("+ipv6", option_priority, option_source)) in setifaceid()