Searched refs:bad_fd (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/lseek/ |
D | lseek02.c | 26 static int bad_fd = -1; variable 35 {&bad_fd, SEEK_SET, EBADF}, 36 {&bad_fd, SEEK_CUR, EBADF}, 37 {&bad_fd, SEEK_END, EBADF},
|
/third_party/ltp/testcases/kernel/syscalls/fchdir/ |
D | fchdir02.c | 15 const int bad_fd = -5; in verify_fchdir() local 17 TST_EXP_FAIL(fchdir(bad_fd), EBADF); in verify_fchdir()
|
/third_party/ltp/testcases/kernel/syscalls/fsync/ |
D | fsync03.c | 25 static int sock_fd, bad_fd = -1; variable 38 {&bad_fd, EBADF},
|
/third_party/ltp/testcases/kernel/syscalls/sendmmsg/ |
D | sendmmsg02.c | 19 static int bad_fd = -1; variable 31 .fd = &bad_fd,
|
/third_party/ltp/testcases/kernel/syscalls/ftruncate/ |
D | ftruncate03.c | 32 static int bad_fd = -1; variable 42 {&bad_fd, 4, EBADF},
|
/third_party/ltp/testcases/kernel/syscalls/execveat/ |
D | execveat02.c | 34 static int bad_fd = -1, fd; variable 43 {&bad_fd, "", AT_EMPTY_PATH, EBADF},
|
/third_party/ltp/testcases/kernel/syscalls/recvmmsg/ |
D | recvmmsg01.c | 25 static int bad_fd = -1; variable 42 .fd = &bad_fd,
|