Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c438 options_from_file in options_from_file() function
574 ret = options_from_file(path, 0, 1, privileged); in options_from_user()
605 ret = options_from_file(path, 0, 0, 1); in options_for_tty()
1486 return (options_from_file(*argv, 1, 1, privileged_option));
1529 ok = options_from_file(fname, 1, 1, 1);
H A Dpppd.h655 extern int options_from_file __P((char *filename, bool must_exist,
H A Dmain.c370 if (!options_from_file(_PATH_SYSOPTIONS, !privileged, 0, 1)