Searched refs:pipe_1_in (Results 1 – 1 of 1) sorted by relevance
48 static char *pipe_1_in = NULL, *pipe_1_out = NULL; variable306 DBG("Error, write failed to %s", pipe_1_in); in fifo_handler2()437 pipe_1_in = g_strconcat(pipe1, PIPE_IN, NULL); in main()445 DBG("Pipe 1 IN %s OUT %s", pipe_1_in, pipe_1_out); in main()465 fd1_in = open(pipe_1_in, O_WRONLY); in main()467 DBG("Failed to open fifo %s", pipe_1_in); in main()497 g_free(pipe_1_in); in main()