Home | History | Annotate | Download | only in pppd

Lines Matching refs:option_source

136 char *option_source;		/* string saying where the option came from */
358 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);
771 ovp->source = option_source;
792 mainopt->source = option_source;