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 D | 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( [all...] |
H A D | fs.h | 60 const char *atf_fs_path_cstring(const atf_fs_path_t *);
|
H A D | fs.c | 115 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 D | 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));
|
H A D | test_helpers.c | 78 build_check_c_o_aux(atf_fs_path_cstring(&path), failmsg, expect_pass);
|
H A D | tp_main.c | 471 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 D | 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);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | 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);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | 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);
|
H A D | 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);
|
H A D | macros_test.c | 60 ATF_REQUIRE(open(atf_fs_path_cstring(&p),
|
H A D | tc.c | 494 if (strcmp(atf_fs_path_cstring(&bp), ".") != 0) {
|
Completed in 35 milliseconds