HomeSort by relevance Sort by last modified time
    Searched refs:system_IsValid (Results 1 - 4 of 4) sorted by null

  /external/libppp/src/
systems.h 38 extern const char *system_IsValid(const char *, struct prompt *, int);
systems.c 197 * Initialised in system_IsValid(), set in ReadSystem(),
198 * used by system_IsValid()
207 /* arg->bundle may be NULL (see system_IsValid()) ! */
229 /* arg->bundle may be NULL (see system_IsValid()) ! */
427 system_IsValid(const char *name, struct prompt *prompt, int mode)
main.c 289 if ((err = system_IsValid(label, prompt, mode)) != NULL) {
command.c 338 if ((err = system_IsValid(arg->argv[n], arg->prompt, mode)) != NULL) {
348 } else if ((err = system_IsValid("default", arg->prompt, mode)) != NULL) {
    [all...]

Completed in 34 milliseconds