logsave.c | 75 static void send_output(const char *buffer, int c, int flag) function 126 send_output(buffer, c, SEND_CONSOLE); 141 send_output(cp, 0, SEND_LOG); 149 send_output(buffer, c, SEND_BOTH); 210 send_output(argv[0], 0, SEND_BOTH); 212 send_output(buffer, 0, SEND_BOTH); 216 send_output(argv[0], 0, SEND_BOTH); 219 send_output(buffer, 0, SEND_BOTH); 284 send_output("Log of ", 0, send_flag); 286 send_output("stdin", 0, send_flag) [all...] |