Searched refs:op_pipe_file (Results 1 – 3 of 3) sorted by relevance
27 char op_pipe_file[PATH_MAX]; variable60 strcpy(op_pipe_file, op_session_dir); in init_op_config_dirs()61 strcat(op_pipe_file, "/opd_pipe"); in init_op_config_dirs()
41 extern char op_pipe_file[];
30 if (mkfifo(op_pipe_file, 0666) == -1) { in opd_create_pipe()42 fifo = open(op_pipe_file, O_RDONLY | O_NONBLOCK); in opd_open_pipe()