Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/lseek/
Dlseek02.c26 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/
Dfchdir02.c15 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/
Dfsync03.c25 static int sock_fd, bad_fd = -1; variable
38 {&bad_fd, EBADF},
/third_party/ltp/testcases/kernel/syscalls/sendmmsg/
Dsendmmsg02.c19 static int bad_fd = -1; variable
31 .fd = &bad_fd,
/third_party/ltp/testcases/kernel/syscalls/ftruncate/
Dftruncate03.c32 static int bad_fd = -1; variable
42 {&bad_fd, 4, EBADF},
/third_party/ltp/testcases/kernel/syscalls/execveat/
Dexecveat02.c34 static int bad_fd = -1, fd; variable
43 {&bad_fd, "", AT_EMPTY_PATH, EBADF},
/third_party/ltp/testcases/kernel/syscalls/recvmmsg/
Drecvmmsg01.c25 static int bad_fd = -1; variable
42 .fd = &bad_fd,