OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expargv
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/atf/dist/atf-c/
h_build.h
49
const char *const
expargv
[16];
member in struct:c_o_test
187
const char *const
expargv
[16];
member in struct:cpp_test
286
const char *const
expargv
[16];
member in struct:cxx_o_test
build_test.c
164
for (test = c_o_tests; test->
expargv
[0] != NULL; test++) {
179
check_equal_array(test->
expargv
, argv);
194
for (test = cpp_tests; test->
expargv
[0] != NULL; test++) {
208
check_equal_array(test->
expargv
, argv);
223
for (test = cxx_o_tests; test->
expargv
[0] != NULL; test++) {
238
check_equal_array(test->
expargv
, argv);
/src/external/bsd/atf/dist/atf-c++/
build_test.cpp
164
for (struct c_o_test* test = c_o_tests; test->
expargv
[0] != NULL;
176
check_equal_argvs(argv, test->
expargv
);
187
for (struct cpp_test* test = cpp_tests; test->
expargv
[0] != NULL;
198
check_equal_argvs(argv, test->
expargv
);
209
for (struct cxx_o_test* test = cxx_o_tests; test->
expargv
[0] != NULL;
221
check_equal_argvs(argv, test->
expargv
);
Completed in 15 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026