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

Function negate_output_levels

options.c:579–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577}
578
579void negate_output_levels(void)
580{
581 int j;
582
583 for (j = 0; j < COUNT_INFO; j++)
584 info_levels[j] *= -1;
585
586 for (j = 0; j < COUNT_DEBUG; j++)
587 debug_levels[j] *= -1;
588}
589
590enum {OPT_SERVER = 1000, OPT_DAEMON, OPT_SENDER, OPT_EXCLUDE, OPT_EXCLUDE_FROM,
591 OPT_FILTER, OPT_COMPARE_DEST, OPT_COPY_DEST, OPT_LINK_DEST, OPT_HELP,

Callers 1

do_server_recvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected