Home
last modified time | relevance | path

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

/net-tools-3.5.0/
Dmonitor_15_4.c48 static char *pipe_1_in = NULL, *pipe_1_out = NULL; variable
306 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()