/third_party/NuttX/fs/vfs/ |
H A D | fs_dup2.c | 52 int dup2(int fd1, int fd2) in dup2() argument
|
H A D | fs_dupfd2.c | 83 int fs_dupfd2(int fd1, int fd2) in fs_dupfd2() argument
|
/third_party/python/Python/ |
H A D | dup2.c | 21 dup2(int fd1, int fd2) in dup2() argument
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
H A D | 8-1.c | 37 int fd1, fd2; in main() local
|
/third_party/musl/src/unistd/ |
H A D | linkat.c | 4 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 D | flock06.c | 24 int fd1, fd2; in verify_flock() local
|
H A D | flock03.c | 59 int fd1; in verify_flock() local
|
H A D | flock02.c | 57 int fd1; in setup() local
|
H A D | flock04.c | 30 int retval, fd1; in child() local
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/ |
H A D | functionalext_shm_open.c | 45 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 D | linkat.c | 30 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...] |
/third_party/ltp/include/lapi/ |
H A D | kcmp.h | 34 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 D | frag.c | 48 int bytes_read = 0, bytes_written = 0, fd1 = -1, fd2 = -1; in main() local
|
/third_party/nghttp2/src/ |
H A D | shrpx_config_test.cc | 165 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 D | eventfd2_03.c | 34 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 D | flistxattr02.c | 36 static int fd1; variable
|
/third_party/ltp/testcases/kernel/syscalls/kcmp/ |
H A D | kcmp.h | 47 int kcmp(int pid1, int pid2, int type, int fd1, int fd2) in kcmp() argument
|
H A D | kcmp02.c | 25 static int fd1; variable 40 int *fd1; member [all...] |
H A D | kcmp01.c | 23 static int fd1; variable 33 int *fd1; member [all...] |
/third_party/ltp/testcases/kernel/syscalls/llseek/ |
H A D | llseek02.c | 26 static int fd1; variable
|
/third_party/ltp/testcases/kernel/syscalls/fchmod/ |
H A D | fchmod06.c | 21 static int fd1; variable
|
/third_party/musl/libc-test/src/functionalext/supplement/select/ |
H A D | poll_sup.c | 38 int fd1 = open(path1, O_WRONLY | O_CREAT, TEST_MODE); in poll_0100() local
|
H A D | select.c | 83 int fd1, fd2; in select_0300() local
|
/third_party/libdrm/ |
H A D | libsync.h | 86 static inline int sync_merge(const char *name, int fd1, int fd2) in sync_merge() argument 121 static inline int sync_accumulate(const char *name, int *fd1, int fd2) in sync_accumulate() argument [all...] |
/third_party/ltp/testcases/kernel/io/direct_io/ |
H A D | diotest1.c | 57 static int fd1, fd2; variable
|