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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c440 * options_from_file - read a string of options from a file, and
445 options_from_file function
581 ret = options_from_file(path, 0, 1, privileged);
612 ret = options_from_file(path, 0, 0, 1);
1491 return (options_from_file(*argv, 1, 1, privileged_option));
1534 ok = options_from_file(fname, 1, 1, 1);
H A Dpppd.h648 extern int options_from_file __P((char *filename, bool must_exist,
H A Dmain.c373 if (!options_from_file(_PATH_SYSOPTIONS, !privileged, 0, 1)

Completed in 60 milliseconds