Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/indent/
H A Dargs.c64 char *option_source = "?"; variable
174 if ((f = fopen(option_source = fname, "r")) != NULL) { in set_profile()
179 if ((f = fopen(option_source = prof, "r")) != NULL) { in set_profile()
183 option_source = "Command line"; in set_profile()
249 errx(1, "%s: unknown parameter \"%s\"", option_source, arg - 1); in set_option()
298 errx(1, "%s: ``%s'' requires a parameter", option_source, arg - 1); in set_option()
303 option_source, arg - 1); in set_option()
/openbsd-src/usr.sbin/pppd/
H A Doptions.c426 static char *option_source; /* string saying where the option came from */
439 option_source = "command line";
1368 connector_info.source = option_source;
1383 disconnector_info.source = option_source;
1398 welcomer_info.source = option_source;
1541 devnam_info.source = option_source;
1779 auth_req_info.source = option_source; in setmodem()
424 static char *option_source; /* string saying where the option came from */ global() variable