Searched refs:ReadSystem (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | systems.c | 316 ReadSystem(struct bundle *bundle, const char *name, const char *file, in ReadSystem() function 359 n = ReadSystem(bundle, name, arg, prompt, cx, how); in ReadSystem() 442 rs = ReadSystem(NULL, "default", CONFFILE, prompt, NULL, how); in system_IsValid() 452 rs = ReadSystem(NULL, name, CONFFILE, prompt, NULL, how); in system_IsValid() 482 return ReadSystem(bundle, name, file, prompt, cx, SYSTEM_EXEC); in system_Select()
|