OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_title
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/test/testutil/
driver.c
146
static char *
test_title
= NULL;
variable
150
free(
test_title
);
151
test_title
= title == NULL ? NULL : strdup(title);
212
test_verdict(verdict, "%d - %s", ii + 1,
test_title
);
252
if (
test_title
!= NULL)
253
test_verdict(verdict, "%d - %s", jj + 1,
test_title
);
/src/crypto/external/apache2/openssl/dist/test/testutil/
driver.c
249
static char *
test_title
= NULL;
variable
253
free(
test_title
);
254
test_title
= title == NULL ? NULL : strdup(title);
339
test_verdict(verdict, "%d - %s", test_case_count + 1,
test_title
);
350
test_printf_stdout("Subtest: %s\n",
test_title
);
388
test_title
, j + 1);
/src/crypto/external/bsd/openssl/dist/test/testutil/
driver.c
252
static char *
test_title
= NULL;
variable
256
free(
test_title
);
257
test_title
= title == NULL ? NULL : strdup(title);
338
test_verdict(verdict, "%d - %s", test_case_count + 1,
test_title
);
349
test_printf_stdout("Subtest: %s\n",
test_title
);
387
test_title
, j + 1);
Completed in 21 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026