Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/ppp/
H A Dsystems.c338 ReadSystem(struct bundle *bundle, const char *name, const char *file, in ReadSystem() function
381 n = ReadSystem(bundle, name, arg, prompt, cx, how); in ReadSystem()
464 rs = ReadSystem(NULL, "default", CONFFILE, prompt, NULL, how); in system_IsValid()
474 rs = ReadSystem(NULL, name, CONFFILE, prompt, NULL, how); in system_IsValid()
504 return ReadSystem(bundle, name, file, prompt, cx, SYSTEM_EXEC); in system_Select()