Searched refs:must_exist (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/usr.sbin/pppd/ |
| D | pppd.h | 202 int run_program(char *prog, char **args, int must_exist); 326 int options_from_file(char *filename, int must_exist, int check_prot,
|
| D | main.c | 1185 run_program(prog, args, must_exist) in run_program() argument 1188 int must_exist; 1244 if (must_exist || errno != ENOENT)
|
| D | options.c | 617 options_from_file(filename, must_exist, check_prot, priv) in options_from_file() argument 619 int must_exist; 632 if (!must_exist && errno == ENOENT)
|