Home
last modified time | relevance | path

Searched refs:pipe_2_in (Results 1 – 1 of 1) sorted by relevance

/net-tools-latest/
Dmonitor_15_4.c49 static char *pipe_2_in = NULL, *pipe_2_out = NULL; variable
227 DBG("Error, write failed to %s", pipe_2_in); in fifo_handler1()
438 pipe_2_in = g_strconcat(pipe2, PIPE_IN, NULL); in main()
445 DBG("Pipe 2 IN %s OUT %s", pipe_2_in, pipe_2_out); in main()
471 fd2_in = open(pipe_2_in, O_WRONLY); in main()
473 DBG("Failed to open fifo %s", pipe_2_in); in main()
498 g_free(pipe_2_in); in main()