Lines Matching refs:argp
375 char **argp;
501 for (argp = argv + (argc >= 1 ? 1 : argc); *argp != NULL; ++argp) {
502 if (strcmp(*argp, "--quiet") == 0 ||
503 strcmp(*argp, "-q") == 0) {
505 } else if (strcmp(*argp, "--exclude") == 0 ||
506 strcmp(*argp, "-x") == 0) {
523 if (*argp != NULL && exclude_mode == 0) {
525 for (; *argp != NULL; argp++) {
527 if (!strcmp(*argp, test->name)) {
536 mbedtls_printf(" Test suite %s not available -> failed\n\n", *argp);
545 for (excluded = argp; *excluded != NULL; ++excluded) {