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

/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/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 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 Dtest_helpers.c75 build_check_c_o_aux(atf_fs_path_cstring(&path), failmsg);
H A Dprocess_test.c871 argv[0] = atf_fs_path_cstring(&process_helpers);
925 atf_list_append(&argv, strdup(atf_fs_path_cstring(&process_helpers)), true);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dfs_test.c79 return access(atf_fs_path_cstring(p), F_OK) == 0;
139 printf("Output : >%s<\n", atf_fs_path_cstring(&p));
140 ATF_REQUIRE(strcmp(atf_fs_path_cstring(&p), t->out) == 0);
278 printf("Output : %s\n", atf_fs_path_cstring(&bp));
279 ATF_REQUIRE(strcmp(atf_fs_path_cstring(&bp), t->branch) == 0);
359 printf("Output : >%s<\n", atf_fs_path_cstring(&p));
360 ATF_REQUIRE(strcmp(atf_fs_path_cstring(&p), t->out) == 0);
387 printf("Relative path: %s\n", atf_fs_path_cstring(&p));
390 printf("Absolute path: %s\n", atf_fs_path_cstring(&p2));
580 create_dir(atf_fs_path_cstring(
[all...]
H A Dfs.h62 const char *atf_fs_path_cstring(const atf_fs_path_t *);
H A Dfs.c116 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);
H A Dprocess.c354 int aux = open(atf_fs_path_cstring(sp->m_sb->m_path),
358 atf_fs_path_cstring(sp->m_sb->m_path));
605 const int ret = const_execvp(atf_fs_path_cstring(ea->m_prog), ea->m_argv);
609 atf_fs_path_cstring(ea->m_prog), strerror(errnocopy));
H A Dtp_main.c462 strdup(atf_fs_path_cstring(&srcdir)), true);
465 "directory `%s'", atf_fs_path_cstring(&srcdir));
492 err = atf_tp_run(tp, p->m_tcname, atf_fs_path_cstring(&p->m_resfile));
H A Dtest_helpers.c77 build_check_c_o_aux(atf_fs_path_cstring(&path), failmsg);
H A Dprocess_test.c872 argv[0] = atf_fs_path_cstring(&process_helpers);
926 atf_list_append(&argv, strdup(atf_fs_path_cstring(&process_helpers)), true);
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/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);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/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);
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/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);
162 RE(atf_check_build_cpp("test.c", atf_fs_path_cstring(&test_p), NULL,
317 argv[0] = atf_fs_path_cstring(&process_helpers);
480 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) {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/
H A Dcheck.c322 atf_fs_path_cstring(dir));
327 atf_fs_path_cstring(dir));
363 return atf_fs_path_cstring(&r->pimpl->m_stdout);
369 return atf_fs_path_cstring(&r->pimpl->m_stderr);
H A Dcheck_test.c62 argv[0] = atf_fs_path_cstring(&process_helpers);
81 argv[0] = atf_fs_path_cstring(&process_helpers);
164 RE(atf_check_build_cpp("test.c", atf_fs_path_cstring(&test_p), NULL,
319 argv[0] = atf_fs_path_cstring(&process_helpers);
482 argv[0] = atf_fs_path_cstring(&process_helpers);
H A Dmacros_test.c62 ATF_REQUIRE(open(atf_fs_path_cstring(&p),
H A Dtc.c483 if (strcmp(atf_fs_path_cstring(&bp), ".") != 0) {

Completed in 297 milliseconds