opal_description 35 test/support/support.c static char *opal_description; opal_description 44 test/support/support.c opal_description = (char *) malloc(len + 1); opal_description 45 test/support/support.c assert(opal_description); opal_description 47 test/support/support.c strcpy(opal_description, a); opal_description 129 test/support/support.c opal_description, opal_n_tests); opal_description 134 test/support/support.c opal_description, opal_n_failures, opal_n_tests); opal_description 139 test/support/support.c if (NULL != opal_description) opal_description 140 test/support/support.c free(opal_description); opal_description 149 test/support/support.c fprintf(stdout, "%s:%s\n", opal_description, userstr);