HomeSort by: relevance | last modified time | path
    Searched defs:local_test_name (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/tests/utils/
tap.c 70 char *local_test_name = NULL; local
82 if (vasprintf(&local_test_name, test_name, ap) == -1) {
83 local_test_name = NULL;
90 if(local_test_name) {
92 for(c = local_test_name; *c != '\0'; c++) {
100 diag(" You named your test '%s'. You shouldn't use numbers for your test names.", local_test_name);
118 if(local_test_name != NULL) {
120 for(c = local_test_name; *c != '\0'; c++) {
153 free(local_test_name);
tap.c 70 char *local_test_name = NULL; local
82 if (vasprintf(&local_test_name, test_name, ap) == -1) {
83 local_test_name = NULL;
90 if(local_test_name) {
92 for(c = local_test_name; *c != '\0'; c++) {
100 diag(" You named your test '%s'. You shouldn't use numbers for your test names.", local_test_name);
118 if(local_test_name != NULL) {
120 for(c = local_test_name; *c != '\0'; c++) {
153 free(local_test_name);

Completed in 43 milliseconds