Searched refs:options_from_file (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | options.c | 444 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 D | pppd.h | 648 extern int options_from_file __P((char *filename, bool must_exist,
|
H A D | main.c | 373 if (!options_from_file(_PATH_SYSOPTIONS, !privileged, 0, 1)
|