Searched refs:system_IsValid (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | systems.h | 38 extern const char *system_IsValid(const char *, struct prompt *, int);
|
H A D | systems.c | 427 system_IsValid(const char *name, struct prompt *prompt, int mode) in system_IsValid() function
|
H A D | main.c | 290 if ((err = system_IsValid(label, prompt, mode)) != NULL) { in CheckLabel()
|
H A D | command.c | 341 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()
|