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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c439 * options_from_file - read a string of options from a file, and
444 options_from_file function
580 ret = options_from_file(path, 0, 1, privileged);
611 ret = options_from_file(path, 0, 0, 1);
1492 return (options_from_file(*argv, 1, 1, privileged_option));
1535 ok = options_from_file(fname, 1, 1, 1);

Completed in 60 milliseconds