Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dsystems.h38 extern const char *system_IsValid(const char *, struct prompt *, int);
H A Dsystems.c427 system_IsValid(const char *name, struct prompt *prompt, int mode) in system_IsValid() function
H A Dmain.c290 if ((err = system_IsValid(label, prompt, mode)) != NULL) { in CheckLabel()
H A Dcommand.c341 if ((err = system_IsValid(arg->argv[n], arg->prompt, mode)) != NULL) { in LoadCommand()
351 } else if ((err = system_IsValid("default", arg->prompt, mode)) != NULL) { in LoadCommand()