Home
last modified time | relevance | path

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

/titanic_41/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";
552 option_source = oldsource;
842 ip->source = option_source;
1126 if (option_source == NULL) { in option_error()
1129 (void) strlcpy(buf, option_source, sizeof (buf)); in option_error()
[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;