Searched refs:on_stdout (Results 1 – 1 of 1) sorted by relevance
1980 void report_pid (int pid, Bool on_stdout) in report_pid() argument2001 fprintf((on_stdout ? stdout : stderr), "use --pid=%d for %s\n", pid, cmdline); in report_pid()2002 fflush((on_stdout ? stdout : stderr)); in report_pid()