Searched refs:send_output (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/misc/ |
D | logsave.c | 76 static void send_output(const char *buffer, int c, int flag) in send_output() function 127 send_output(buffer, c, SEND_CONSOLE); in do_read() 142 send_output(cp, 0, SEND_LOG); in do_read() 150 send_output(buffer, c, SEND_BOTH); in do_read() 212 send_output(argv[0], 0, SEND_BOTH); in run_program() 214 send_output(buffer, 0, SEND_BOTH); in run_program() 218 send_output(argv[0], 0, SEND_BOTH); in run_program() 221 send_output(buffer, 0, SEND_BOTH); in run_program() 286 send_output("Log of ", 0, send_flag); in main() 288 send_output("stdin", 0, send_flag); in main() [all …]
|