Searched refs:dash_c (Results 1 – 1 of 1) sorted by relevance
349 char dash_c[STRLEN("-C") + DECIMAL_STR_MAX(int) + 1]; in run() local364 xsprintf(dash_c, "-C%i", progress_socket); in run()367 xsprintf(dash_c, "-C%i", progress_pipe[1]); in run()369 dash_c[0] = 0; in run()388 if (!isempty(dash_c)) in run()389 cmdline[i++] = dash_c; in run()