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_fs_path_cstring
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/bsd/atf/dist/atf-c/detail/
fs_test.c
77
return access(
atf_fs_path_cstring
(p), F_OK) == 0;
137
printf("Output : >%s<\n",
atf_fs_path_cstring
(&p));
138
ATF_REQUIRE(strcmp(
atf_fs_path_cstring
(&p), t->out) == 0);
276
printf("Output : %s\n",
atf_fs_path_cstring
(&bp));
277
ATF_REQUIRE(strcmp(
atf_fs_path_cstring
(&bp), t->branch) == 0);
357
printf("Output : >%s<\n",
atf_fs_path_cstring
(&p));
358
ATF_REQUIRE(strcmp(
atf_fs_path_cstring
(&p), t->out) == 0);
385
printf("Relative path: %s\n",
atf_fs_path_cstring
(&p));
388
printf("Absolute path: %s\n",
atf_fs_path_cstring
(&p2));
578
create_dir(
atf_fs_path_cstring
(&pdir), 0755)
[
all
...]
fs.h
63
const char *
atf_fs_path_cstring
(const atf_fs_path_t *);
test_helpers.c
74
const bool result = build_check_c_o(
atf_fs_path_cstring
(&path));
fs.c
116
strncpy(data.m_path,
atf_fs_path_cstring
(path), sizeof(data.m_path));
416
atf_fs_path_cstring
(const atf_fs_path_t *p)
function
554
const char *pstr =
atf_fs_path_cstring
(p);
705
if (lstat(
atf_fs_path_cstring
(p), &st) == -1) {
707
atf_fs_path_cstring
(p));
860
if (rmdir(
atf_fs_path_cstring
(p))) {
881
path =
atf_fs_path_cstring
(p);
process.c
352
int aux = open(
atf_fs_path_cstring
(sp->m_sb->m_path),
356
atf_fs_path_cstring
(sp->m_sb->m_path));
607
const int ret = const_execvp(
atf_fs_path_cstring
(ea->m_prog), ea->m_argv);
611
atf_fs_path_cstring
(ea->m_prog), strerror(errnocopy));
tp_main.c
472
strdup(
atf_fs_path_cstring
(&srcdir)), true);
475
"directory `%s'",
atf_fs_path_cstring
(&srcdir));
510
err = atf_tp_run(tp, p->m_tcname,
atf_fs_path_cstring
(&p->m_resfile));
process_test.c
871
argv[0] =
atf_fs_path_cstring
(&process_helpers);
919
atf_list_append(&argv, strdup(
atf_fs_path_cstring
(&process_helpers)), true);
/src/external/bsd/atf/dist/atf-c++/detail/
fs.cpp
142
return
atf_fs_path_cstring
(&m_path);
184
path p(
atf_fs_path_cstring
(&bp));
215
path p(
atf_fs_path_cstring
(&pa));
270
atf_fs_path_cstring
(&p.m_path));
281
const char *s1 =
atf_fs_path_cstring
(&m_path);
282
const char *s2 =
atf_fs_path_cstring
(&p.m_path);
/src/external/bsd/atf/dist/atf-c/
check.c
318
atf_fs_path_cstring
(dir));
323
atf_fs_path_cstring
(dir));
359
return
atf_fs_path_cstring
(&r->pimpl->m_stdout);
365
return
atf_fs_path_cstring
(&r->pimpl->m_stderr);
check_test.c
60
argv[0] =
atf_fs_path_cstring
(&process_helpers);
79
argv[0] =
atf_fs_path_cstring
(&process_helpers);
158
RE(atf_check_build_cpp("test.c",
atf_fs_path_cstring
(&test_p), NULL,
313
argv[0] =
atf_fs_path_cstring
(&process_helpers);
476
argv[0] =
atf_fs_path_cstring
(&process_helpers);
macros_test.c
60
ATF_REQUIRE(open(
atf_fs_path_cstring
(&p),
tc.c
498
if (strcmp(
atf_fs_path_cstring
(&bp), ".") != 0) {
Completed in 23 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026