Searched refs:CHAR_SET_FAILED (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/syscalls/kill/ |
D | kill02.c | 140 #define CHAR_SET_FAILED "0" /*Set up failing status transferred through the pipe. */ macro 336 if ((strncmp(buf_tmp1, CHAR_SET_FAILED, 1) == 0) || in parent_rout() 337 (strncmp(buf_tmp2, CHAR_SET_FAILED, 1) == 0)) { in parent_rout() 449 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1); in child1_rout() 465 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1); in child1_rout() 481 (void)write(pipe2_fd[1], CHAR_SET_FAILED, 1); in child1_rout() 491 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1); in child1_rout() 505 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1); in child1_rout() 515 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1); in child1_rout() 526 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1); in child1_rout() [all …]
|