Home
last modified time | relevance | path

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

/net-tools-2.7.6/
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()
439 pipe_2_in = g_strconcat(pipe2, PIPE_IN, NULL); in main()
446 DBG("Pipe 2 IN %s OUT %s", pipe_2_in, pipe_2_out); in main()
472 fd2_in = open(pipe_2_in, O_WRONLY); in main()
474 DBG("Failed to open fifo %s", pipe_2_in); in main()
499 g_free(pipe_2_in); in main()