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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c143 char *option_source = NULL; /* string saying where the option came from */ variable
398 option_source = "command line";
490 oldsource = option_source;
496 option_source = strdup(filename);
499 if (option_source == NULL)
500 option_source = "file";
549 * Cannot free option_source because it might be referenced in one
553 option_source = oldsource;
637 /* Caller is expected to set option_source and option_line. */
843 ip->source = option_source;
[all...]
H A Dpppd.h295 extern char *option_source; /* string saying where the option came from */
H A Dauth.c632 option_source = (char *)extra_opt_filename;

Completed in 51 milliseconds