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