Searched defs:pipe_buf (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/syscalls/kill/
H A Dkill02.c175 char pipe_buf[10]; /*Pipe buffer. */ variable
176 char buf_tmp1[2], buf_tmp2[2]; /*Temp hold for info read into pipe_buf. */
313 while ((read(pipe1_fd[0], pipe_buf, 1) != 1) && (alarm_flag == FALSE))
315 strncpy(buf_tmp1, pipe_buf, 1);
318 while ((read(pipe2_fd[0], pipe_buf, 1) != 1) && (alarm_flag == FALSE))
321 strncpy(buf_tmp2, pipe_buf, 1);
367 read1_stat = read(pipe1_fd[0], pipe_buf, 1);
370 read2_stat = read(pipe2_fd[0], pipe_buf, 1);
373 readA_stat = read(pipeA_fd[0], pipe_buf, 1);
376 readB_stat = read(pipeB_fd[0], pipe_buf,
[all...]

Completed in 364 milliseconds