HomeSort by: relevance | last modified time | path
    Searched defs:option_source (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
options.c 172 char *option_source; /* string saying where the option came from */ variable
549 option_source = "command line";
612 oldsource = option_source;
613 option_source = strdup(filename);
614 if (option_source == NULL)
615 option_source = "file";
641 free(option_source);
643 option_source = oldsource;
721 option_source = "secrets file";
836 opt->name, optopt, option_source);
    [all...]
options.c 172 char *option_source; /* string saying where the option came from */ variable
549 option_source = "command line";
612 oldsource = option_source;
613 option_source = strdup(filename);
614 if (option_source == NULL)
615 option_source = "file";
641 free(option_source);
643 option_source = oldsource;
721 option_source = "secrets file";
836 opt->name, optopt, option_source);
    [all...]

Completed in 41 milliseconds