Home
last modified time | relevance | path

Searched refs:eol_nulls (Results 1 – 11 of 11) sorted by relevance

/dports/net/rsync/rsync-3.2.3/
H A Dbatch.c26 extern int eol_nulls;
217 write_byte(fd, eol_nulls ? 0 : '\n'); in write_filter_rules()
219 if (eol_nulls) in write_filter_rules()
H A Doptions.c101 int eol_nulls = 0; variable
788 {"from0", '0', POPT_ARG_VAL, &eol_nulls, 1, 0, 0},
789 {"no-from0", 0, POPT_ARG_VAL, &eol_nulls, 0, 0, 0},
2908 if (eol_nulls) in server_options()
H A Dexclude.c28 extern int eol_nulls;
1207 if (eol_nulls? !ch : (ch == '\n' || ch == '\r')) in parse_filter_file()
H A Dio.c48 extern int eol_nulls;
387 if (!eol_nulls) { in forward_filesfrom_data()
H A Dflist.c58 extern int eol_nulls;
2203 | (eol_nulls || reading_remotely ? RL_EOL_NULLS : 0); in send_file_list()
/dports/net/rsync/rsync-3.2.3/patches/
H A Dignore-case.diff232 {"from0", '0', POPT_ARG_VAL, &eol_nulls, 1, 0, 0},
233 {"no-from0", 0, POPT_ARG_VAL, &eol_nulls, 0, 0, 0},
H A Ddb.diff2254 extern int eol_nulls;
2297 | (eol_nulls || reading_remotely ? RL_EOL_NULLS : 0);
2378 extern int eol_nulls;
2483 int eol_nulls = 0;
H A Dfileflags.diff114 extern int eol_nulls;
/dports/net/p5-File-RsyncP/File-RsyncP-0.76/FileList/
H A Dexclude.c343 if (f->eol_nulls? !ch : (ch == '\n' || ch == '\r')) in add_exclude_file()
H A Drsync.h492 int eol_nulls; member
H A DFileList.xs126 RETVAL->eol_nulls = getHashInt(opts, "from0", 0);