Searched refs:atf_fs_path_cstring (Results 1 - 12 of 12) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs_test.c77 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(
[all...]
H A Dfs.h60 const char *atf_fs_path_cstring(const atf_fs_path_t *);
H A Dfs.c115 strncpy(data.m_path, atf_fs_path_cstring(path), sizeof(data.m_path));
415 atf_fs_path_cstring(const atf_fs_path_t *p) function
553 const char *pstr = atf_fs_path_cstring(p);
704 if (lstat(atf_fs_path_cstring(p), &st) == -1) {
706 atf_fs_path_cstring(p));
859 if (rmdir(atf_fs_path_cstring(p))) {
880 path = atf_fs_path_cstring(p);
H A Dprocess.c352 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));
H A Dtest_helpers.c78 build_check_c_o_aux(atf_fs_path_cstring(&path), failmsg, expect_pass);
H A Dtp_main.c471 strdup(atf_fs_path_cstring(&srcdir)), true);
474 "directory `%s'", atf_fs_path_cstring(&srcdir));
509 err = atf_tp_run(tp, p->m_tcname, atf_fs_path_cstring(&p->m_resfile));
H A Dprocess_test.c871 argv[0] = atf_fs_path_cstring(&process_helpers);
919 atf_list_append(&argv, strdup(atf_fs_path_cstring(&process_helpers)), true);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp142 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);
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dcheck.c318 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);
H A Dcheck_test.c60 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);
H A Dmacros_test.c60 ATF_REQUIRE(open(atf_fs_path_cstring(&p),
H A Dtc.c494 if (strcmp(atf_fs_path_cstring(&bp), ".") != 0) {

Completed in 35 milliseconds