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

/macosx-10.9.5/rsync-42/rsync/
H A Dhlink.c203 if (link_stat(toname, &st2, 0) < 0) {
213 if (link_stat(cmpbuf, &st3, 0) < 0)
290 if (link_stat(f_name(file, hlink1), &st1, 0) < 0)
304 statret = link_stat(hlink2, &st2, 0);
H A Drsync.c137 if (link_stat(fname, &st2, 0) < 0) {
202 link_stat(fname, st,
H A Dgenerator.c311 if (link_stat(fbuf, &st, keep_dirlinks) < 0
622 if (link_stat(cmpbuf, stp, 0) < 0 || !S_ISREG(stp->st_mode))
654 if (link_stat(cmpbuf, stp, 0) < 0)
720 if (link_stat(fnamebuf, &st, 0) < 0 || S_ISDIR(st.st_mode)
884 statret = link_stat(fname, &st,
1194 && link_stat(partialptr, &partial_st, 0) == 0
H A Dproto.h71 int link_stat(const char *path, STRUCT_STAT *stp, int follow_dirlinks);
H A Dflist.c169 if (link_stat(path, stp, copy_dirlinks) < 0)
195 int link_stat(const char *path, STRUCT_STAT *stp, int follow_dirlinks) function
1202 if (link_stat(fbuf, &st, copy_dirlinks) != 0) {
1204 rsyserr(FERROR, errno, "link_stat %s failed",

Completed in 115 milliseconds