Home
last modified time | relevance | path

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

/openbsd/usr.sbin/pppd/
H A Doptions.c553 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 Dpppd.h322 int options_from_file(char *filename, int must_exist, int check_prot,
H A Dmain.c222 if (!options_from_file(_PATH_SYSOPTIONS, !privileged, 0, 1) in main()