Home
last modified time | relevance | path

Searched defs:fd1 (Results 1 - 25 of 113) sorted by relevance

12345

/third_party/NuttX/fs/vfs/
H A Dfs_dup2.c52 int dup2(int fd1, int fd2) in dup2() argument
H A Dfs_dupfd2.c83 int fs_dupfd2(int fd1, int fd2) in fs_dupfd2() argument
/third_party/python/Python/
H A Ddup2.c21 dup2(int fd1, int fd2) in dup2() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dudp_limit.c11 int fd1 = -1, fd2 = -1; in test_udp_limit() local
[all...]
H A Dxdp_dev_bound_only.c29 int fd1 = -1; in test_xdp_dev_bound_only_offdev() local
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dsk_bind_sendto_listen.c10 int fd1, fd2, one = 1; in main() local
[all...]
H A Dsk_connect_zero_addr.c10 int fd1, fd2, one = 1; in main() local
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
H A D8-1.c37 int fd1, fd2; in main() local
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dudp_limit.c13 int fd1 = -1, fd2 = -1; in test_udp_limit() local
[all...]
/third_party/musl/src/unistd/
H A Dlinkat.c4 int linkat(int fd1, const char *existing, int fd2, const char *new, int flag) in linkat() argument
/third_party/ltp/testcases/kernel/syscalls/flock/
H A Dflock06.c24 int fd1, fd2; in verify_flock() local
H A Dflock03.c59 int fd1; in verify_flock() local
H A Dflock02.c57 int fd1; in setup() local
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H A Dfd-002-posix-eq.c27 int fd0, fd1, fd2; in main() local
/kernel/linux/linux-6.6/tools/testing/selftests/proc/
H A Dfd-002-posix-eq.c27 int fd0, fd1, fd2; in main() local
/third_party/musl/libc-test/src/functionalext/supplement/mman/
H A Dfunctionalext_shm_open.c45 int fd1 = shm_open(shm_name, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR); in shm_open_0200() local
64 int fd1 = shm_open(shm_name, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR); in shm_open_0300() local
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dlinkat.c30 int fd1 = creat("/etc/test.txt", CREAT_MODE); in linkat_0100() local
51 int fd1 = creat("/etc/test.txt", CREAT_MODE); in linkat_0200() local
[all...]
/test/xts/hats/kernel/syscalls/fileio/flock/
H A DFlockApiTest.cpp116 int fd1 = open(TEST_FILE, O_RDWR | O_CREAT | O_TRUNC, MODE_0600); in HWTEST_F() local
/third_party/ltp/include/lapi/
H A Dkcmp.h34 static inline int kcmp(int pid1, int pid2, int type, int fd1, int fd2) in kcmp() argument
/third_party/ltp/testcases/kernel/fs/fs_di/
H A Dfrag.c48 int bytes_read = 0, bytes_written = 0, fd1 = -1, fd2 = -1; in main() local
/third_party/nghttp2/src/
H A Dshrpx_config_test.cc165 auto fd1 = mkstemp(file1); in test_shrpx_config_read_tls_ticket_key_file() local
206 auto fd1 = mkstemp(file1); in test_shrpx_config_read_tls_ticket_key_file_aes_256() local
/third_party/ltp/testcases/kernel/syscalls/eventfd2/
H A Deventfd2_03.c34 static void sem_player(int fd1, int fd2) in sem_player() argument
60 int fd1, fd2; in run() local
/third_party/ltp/testcases/kernel/syscalls/flistxattr/
H A Dflistxattr02.c36 static int fd1; variable
/third_party/ltp/testcases/kernel/syscalls/kcmp/
H A Dkcmp.h47 int kcmp(int pid1, int pid2, int type, int fd1, int fd2) in kcmp() argument
/third_party/ltp/testcases/kernel/syscalls/llseek/
H A Dllseek02.c26 static int fd1; variable

Completed in 5 milliseconds

12345