OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:local_test_name
(Results
1 - 1
of
1
) 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
);
Completed in 16 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026