Searched refs:pipe_fp (Results 1 – 1 of 1) sorted by relevance
1290 FILE *pipe_fp; local1294 pipe_fp = popen(line.active, "r");1296 if (pipe_fp != NULL) 1298 while (!feof (pipe_fp)) 1301 int n = fread (buf, sizeof(char), 4096, pipe_fp);1306 pclose (pipe_fp);1449 FILE *pipe_fp; local1456 pipe_fp = popen(line.active, "r");1461 pipe_fp = popen(cur_cmd->x.cmd_txt.text, "r");1465 if (pipe_fp != NULL) [all …]