Searched refs:intptr_t (Results 1 – 4 of 4) sorted by relevance
61 return ioctl(fd, TCXONC, (void *)(intptr_t)action); in tcflow()66 return ioctl(fd, TCFLSH, (void *)(intptr_t)__queue); in tcflush()71 return ioctl(fd, TCSBRK, (void *)(intptr_t)1); in tcdrain()
195 typedef long intptr_t; typedef198 typedef int intptr_t; typedef
28 intptr_t i = 0; in TEST()
51 ASSERT_EQ(0, (intptr_t)ptr % (1 << i)); in TEST()64 ASSERT_EQ(0U, (intptr_t)ptr % alignment); in TEST()