HomeSort by relevance Sort by last modified time
    Searched defs:fd4 (Results 1 - 9 of 9) sorted by null

  /external/android-clat/
tun.h 28 int read_fd6, write_fd6, fd4; member in struct:tun_data
  /external/valgrind/memcheck/tests/linux/
sys-openat.c 17 __attribute__((unused)) int fd4 = openat (0x12345678, "abc", O_RDONLY); local
  /external/webrtc/webrtc/base/
linuxfdwalk_unittest.cc 64 int fd4 = dup2(fd3, kArbitraryLargeFdNumber); local
65 EXPECT_LE(0, fd4);
69 EXPECT_TRUE(fds.insert(fd4).second);
74 EXPECT_EQ(0, close(fd4));
  /external/libpcap/
fad-glifc.c 81 register int fd4, fd6, fd; local
98 fd4 = socket(AF_INET, SOCK_DGRAM, 0);
99 if (fd4 < 0) {
112 (void)close(fd4);
122 if (ioctl(fd4, SIOCGLIFNUM, (char *)&ifn) < 0) {
126 (void)close(fd4);
139 (void)close(fd4);
151 if (ioctl(fd4, SIOCGLIFCONF, (char *)&ifc) < 0) {
155 (void)close(fd4);
173 fd = fd4;
    [all...]
  /external/ltp/testcases/kernel/syscalls/preadv/
preadv02.c 51 static int fd4; variable
81 {&fd4, rd_iovec2, 1, 0, EISDIR},
110 fd4 = SAFE_OPEN(".", O_RDONLY);
122 if (fd4 > 0 && close(fd4))
  /external/ltp/testcases/kernel/syscalls/pwritev/
pwritev02.c 49 static int fd4[2]; variable
78 {&fd4[1], wr_iovec2, 1, 0, ESPIPE}
105 SAFE_PIPE(fd4);
116 if (fd4[0] > 0 && close(fd4[0]))
119 if (fd4[1] > 0 && close(fd4[1]))
  /external/ltp/testcases/kernel/syscalls/read/
read02.c 55 static int fd2, fd3, fd4 = -1; variable
74 {&fd4, &addr4, 1, EINVAL},
75 {&fd4, &addr5, 4096, EINVAL},
125 fd4 = SAFE_OPEN(cleanup, "test_file", O_RDWR | O_DIRECT);
130 if (test->fd == &fd4 && *test->fd == -1) {
138 if (*test->fd == fd4 && TEST_RETURN >= 0) {
161 if (fd4 > 0)
162 close(fd4);
  /external/ltp/testcases/kernel/syscalls/access/
access02.c 54 static int fd1, fd2, fd4; variable
234 fd4 = open(TEMP_FILE, O_RDWR | O_CREAT, FILE_MODE);
235 if (fd4 == -1) {
305 rval = write(fd4, write_buf, strlen(write_buf));
322 if (close(fd4) == -1)
  /external/clang/test/CodeGen/
atomic-ops.c 237 _Bool fd4(struct S *a, struct S *b, struct S *c) { function
238 // CHECK-LABEL: @fd4

Completed in 364 milliseconds