Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/ggate/ggated/
H A Dggated.c72 char *c_path; member
355 conn->c_path, ex->e_path); in exports_check()
424 free(conn->c_path); in connection_cleanups()
459 conn->c_path = strdup(cinit->gc_path); in connection_new()
460 if (conn->c_path == NULL) { in connection_new()
478 conn->c_path); in connection_new()
493 conn->c_path); in connection_add()
501 ip2str(ip), conn->c_path); in connection_add()
507 conn->c_path); in connection_add()
521 ip2str(conn->c_srcip), conn->c_path); in connection_remove()
[all …]
/freebsd-14.2/contrib/atf/atf-c++/detail/
H A Dfs.cpp80 atf_error_t err = atf_fs_eaccess(p.c_path(), mode); in safe_access()
142 impl::path::c_path(void) in c_path() function in impl::path
299 err = atf_fs_stat_init(&m_stat, p.c_path()); in file_info()
456 err = atf_fs_exists(p.c_path(), &b); in exists()
510 atf_error_t err = atf_fs_rmdir(p.c_path()); in rmdir()
H A Dfs.hpp108 const atf_fs_path_t* c_path(void) const;
H A Dprocess.hpp252 atf_error_t err = atf_process_exec_array(&s, prog.c_path(), in exec()
H A Dprocess.cpp224 atf_error_t err = atf_process_stream_init_redirect_path(&m_sb, p.c_path()); in stream_redirect_path()
/freebsd-14.2/contrib/libxo/encoder/csv/
H A Denc_csv.c120 path_frame_t *c_path; /* Array of path members */ member
228 if (!(csv->c_flags & CF_HAS_PATH) || csv->c_path == NULL) in csv_path_top()
236 return csv->c_path[cur].pf_name; in csv_path_top()
645 if (csv->c_path) /* In case two paths are given */ in csv_record_path()
646 xo_free(csv->c_path); in csv_record_path()
651 csv->c_path = path; in csv_record_path()