Home
last modified time | relevance | path

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

/dports/net/rsync/rsync-3.2.3/
H A Dio.c1211 if (flags & RL_EOL_NULLS ? ch == '\0' : (ch == '\r' || ch == '\n')) { in read_line()
1247 int rl_flags = (rl_nulls ? RL_EOL_NULLS : 0); in read_args()
H A Drsync.h1111 #define RL_EOL_NULLS (1<<0) macro
H A Dflist.c2203 | (eol_nulls || reading_remotely ? RL_EOL_NULLS : 0); in send_file_list()
/dports/net/rsync/rsync-3.2.3/patches/
H A Ddb.diff2297 | (eol_nulls || reading_remotely ? RL_EOL_NULLS : 0);