Home
last modified time | relevance | path

Searched refs:one_file_system (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/rsync/
H A Dfargs.c127 if (sess->opts->one_file_system > 1) in fargs_cmdline()
129 if (sess->opts->one_file_system > 0) in fargs_cmdline()
H A Dflist.c926 if (sess->opts->one_file_system && in flist_gen_dirent()
928 if (sess->opts->one_file_system > 1 || in flist_gen_dirent()
1304 if (sess->opts->one_file_system) { in flist_gen_dels()
H A Dextern.h149 int one_file_system; /* -x */ member
H A Dmain.c431 opts.one_file_system++; in main()