Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c444 options_from_file in options_from_file() function
580 ret = options_from_file(path, 0, 1, privileged); in options_from_user()
611 ret = options_from_file(path, 0, 0, 1); in options_for_tty()
1492 return (options_from_file(*argv, 1, 1, privileged_option));
1535 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)