Searched refs:atf_fs_path_t (Results 1 - 15 of 15) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.h50 typedef struct atf_fs_path atf_fs_path_t; typedef in typeref:struct:atf_fs_path
53 atf_error_t atf_fs_path_init_ap(atf_fs_path_t *, const char *, va_list);
54 atf_error_t atf_fs_path_init_fmt(atf_fs_path_t *, const char *, ...);
55 atf_error_t atf_fs_path_copy(atf_fs_path_t *, const atf_fs_path_t *);
56 void atf_fs_path_fini(atf_fs_path_t *);
59 atf_error_t atf_fs_path_branch_path(const atf_fs_path_t *, atf_fs_path_t *);
60 const char *atf_fs_path_cstring(const atf_fs_path_t *);
61 atf_error_t atf_fs_path_leaf_name(const atf_fs_path_t *, atf_dynstr_
[all...]
H A Dprocess.h57 const atf_fs_path_t *m_path;
74 const atf_fs_path_t *);
124 const atf_fs_path_t *,
130 const atf_fs_path_t *,
H A Dfs.c62 static atf_error_t copy_contents(const atf_fs_path_t *, char **);
67 static void replace_contents(atf_fs_path_t *, const char *);
79 /* XXX: Ideally this would be an atf_fs_path_t, but if we create it
107 invalid_umask_error(const atf_fs_path_t *path, const int type,
179 copy_contents(const atf_fs_path_t *p, char **buf)
301 replace_contents(atf_fs_path_t *p, const char *buf)
352 atf_fs_path_init_ap(atf_fs_path_t *p, const char *fmt, va_list ap)
365 atf_fs_path_init_fmt(atf_fs_path_t *p, const char *fmt, ...)
378 atf_fs_path_copy(atf_fs_path_t *dest, const atf_fs_path_t *sr
[all...]
H A Dfs_test.c75 exists(const atf_fs_path_t *p)
82 mkstemp_discard_fd(atf_fs_path_t *p)
131 atf_fs_path_t p;
152 atf_fs_path_t str, str2;
189 atf_fs_path_t p;
229 atf_fs_path_t p;
269 atf_fs_path_t p, bp;
307 atf_fs_path_t p;
347 atf_fs_path_t p;
380 atf_fs_path_t
[all...]
H A Dtest_helpers.c74 atf_fs_path_t path;
101 atf_fs_path_t *path)
129 atf_fs_path_t outpath, errpath;
H A Dtp_main.c144 atf_fs_path_t m_srcdir;
147 atf_fs_path_t m_resfile;
153 argv0_to_dir(const char *argv0, atf_fs_path_t *dir)
156 atf_fs_path_t temp;
234 replace_path_param(atf_fs_path_t *param, const char *value)
237 atf_fs_path_t temp;
404 srcdir_strip_libtool(atf_fs_path_t *srcdir)
407 atf_fs_path_t parent;
427 atf_fs_path_t exe, srcdir;
435 atf_fs_path_t srcdirab
[all...]
H A Dprocess.c164 const atf_fs_path_t *path)
593 const atf_fs_path_t *m_prog;
617 const atf_fs_path_t *prog,
650 const atf_fs_path_t *prog,
H A Dprocess_test.c353 atf_fs_path_t m_path;
524 atf_fs_path_t path;
866 atf_fs_path_t process_helpers;
912 atf_fs_path_t process_helpers;
923 atf_fs_path_t outpath;
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.hpp75 atf_fs_path_t m_path;
97 path(const atf_fs_path_t *);
112 const atf_fs_path_t* c_path(void) const;
H A Dfs.cpp126 impl::path::path(const atf_fs_path_t *p)
145 const atf_fs_path_t*
177 atf_fs_path_t bp;
209 atf_fs_path_t pa;
223 atf_fs_path_t tmp;
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dcheck.c58 create_tmpdir(atf_fs_path_t *dir)
80 cleanup_tmpdir(const atf_fs_path_t *dir, const atf_fs_path_t *outfile,
81 const atf_fs_path_t *errfile)
120 init_sb(const atf_fs_path_t *path, atf_process_stream_t *sb)
134 init_sbs(const atf_fs_path_t *outfile, atf_process_stream_t *outsb,
135 const atf_fs_path_t *errfile, atf_process_stream_t *errsb)
172 fork_and_wait(const char *const *argv, const atf_fs_path_t *outfile,
173 const atf_fs_path_t *errfile, atf_process_status_t *status)
292 atf_fs_path_t m_di
[all...]
H A Dcheck_test.c55 atf_fs_path_t process_helpers;
74 atf_fs_path_t process_helpers;
148 atf_fs_path_t test_p;
307 atf_fs_path_t process_helpers;
343 atf_fs_path_t out, err;
472 atf_fs_path_t process_helpers;
H A Dtc.c442 atf_fs_path_t p;
468 atf_fs_path_t p;
488 atf_fs_path_t bp;
H A Dmacros_test.c57 atf_fs_path_t p;
70 atf_fs_path_t pp;
/bind-9.6-ESV-R11/unit/atf-src/test-programs/
H A Dc_helpers.c398 atf_fs_path_t p;

Completed in 38 milliseconds