Searched refs:list_only (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/rsync-42/rsync/
H A Dt_unsafe.c27 int dry_run, read_only, list_only, verbose; variable
H A Dtrimslash.c27 int list_only = 0; variable
H A Dtls.c43 int list_only = 0; variable
H A Dsyscall.c37 extern int list_only;
52 #define RETURN_ERROR_IF_RO_OR_LO RETURN_ERROR_IF(read_only || list_only, EROFS)
H A Dclientserver.c28 extern int list_only;
124 list_only |= 1;
153 if (list_only && protocol_version >= 29)
154 list_only |= 2;
179 kluge_around_eof = list_only && protocol_version < 25 ? 1 : 0;
H A Doptions.c178 int list_only = 0; variable
530 {"list-only", 0, POPT_ARG_VAL, &list_only, 2, 0, 0 },
1193 xfer_dirs = recurse || list_only;
1591 if (list_only == 1 && !recurse)
1599 if (list_only > 1)
H A Dgenerator.c80 extern int list_only;
298 if (dry_run > 1 || list_only)
809 if (list_only)
1384 int dir_tweaking = !(list_only || local_name || dry_run);
H A Dmain.c31 extern int list_only;
479 if (!dest_path || list_only)
677 if (argc == 0 && (recurse || list_only)) {
999 list_only |= 1;
1109 list_only = 1;
1171 list_only |= 1;
H A Dexclude.c30 extern int list_only;
1178 if (list_only == 1 && !recurse)
H A Dflist.c30 extern int list_only;
1478 if (list_only) {
/macosx-10.9.5/NFS-81/rpc.statd/
H A Dstatd.c91 int list_only = 0; /* just list status database entries */ variable
143 if (list_only || unnotify_host)
148 if (notify_only || unnotify_host || (list_only == LIST_MODE_WATCH))
150 list_only = LIST_MODE_ONCE;
153 if (notify_only || unnotify_host || (list_only == LIST_MODE_ONCE))
155 list_only = LIST_MODE_WATCH;
158 if (notify_only || unnotify_host || list_only)
166 if (list_only || unnotify_host)
169 if (list_only)
170 exit(list_hosts(list_only));
[all...]
H A Dstatd.h197 extern int list_only; /* just list status database entries */
H A Dfile.c106 if (!list_only)
465 status_fd = open(filename, list_only ? O_RDONLY : O_RDWR);
478 if (!list_only) {
506 if (list_only) {
637 if (!list_only) {

Completed in 207 milliseconds