Home
last modified time | relevance | path

Searched refs:wrfd (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/syscalls/splice/
Dsplice03.c44 static int wrfd; variable
58 { &wrfd, NULL, &pipes[1], NULL, EBADF },
60 { &rdfd, NULL, &wrfd, NULL, EINVAL },
61 { &pipes[0], &offset, &wrfd, NULL, ESPIPE },
70 wrfd = SAFE_OPEN(TEST_FILE2, O_WRONLY | O_CREAT, 0644); in setup()
107 if (wrfd > 0) in cleanup()
108 SAFE_CLOSE(wrfd); in cleanup()