Searched defs:option_source (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c142 char *option_source = NULL; /* string saying where the option came from */ variable
397 option_source = "command line";
489 oldsource = option_source;
495 option_source = strdup(filename);
498 if (option_source == NULL)
499 option_source = "file";
548 * Cannot free option_source because it might be referenced in one
552 option_source = oldsource;
636 /* Caller is expected to set option_source and option_line. */
842 ip->source = option_source;
[all...]

Completed in 48 milliseconds