/third_party/ltp/testcases/kernel/syscalls/dup2/ |
D | dup201.c | 25 static int badfd = -1; variable 31 {&badfd, &goodfd}, 33 {&mystdout, &badfd},
|
/third_party/ltp/testcases/kernel/syscalls/linkat/ |
D | linkat01.c | 87 static int olddirfd, newdirfd = -1, cwd_fd = AT_FDCWD, stdinfd = 0, badfd = variable 143 &badfd, TEST_DIR1 "/" TEST_FILE1, &newdirfd, TEST_FILE1, 0, 147 &olddirfd, TEST_FILE1, &badfd, TEST_DIR2 "/" TEST_FILE1, 0, 151 &badfd, spathname, &newdirfd, TEST_FILE1, 0, 0, 0, 0}, 154 &olddirfd, TEST_FILE1, &badfd, dpathname, 0,
|
/third_party/ltp/testcases/kernel/syscalls/splice/ |
D | splice03.c | 42 static int badfd = -1; variable 56 { &badfd, NULL, &pipes[1], NULL, EBADF }, 57 { &pipes[0], NULL, &badfd, NULL, EBADF },
|
/third_party/ltp/testcases/kernel/syscalls/flock/ |
D | flock02.c | 20 static int badfd = -1; variable 28 {&badfd, LOCK_SH, EBADF},
|
/third_party/ltp/testcases/kernel/syscalls/renameat/ |
D | renameat01.c | 77 static int badfd = 100; variable 97 { &badfd, TESTFILE, &badfd, NEW_TESTFILE, EBADF },
|
/third_party/ltp/testcases/kernel/syscalls/readv/ |
D | readv02.c | 29 static int badfd = -1; variable 67 {&badfd, valid_iovec, 3, EBADF},
|
/third_party/ltp/testcases/kernel/syscalls/read/ |
D | read02.c | 38 static int badfd = -1; variable 53 {&badfd, &bufaddr, 1, EBADF},
|
/third_party/python/Lib/test/ |
D | test_socket.py | 3382 badfd = -0x5555 variable in SCMRightsTest 3594 array.array("i", [self.badfd]).tobytes()[:-1])]) 3622 array.array("i", [fd0, self.badfd]).tobytes()[:-1]),
|