/external/ltp/testcases/kernel/syscalls/splice/ |
splice03.c | 125 SAFE_PIPE(cleanup, pipes);
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
fcntl11.c | 95 SAFE_PIPE(cleanup, parent_pipe); 96 SAFE_PIPE(cleanup, child_pipe);
|
fcntl19.c | 95 SAFE_PIPE(cleanup, parent_pipe); 96 SAFE_PIPE(cleanup, child_pipe);
|
fcntl20.c | 97 SAFE_PIPE(NULL, parent_pipe); 98 SAFE_PIPE(NULL, child_pipe);
|
fcntl31.c | 112 SAFE_PIPE(cleanup, pipe_fds);
|
/external/ltp/testcases/kernel/syscalls/sigrelse/ |
sigrelse01.c | 772 SAFE_PIPE(cleanup, pipe_fd); 783 SAFE_PIPE(cleanup, pipe_fd2);
|
/external/dnsmasq/src/ |
util.c | 236 void safe_pipe(int *fd, int read_noblock) function
|
dnsmasq.c | 249 safe_pipe(pipefd, 1); 277 safe_pipe(err_pipe, 0);
|
dnsmasq.h | 706 void safe_pipe(int *fd, int read_noblock);
|
/external/ltp/lib/ |
safe_macros.c | 231 int safe_pipe(const char *file, const int lineno, void (*cleanup_fn) (void), function
|
/external/ltp/testcases/kernel/ipc/pipeio/ |
pipeio.c | 475 SAFE_PIPE(cleanup, fds);
|