Searched refs:pipe_buf (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/syscalls/kill/ |
D | kill02.c | 175 char pipe_buf[10]; /*Pipe buffer. */ variable 313 while ((read(pipe1_fd[0], pipe_buf, 1) != 1) && (alarm_flag == FALSE)) in parent_rout() 315 strncpy(buf_tmp1, pipe_buf, 1); in parent_rout() 318 while ((read(pipe2_fd[0], pipe_buf, 1) != 1) && (alarm_flag == FALSE)) in parent_rout() 321 strncpy(buf_tmp2, pipe_buf, 1); in parent_rout() 367 read1_stat = read(pipe1_fd[0], pipe_buf, 1); in parent_rout() 370 read2_stat = read(pipe2_fd[0], pipe_buf, 1); in parent_rout() 373 readA_stat = read(pipeA_fd[0], pipe_buf, 1); in parent_rout() 376 readB_stat = read(pipeB_fd[0], pipe_buf, 1); in parent_rout() 434 while ((read(pipe1_fd[0], pipe_buf, 1) != 1) && (alarm_flag == FALSE)) in parent_rout() [all …]
|