MCPcopy Create free account
hub / github.com/RsyncProject/rsync / emit_filelist_progress

Function emit_filelist_progress

flist.c:176–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176static void emit_filelist_progress(int count)
177{
178 if (quiet)
179 return;
180 if (output_needs_newline == 2) /* avoid a newline in the middle of this filelist-progress output */
181 output_needs_newline = 0;
182 rprintf(FCLIENT, " %d files...\r", count);
183 output_needs_newline = 2;
184}
185
186static void maybe_emit_filelist_progress(int count)
187{

Callers 1

Calls 1

rprintfFunction · 0.70

Tested by

no test coverage detected