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

/freebsd-11.0-release/contrib/atf/atf-c/detail/
H A Dfs.h45 typedef struct atf_fs_path atf_fs_path_t; typedef in typeref:struct:atf_fs_path
48 atf_error_t atf_fs_path_init_ap(atf_fs_path_t *, const char *, va_list);
49 atf_error_t atf_fs_path_init_fmt(atf_fs_path_t *, const char *, ...);
50 atf_error_t atf_fs_path_copy(atf_fs_path_t *, const atf_fs_path_t *);
51 void atf_fs_path_fini(atf_fs_path_t *);
54 atf_error_t atf_fs_path_branch_path(const atf_fs_path_t *, atf_fs_path_t *);
55 const char *atf_fs_path_cstring(const atf_fs_path_t *);
56 atf_error_t atf_fs_path_leaf_name(const atf_fs_path_t *, atf_dynstr_
[all...]
H A Dprocess.h52 const atf_fs_path_t *m_path;
69 const atf_fs_path_t *);
119 const atf_fs_path_t *,
125 const atf_fs_path_t *,
H A Dfs.c58 static atf_error_t copy_contents(const atf_fs_path_t *, char **);
63 static void replace_contents(atf_fs_path_t *, const char *);
75 /* XXX: Ideally this would be an atf_fs_path_t, but if we create it
103 invalid_umask_error(const atf_fs_path_t *path, const int type,
175 copy_contents(const atf_fs_path_t *p, char **buf)
297 replace_contents(atf_fs_path_t *p, const char *buf)
348 atf_fs_path_init_ap(atf_fs_path_t *p, const char *fmt, va_list ap)
361 atf_fs_path_init_fmt(atf_fs_path_t *p, const char *fmt, ...)
374 atf_fs_path_copy(atf_fs_path_t *dest, const atf_fs_path_t *sr
[all...]
H A Dtest_helpers.c68 atf_fs_path_t path;
97 atf_fs_path_t *path)
125 atf_fs_path_t outpath, errpath;
H A Dfs_test.c72 exists(const atf_fs_path_t *p)
79 mkstemp_discard_fd(atf_fs_path_t *p)
128 atf_fs_path_t p;
149 atf_fs_path_t str, str2;
186 atf_fs_path_t p;
226 atf_fs_path_t p;
266 atf_fs_path_t p, bp;
304 atf_fs_path_t p;
344 atf_fs_path_t p;
377 atf_fs_path_t
[all...]
H A Dtp_main.c139 atf_fs_path_t m_srcdir;
142 atf_fs_path_t m_resfile;
148 argv0_to_dir(const char *argv0, atf_fs_path_t *dir)
151 atf_fs_path_t temp;
229 replace_path_param(atf_fs_path_t *param, const char *value)
232 atf_fs_path_t temp;
399 srcdir_strip_libtool(atf_fs_path_t *srcdir)
402 atf_fs_path_t parent;
422 atf_fs_path_t exe, srcdir;
430 atf_fs_path_t srcdirab
[all...]
H A Dprocess.c160 const atf_fs_path_t *path)
589 const atf_fs_path_t *m_prog;
613 const atf_fs_path_t *prog,
646 const atf_fs_path_t *prog,
H A Dprocess_test.c349 atf_fs_path_t m_path;
520 atf_fs_path_t path;
862 atf_fs_path_t process_helpers;
908 atf_fs_path_t process_helpers;
919 atf_fs_path_t outpath;
/freebsd-11.0-release/contrib/atf/atf-c++/detail/
H A Dfs.hpp71 atf_fs_path_t m_path;
93 path(const atf_fs_path_t *);
108 const atf_fs_path_t* c_path(void) const;
H A Dfs.cpp122 impl::path::path(const atf_fs_path_t *p)
141 const atf_fs_path_t*
173 atf_fs_path_t bp;
205 atf_fs_path_t pa;
219 atf_fs_path_t tmp;
/freebsd-11.0-release/contrib/atf/atf-c/
H A Dcheck.c54 create_tmpdir(atf_fs_path_t *dir)
76 cleanup_tmpdir(const atf_fs_path_t *dir, const atf_fs_path_t *outfile,
77 const atf_fs_path_t *errfile)
116 init_sb(const atf_fs_path_t *path, atf_process_stream_t *sb)
130 init_sbs(const atf_fs_path_t *outfile, atf_process_stream_t *outsb,
131 const atf_fs_path_t *errfile, atf_process_stream_t *errsb)
168 fork_and_wait(const char *const *argv, const atf_fs_path_t *outfile,
169 const atf_fs_path_t *errfile, atf_process_status_t *status)
288 atf_fs_path_t m_di
[all...]
H A Dcheck_test.c50 atf_fs_path_t process_helpers;
69 atf_fs_path_t process_helpers;
143 atf_fs_path_t test_p;
302 atf_fs_path_t process_helpers;
338 atf_fs_path_t out, err;
467 atf_fs_path_t process_helpers;
H A Dtc.c438 atf_fs_path_t p;
464 atf_fs_path_t p;
484 atf_fs_path_t bp;
H A Dmacros_test.c55 atf_fs_path_t p;
68 atf_fs_path_t pp;
/freebsd-11.0-release/contrib/atf/test-programs/
H A Dc_helpers.c393 atf_fs_path_t p;

Completed in 116 milliseconds