/third_party/ltp/testcases/kernel/syscalls/pipe2/ |
H A D | pipe2_01.c | 21 static int fds[2]; variable [all...] |
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/ |
H A D | epoll_ctl03.c | 23 static int epfd, fds[2]; variable
|
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/ |
H A D | epoll_wait06.c | 32 static int fds[2]; variable [all...] |
H A D | epoll_wait03.c | 31 static int fds[2], epfd, inv_epfd, bad_epfd = -1; variable
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl37.c | 24 static int fds[2]; variable
|
H A D | fcntl35.c | 72 int fds[2]; in verify_pipe_size() local
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | epoll_ctl.c | 37 int fds[2]; in epoll_ctl_0100() local
|
/third_party/musl/libc-test/src/functionalext/supplement/select/ |
H A D | poll_sup.c | 35 struct pollfd fds[2]; in poll_0100() local [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | fwrite.c | 80 int fds[2] = {0}; in fwrite_0400() local
|
/third_party/musl/libc-test/src/functionalext/supplement/termios/ |
H A D | tcflow.c | 54 int fds = open(slave, O_RDWR | O_NOCTTY); in tcflow_0100() local
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | poll-posix.c | 59 int pa_poll (struct pollfd *fds, unsigned long int nfds, int timeout) { in pa_poll() argument
|
H A D | creds.h | 54 int fds[MAX_ANCIL_DATA_FDS]; member
|
H A D | fdsem.c | 49 int fds[2]; member [all...] |
/third_party/toybox/toys/other/ |
H A D | inotifyd.c | 39 struct pollfd fds; in inotifyd_main() local
|
/foundation/graphic/graphic_surface/buffer_handle/test/unittest/ |
H A D | buffer_handle_test.cpp | 46 uint32_t fds = 1025, ints = 1025; in HWTEST_F() local 65 uint32_t fds = 1025, ints = 1025; in HWTEST_F() local
|
/third_party/libdrm/ |
H A D | libsync.h | 63 struct pollfd fds = {0}; in sync_wait() local
|
/third_party/ltp/testcases/kernel/controllers/cgroup/ |
H A D | cgroup_core02.c | 39 int fds[TST_CG_ROOTS_MAX]; member
|
/third_party/node/tools/ |
H A D | pseudo-tty.py | 88 fds = [STDIN, parent_fd] variable
|
/third_party/ltp/testcases/kernel/syscalls/pipe/ |
H A D | pipe12.c | 17 static int fds[2]; variable [all...] |
/third_party/ltp/testcases/kernel/syscalls/fchmodat/ |
H A D | fchmodat01.c | 43 static int fds[ARRAY_SIZE(tcases)]; variable [all...] |
/third_party/node/deps/uvwasi/src/ |
H A D | fd_table.h | 26 struct uvwasi_fd_wrap_t** fds; member
|
/third_party/toybox/toys/pending/ |
H A D | man.c | 128 int fds[] = {-1, -1}; in zopen() local
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | syscalls.rs | 379 let mut fds = MaybeUninit::<[OwnedFd; 2]>::uninit(); variables
|
/foundation/ability/ability_runtime/frameworks/native/child_process/src/ |
H A D | native_child_process.cpp | 125 std::map<std::string, int32_t> fds; in OH_Ability_StartNativeChildProcess() local
|
/foundation/ability/ability_runtime/test/unittest/app_spawn_client_second_test/ |
H A D | app_spawn_client_second_test.cpp | 534 std::map<std::string, int32_t> fds = {{"fd1", 1}, {"fd2", 2}}; in HWTEST_F() local 547 std::map<std::string, int32_t> fds = {{"fd1", 1}, {"fd2", -1}}; in HWTEST_F() local 560 std::map<std::string, int32_t> fds = {{"fd1", -1}, {"fd2", -1}}; HWTEST_F() local [all...] |