Searched refs:c_path (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dfs.hpp108 const atf_fs_path_t* c_path(void) const;
H A Dfs.cpp80 atf_error_t err = atf_fs_eaccess(p.c_path(), mode);
142 impl::path::c_path(void) function in class:impl::path
299 err = atf_fs_stat_init(&m_stat, p.c_path());
456 err = atf_fs_exists(p.c_path(), &b);
510 atf_error_t err = atf_fs_rmdir(p.c_path());
H A Dprocess.hpp252 atf_error_t err = atf_process_exec_array(&s, prog.c_path(),
H A Dprocess.cpp224 atf_error_t err = atf_process_stream_init_redirect_path(&m_sb, p.c_path());
/freebsd-11-stable/sbin/ggate/ggated/
H A Dggated.c73 char *c_path; member in struct:ggd_connection
411 ip2str(conn->c_srcip), conn->c_path);
415 free(conn->c_path);
450 conn->c_path = strdup(cinit->gc_path);
451 if (conn->c_path == NULL) {
469 conn->c_path);
484 conn->c_path);
492 ip2str(ip), conn->c_path);
498 conn->c_path);
512 ip2str(conn->c_srcip), conn->c_path);
[all...]

Completed in 56 milliseconds