Symbol: HostConf
bin/cpdup/cpdup.c
131
static int xremove(struct HostConf *host, const char *path);
bin/cpdup/cpdup.c
132
static int xrmdir(struct HostConf *host, const char *path);
bin/cpdup/cpdup.c
134
static int ScanDir(List *list, struct HostConf *host, const char *path,
bin/cpdup/cpdup.c
137
static int symlink_mfo_test(struct HostConf *hc, struct stat *st1,
bin/cpdup/cpdup.c
1375
ScanDir(List *list, struct HostConf *host, const char *path,
bin/cpdup/cpdup.c
1379
struct HostConf *cphost;
bin/cpdup/cpdup.c
177
static struct HostConf SrcHost;
bin/cpdup/cpdup.c
1770
xremove(struct HostConf *host, const char *path)
bin/cpdup/cpdup.c
178
static struct HostConf DstHost;
bin/cpdup/cpdup.c
1788
xrmdir(struct HostConf *host, const char *path)
bin/cpdup/cpdup.c
1829
symlink_mfo_test(struct HostConf *hc, struct stat *st1, struct stat *st2)
bin/cpdup/hclink.c
152
hcc_read_command(struct HostConf *hc, hctransaction_t trans)
bin/cpdup/hclink.c
17
hcc_connect(struct HostConf *hc, int readonly)
bin/cpdup/hclink.c
210
hcc_start_command(struct HostConf *hc, int16_t cmd)
bin/cpdup/hclink.c
252
struct HostConf *hc;
bin/cpdup/hclink.c
403
hcc_alloc_descriptor(struct HostConf *hc, void *ptr, int type)
bin/cpdup/hclink.c
424
hcc_get_descriptor(struct HostConf *hc, intptr_t desc, int type)
bin/cpdup/hclink.c
436
hcc_set_descriptor(struct HostConf *hc, intptr_t desc, void *ptr, int type)
bin/cpdup/hclink.c
499
hcc_nextchaineditem(struct HostConf *hc, struct HCHead *head)
bin/cpdup/hclink.c
516
hcc_currentchaineditem(struct HostConf *hc, struct HCHead *head)
bin/cpdup/hclink.c
85
struct HostConf hcslave;
bin/cpdup/hclink.h
101
intptr_t hcc_alloc_descriptor(struct HostConf *hc, void *ptr, int type);
bin/cpdup/hclink.h
102
void *hcc_get_descriptor(struct HostConf *hc, intptr_t desc, int type);
bin/cpdup/hclink.h
103
void hcc_set_descriptor(struct HostConf *hc, intptr_t desc, void *ptr, int type);
bin/cpdup/hclink.h
107
struct HCLeaf *hcc_nextchaineditem(struct HostConf *hc, struct HCHead *head);
bin/cpdup/hclink.h
108
struct HCLeaf *hcc_currentchaineditem(struct HostConf *hc, struct HCHead *head);
bin/cpdup/hclink.h
20
struct HostConf;
bin/cpdup/hclink.h
25
struct HostConf *hc;
bin/cpdup/hclink.h
89
int hcc_connect(struct HostConf *hc, int readonly);
bin/cpdup/hclink.h
92
struct HCHead *hcc_read_command(struct HostConf *hc, hctransaction_t trans);
bin/cpdup/hclink.h
93
hctransaction_t hcc_start_command(struct HostConf *hc, int16_t cmd);
bin/cpdup/hcproto.c
1001
hc_write(struct HostConf *hc, int fd, const void *buf, size_t bytes)
bin/cpdup/hcproto.c
1088
hc_remove(struct HostConf *hc, const char *path)
bin/cpdup/hcproto.c
1135
hc_mkdir(struct HostConf *hc, const char *path, mode_t mode)
bin/cpdup/hcproto.c
116
hc_connect(struct HostConf *hc, int readonly)
bin/cpdup/hcproto.c
1185
hc_rmdir(struct HostConf *hc, const char *path)
bin/cpdup/hcproto.c
1229
hc_chown(struct HostConf *hc, const char *path, uid_t owner, gid_t group)
bin/cpdup/hcproto.c
1296
hc_lchown(struct HostConf *hc, const char *path, uid_t owner, gid_t group)
bin/cpdup/hcproto.c
136
hc_hello(struct HostConf *hc)
bin/cpdup/hcproto.c
1363
hc_chmod(struct HostConf *hc, const char *path, mode_t mode)
bin/cpdup/hcproto.c
1384
hc_lchmod(struct HostConf *hc, const char *path, mode_t mode)
bin/cpdup/hcproto.c
1437
hc_mknod(struct HostConf *hc, const char *path, mode_t mode, dev_t rdev)
bin/cpdup/hcproto.c
1498
hc_link(struct HostConf *hc, const char *name1, const char *name2)
bin/cpdup/hcproto.c
1549
hc_chflags(struct HostConf *hc, const char *path, u_long flags)
bin/cpdup/hcproto.c
1577
hc_lchflags(struct HostConf *hc, const char *path, u_long flags)
bin/cpdup/hcproto.c
1643
hc_readlink(struct HostConf *hc, const char *path, char *buf, int bufsiz)
bin/cpdup/hcproto.c
1699
hc_umask(struct HostConf *hc, mode_t numask)
bin/cpdup/hcproto.c
1744
hc_symlink(struct HostConf *hc, const char *name1, const char *name2)
bin/cpdup/hcproto.c
1794
hc_rename(struct HostConf *hc, const char *name1, const char *name2)
bin/cpdup/hcproto.c
1844
hc_utimes(struct HostConf *hc, const char *path, const struct timeval *times)
bin/cpdup/hcproto.c
1871
hc_lutimes(struct HostConf *hc, const char *path, const struct timeval *times)
bin/cpdup/hcproto.c
1941
hc_geteuid(struct HostConf *hc)
bin/cpdup/hcproto.c
1992
hc_getgroups(struct HostConf *hc, gid_t **gidlist)
bin/cpdup/hcproto.c
220
hc_stat(struct HostConf *hc, const char *path, struct stat *st)
bin/cpdup/hcproto.c
238
hc_lstat(struct HostConf *hc, const char *path, struct stat *st)
bin/cpdup/hcproto.c
403
hc_opendir(struct HostConf *hc, const char *path)
bin/cpdup/hcproto.c
471
hc_readdir(struct HostConf *hc, DIR *dir, struct stat **statpp)
bin/cpdup/hcproto.c
556
hc_closedir(struct HostConf *hc, DIR *dir)
bin/cpdup/hcproto.c
665
hc_open(struct HostConf *hc, const char *path, int flags, mode_t mode)
bin/cpdup/hcproto.c
785
hc_close(struct HostConf *hc, int fd)
bin/cpdup/hcproto.c
855
hc_read(struct HostConf *hc, int fd, void *buf, size_t bytes)
bin/cpdup/hcproto.h
100
int hc_closedir(struct HostConf *hc, DIR *dir);
bin/cpdup/hcproto.h
101
int hc_open(struct HostConf *hc, const char *path, int flags, mode_t mode);
bin/cpdup/hcproto.h
102
int hc_close(struct HostConf *hc, int fd);
bin/cpdup/hcproto.h
103
ssize_t hc_read(struct HostConf *hc, int fd, void *buf, size_t bytes);
bin/cpdup/hcproto.h
104
ssize_t hc_write(struct HostConf *hc, int fd, const void *buf, size_t bytes);
bin/cpdup/hcproto.h
105
int hc_remove(struct HostConf *hc, const char *path);
bin/cpdup/hcproto.h
106
int hc_mkdir(struct HostConf *hc, const char *path, mode_t mode);
bin/cpdup/hcproto.h
107
int hc_rmdir(struct HostConf *hc, const char *path);
bin/cpdup/hcproto.h
108
int hc_chown(struct HostConf *hc, const char *path, uid_t owner, gid_t group);
bin/cpdup/hcproto.h
109
int hc_lchown(struct HostConf *hc, const char *path, uid_t owner, gid_t group);
bin/cpdup/hcproto.h
110
int hc_chmod(struct HostConf *hc, const char *path, mode_t mode);
bin/cpdup/hcproto.h
111
int hc_lchmod(struct HostConf *hc, const char *path, mode_t mode);
bin/cpdup/hcproto.h
112
int hc_mknod(struct HostConf *hc, const char *path, mode_t mode, dev_t rdev);
bin/cpdup/hcproto.h
113
int hc_link(struct HostConf *hc, const char *name1, const char *name2);
bin/cpdup/hcproto.h
114
int hc_chflags(struct HostConf *hc, const char *path, u_long flags);
bin/cpdup/hcproto.h
115
int hc_lchflags(struct HostConf *hc, const char *path, u_long flags);
bin/cpdup/hcproto.h
116
int hc_readlink(struct HostConf *hc, const char *path, char *buf, int bufsiz);
bin/cpdup/hcproto.h
117
mode_t hc_umask(struct HostConf *hc, mode_t numask);
bin/cpdup/hcproto.h
118
int hc_symlink(struct HostConf *hc, const char *name1, const char *name2);
bin/cpdup/hcproto.h
119
int hc_rename(struct HostConf *hc, const char *name1, const char *name2);
bin/cpdup/hcproto.h
120
int hc_utimes(struct HostConf *hc, const char *path, const struct timeval *times);
bin/cpdup/hcproto.h
121
int hc_lutimes(struct HostConf *hc, const char *path, const struct timeval *times);
bin/cpdup/hcproto.h
122
uid_t hc_geteuid(struct HostConf *hc);
bin/cpdup/hcproto.h
123
int hc_getgroups(struct HostConf *hc, gid_t **gidlist);
bin/cpdup/hcproto.h
92
int hc_connect(struct HostConf *hc, int readonly);
bin/cpdup/hcproto.h
95
int hc_hello(struct HostConf *hc);
bin/cpdup/hcproto.h
96
int hc_stat(struct HostConf *hc, const char *path, struct stat *st);
bin/cpdup/hcproto.h
97
int hc_lstat(struct HostConf *hc, const char *path, struct stat *st);
bin/cpdup/hcproto.h
98
DIR *hc_opendir(struct HostConf *hc, const char *path);
bin/cpdup/hcproto.h
99
struct HCDirEntry *hc_readdir(struct HostConf *hc, DIR *dir, struct stat **statpp);