Home
last modified time | relevance | path

Searched refs:c_path (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/bsd/atf/dist/atf-c++/detail/
H A Dfs.cpp84 atf_error_t err = atf_fs_eaccess(p.c_path(), mode); in safe_access()
146 impl::path::c_path(void) in c_path() function in impl::path
303 err = atf_fs_stat_init(&m_stat, p.c_path()); in file_info()
460 err = atf_fs_exists(p.c_path(), &b); in exists()
514 atf_error_t err = atf_fs_rmdir(p.c_path()); in rmdir()
H A Dfs.hpp112 const atf_fs_path_t* c_path(void) const;
H A Dprocess.hpp257 atf_error_t err = atf_process_exec_array(&s, prog.c_path(), in exec()
H A Dprocess.cpp228 atf_error_t err = atf_process_stream_init_redirect_path(&m_sb, p.c_path()); in stream_redirect_path()
/netbsd/usr.bin/find/
H A Dextern.h83 PLAN *c_path(char ***, int, char *);
H A Doption.c135 { "-path", N_PATH, c_path, 1 },
H A Dfunction.c1508 c_path(char ***argvp, int isok, char *opt) in c_path() function