OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atf_dynstr_cstring
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/bsd/atf/dist/atf-c/detail/
dynstr_test.c
60
ATF_REQUIRE(strcmp(
atf_dynstr_cstring
(&str), "") == 0);
86
ATF_REQUIRE(strcmp(
atf_dynstr_cstring
(&str), "String 1") == 0);
90
ATF_REQUIRE(strcmp(
atf_dynstr_cstring
(&str), "String 2") == 0);
94
ATF_REQUIRE(strcmp(
atf_dynstr_cstring
(&str), "String 3") == 0);
99
ATF_REQUIRE(strcmp(
atf_dynstr_cstring
(&str),
116
ATF_REQUIRE(strcmp(
atf_dynstr_cstring
(&str), "String 1") == 0);
120
ATF_REQUIRE(strcmp(
atf_dynstr_cstring
(&str), "String 2") == 0);
124
ATF_REQUIRE(strcmp(
atf_dynstr_cstring
(&str), "String 3") == 0);
130
ATF_REQUIRE(strcmp(
atf_dynstr_cstring
(&str),
148
ATF_REQUIRE(strcmp(
atf_dynstr_cstring
(&str), "") == 0)
[
all
...]
dynstr.h
68
const char *
atf_dynstr_cstring
(const atf_dynstr_t *);
test_helpers.c
55
optargs[0] =
atf_dynstr_cstring
(&iflag);
fs.c
189
strcpy(str,
atf_dynstr_cstring
(&p->m_data));
409
dirname(
atf_dynstr_cstring
(&p->m_data))));
418
return
atf_dynstr_cstring
(&p->m_data);
436
basename(
atf_dynstr_cstring
(&p->m_data))));
445
return
atf_dynstr_cstring
(&p->m_data)[0] == '/';
469
const char *auxstr =
atf_dynstr_cstring
(&aux);
497
return atf_fs_path_append_fmt(p, "%s",
atf_dynstr_cstring
(&p2->m_data));
dynstr.c
300
atf_dynstr_cstring
(const atf_dynstr_t *ad)
function
fs_test.c
315
printf("Output : %s\n",
atf_dynstr_cstring
(&ln));
/src/external/bsd/atf/dist/atf-c/
utils.c
194
ATF_REQUIRE(write(fd,
atf_dynstr_cstring
(&formatted),
280
found = grep_string(
atf_dynstr_cstring
(&formatted), line);
310
res = grep_string(
atf_dynstr_cstring
(&formatted), str);
tc.c
186
r =
atf_dynstr_cstring
(reason);
202
reason == NULL ? "null" :
atf_dynstr_cstring
(reason));
290
atf_dynstr_cstring
(&ctx->expect_reason)));
305
"expecting one; reason was %s",
atf_dynstr_cstring
(reason));
315
atf_dynstr_cstring
(&ctx->expect_reason),
316
atf_dynstr_cstring
(reason));
319
fprintf(stderr, "*** Check failed: %s\n",
atf_dynstr_cstring
(reason));
323
"expecting one; reason was %s",
atf_dynstr_cstring
(reason));
/src/external/bsd/atf/dist/atf-c++/detail/
fs.cpp
200
std::string s(
atf_dynstr_cstring
(&ln));
Completed in 26 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026