Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/ppp/ppp/
Dsystems.c334 ReadSystem(struct bundle *bundle, const char *name, const char *file, in ReadSystem() function
377 n = ReadSystem(bundle, name, arg, prompt, cx, how); in ReadSystem()
460 rs = ReadSystem(NULL, "default", CONFFILE, prompt, NULL, how); in system_IsValid()
470 rs = ReadSystem(NULL, name, CONFFILE, prompt, NULL, how); in system_IsValid()
500 return ReadSystem(bundle, name, file, prompt, cx, SYSTEM_EXEC); in system_Select()