HomeSort by relevance Sort by last modified time
    Searched defs:fd4 (Results 1 - 5 of 5) 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/clang/test/CodeGen/
atomic-ops.c 229 _Bool fd4(struct S *a, struct S *b, struct S *c) { function
230 // CHECK-LABEL: @fd4

Completed in 181 milliseconds