Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c391 option_source = "command line";
483 oldsource = option_source;
489 option_source = strdup(filename);
492 if (option_source == NULL)
493 option_source = "file";
546 option_source = oldsource;
836 ip->source = option_source;
1120 if (option_source == NULL) { in option_error()
1123 (void) strlcpy(buf, option_source, sizeof (buf)); in option_error()
1419 info->source = option_source;
[all …]
H A Dpppd.h302 extern char *option_source; /* string saying where the option came from */
H A Dauth.c625 option_source = (char *)extra_opt_filename;