Searched refs:dash_c (Results 1 - 1 of 1) sorted by relevance

/systemd/src/fsck/
H A Dfsck.c394 char dash_c[sizeof("-C")-1 + DECIMAL_STR_MAX(int) + 1]; local
413 xsprintf(dash_c, "-C%i", progress_socket);
416 xsprintf(dash_c, "-C%i", progress_pipe[1]);
418 dash_c[0] = 0;
437 if (!isempty(dash_c))
438 cmdline[i++] = dash_c;

Completed in 8 milliseconds