Lines Matching defs:in
29 // <sys/shm.h> doesn't declare these functions in _KERNEL mode.
76 # include <netinet/in.h>
316 // malloc() in the following test may be optimized to produce a compile-time
377 // We poison two bytes in the midle of a 4-byte word to make the test
2677 // Large aggregates are passed as "byval" pointer argument in LLVM.
2917 // Compute the path to our loadable DSO. We assume it's in the same
2949 // Having at least one dlopen'ed library in the process makes this more
2965 // We need to clear shadow for globals when doing dlopen. In order to test
2966 // this, we have to poison the shadow for the DSO before we load it. In
2967 // general this is difficult, but the loader tends to reload things in the
2986 // Regression test for a crash in dlopen() interceptor.
3290 struct in_addr in[2];
3291 int res = inet_aton(s, in);
3293 EXPECT_NOT_POISONED(in[0]);
3294 EXPECT_POISONED(*(char *)(in + 1));
4299 // equal and initialized in both left and right select arguments.
4370 // Allocate the page that was released to the OS in free() with the real mmap,