Searched refs:preserve_links (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/rsync-42/rsync/
H A Dt_unsafe.c29 int preserve_links = 0; variable
H A Dtrimslash.c29 int preserve_links = 0; variable
H A Dbatch.c30 extern int preserve_links;
49 &preserve_links, /* 3 */
H A Dtls.c45 int preserve_links = 0; variable
H A Dbackup.c34 extern int preserve_links;
224 if (!kept && preserve_links && S_ISLNK(file->mode)) {
H A Dsyscall.c41 extern int preserve_links;
188 COPYFILE_UNPACK | COPYFILE_ACL | COPYFILE_XATTR | (preserve_links ? COPYFILE_NOFOLLOW : 0)) == 0)
H A Doptions.c48 int preserve_links = 0; variable
455 {"links", 'l', POPT_ARG_VAL, &preserve_links, 1, 0, 0 },
456 {"no-links", 0, POPT_ARG_VAL, &preserve_links, 0, 0, 0 },
457 {"no-l", 0, POPT_ARG_VAL, &preserve_links, 0, 0, 0 },
950 preserve_links = 1;
1126 if (preserve_links && !am_sender) {
1519 if (preserve_links)
H A Dreceiver.c56 extern int preserve_links;
437 COPYFILE_XATTR | COPYFILE_ACL | (preserve_links ? COPYFILE_NOFOLLOW : 0))) {
706 COPYFILE_XATTR | COPYFILE_ACL | (preserve_links ? COPYFILE_NOFOLLOW : 0))) {
H A Dsender.c54 extern int preserve_links;
347 COPYFILE_PACK | COPYFILE_ACL | COPYFILE_XATTR | (preserve_links ? COPYFILE_NOFOLLOW : 0))) {
H A Dflist.c46 extern int preserve_links;
143 if (preserve_links && S_ISLNK(f->mode)) {
456 if (preserve_links && S_ISLNK(mode)) {
598 if (preserve_links && S_ISLNK(mode)) {
999 COPYFILE_CHECK | COPYFILE_ACL | COPYFILE_XATTR | (preserve_links ? COPYFILE_NOFOLLOW : 0))) {
H A Dgenerator.c38 extern int preserve_links;
962 if (preserve_links && S_ISLNK(file->mode)) {

Completed in 131 milliseconds