Home
last modified time | relevance | path

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

/dports/sysutils/xorriso/libisoburn-1.5.0/xorriso/
H A Dtext_io.h100 char *cmd_pipe_adr, char *reply_pipe_adr, int flag);
H A Dtext_io.c4237 char *cmd_pipe_adr, char *reply_pipe_adr, int flag) in Xorriso_launch_frontend() argument
4291 } else if(cmd_pipe_adr[0] == 0 || reply_pipe_adr[0] == 0) in Xorriso_launch_frontend()
4294 if(cmd_pipe_adr[0] && reply_pipe_adr[0]) { in Xorriso_launch_frontend()
4300 adrpt= reply_pipe_adr; in Xorriso_launch_frontend()
4344 if(cmd_pipe_adr[0] && reply_pipe_adr[0]) { in Xorriso_launch_frontend()
4354 reply_pipe[1]= open(reply_pipe_adr, O_WRONLY | O_APPEND | O_BINARY); in Xorriso_launch_frontend()
4358 Text_shellsafe(reply_pipe_adr, sfe, 0)); in Xorriso_launch_frontend()
4391 if(cmd_pipe_adr[0] && reply_pipe_adr[0]) { in Xorriso_launch_frontend()
4400 reply_pipe[0]= open(reply_pipe_adr, O_RDONLY | O_BINARY); in Xorriso_launch_frontend()
4404 reply_pipe_adr); in Xorriso_launch_frontend()
/dports/sysutils/xorriso/libisoburn-1.5.0/frontend/
H A Dxorriso-tcltk107 set reply_pipe_adr ""
5797 global cmd_pipe_adr reply_pipe_adr main_window_geometry click_to_focus
5829 set reply_pipe_adr [lrange $argv $i $i]
5830 if {$cmd_pipe_adr != "" && $reply_pipe_adr != "" &&
5831 $cmd_pipe_adr != "-" && $reply_pipe_adr != "-"} {
5832 init_frontend_named_pipes $cmd_pipe_adr $reply_pipe_adr
5896 if {$cmd_pipe_adr == "" || $reply_pipe_adr == "" ||
5897 $cmd_pipe_adr == "-" || $reply_pipe_adr == "-"} {