Searched refs:options_from_file (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.sbin/pppd/ |
H A D | options.c | 553 options_from_file(char *filename, int must_exist, int check_prot, int priv) in options_from_file() function 640 ret = options_from_file(path, 0, 1, privileged); in options_from_user() 662 ret = options_from_file(path, 0, 0, 1); in options_for_tty() 1002 return options_from_file(*argv, 1, 1, privileged_option); in readfile() 1042 ok = options_from_file(fname, 1, 1, 1); in callfile()
|
H A D | pppd.h | 322 int options_from_file(char *filename, int must_exist, int check_prot,
|
H A D | main.c | 222 if (!options_from_file(_PATH_SYSOPTIONS, !privileged, 0, 1) in main()
|