pollution: u_char
pollution: uchar
typedef unsigned char u_char, uchar; 

pollution: u_short
pollution: ushort
typedef unsigned short u_short, ushort; 

pollution: u_int
pollution: uint
typedef unsigned int u_int, uint; 

pollution: u_long
pollution: ulong
typedef unsigned long u_long, ulong; 

pollution: fd
pollution: out
int tcgetattr(int fd, struct termios *out); 

pollution: fd
pollution: act
pollution: value
int tcsetattr(int fd, int act, const struct termios *value); 

pollution: fd
pid_t tcgetsid(int fd); 

pollution: termios_p
speed_t cfgetispeed(const struct termios *termios_p); 

pollution: termios_p
speed_t cfgetospeed(const struct termios *termios_p); 

pollution: termios_p
pollution: speed
int cfsetispeed(struct termios *termios_p, speed_t speed); 

pollution: termios_p
pollution: speed
int cfsetospeed(struct termios *termios_p, speed_t speed); 

pollution: termios_p
pollution: speed
pollution: cfsetspeed
int cfsetspeed(struct termios *termios_p, speed_t speed); 

pollution: fd
pollution: queue
int tcflush(int fd, int queue); 

pollution: fd
int tcdrain(int fd); 

pollution: fd
int tcsendbreak(int fd, int _dur); 

pollution: fd
pollution: sws
int tcgetwinsize(int fd, struct winsize *sws); 

pollution: fd
pollution: sws
int tcsetwinsize(int fd, const struct winsize *sws); 

pollution: fd
pollution: action
int tcflow(int fd, int action); 

pollution: termios_p
pollution: cfmakeraw
void cfmakeraw(struct termios *termios_p); 

pollution: UINT_LEAST64_MAX
#define UINT_LEAST64_MAX __UINT_LEAST64_MAX__

pollution: WCHAR_MAX
#define WCHAR_MAX __WCHAR_MAX__

pollution: WCHAR_MIN
#define WCHAR_MIN __WCHAR_MIN__

pollution: UINT_FAST16_MAX
#define UINT_FAST16_MAX __UINT_FAST16_MAX__

pollution: UINT16_C
#define UINT16_C(c) __UINT16_C(c)

pollution: PTHREAD_COND_INITIALIZER
#define PTHREAD_COND_INITIALIZER ((pthread_cond_t){0})

pollution: UINT_LEAST8_MAX
#define UINT_LEAST8_MAX __UINT_LEAST8_MAX__

pollution: offsetof
#define offsetof(TYPE,MEMBER) __builtin_offsetof (TYPE, MEMBER)

pollution: PTRDIFF_MIN
#define PTRDIFF_MIN (-PTRDIFF_MAX - 1)

pollution: pthread_cleanup_pop
#define pthread_cleanup_pop(EXECUTE) __relibc_internal_pthread_cleanup_pop((EXECUTE)); } while(0)

pollution: SIZE_MAX
#define SIZE_MAX __SIZE_MAX__

pollution: UINT64_C
#define UINT64_C(c) __UINT64_C(c)

pollution: WINT_MAX
#define WINT_MAX __WINT_MAX__

pollution: pthread_cleanup_push
#define pthread_cleanup_push(ROUTINE,ARG) do { struct { void (*routine)(void *); void *arg; void *prev; } __relibc_internal_pthread_ll_entry = { .routine = (void (*)(void *))(ROUTINE), .arg = (void *)(ARG), }; __relibc_internal_pthread_cleanup_push(&__relibc_internal_pthread_ll_entry);

pollution: UINTPTR_MAX
#define UINTPTR_MAX __UINTPTR_MAX__

pollution: UINT_LEAST16_MAX
#define UINT_LEAST16_MAX __UINT_LEAST16_MAX__

pollution: PTHREAD_RWLOCK_INITIALIZER
#define PTHREAD_RWLOCK_INITIALIZER ((pthread_rwlock_t){0})

pollution: UINT32_MAX
#define UINT32_MAX __UINT32_MAX__

pollution: WINT_MIN
#define WINT_MIN __WINT_MIN__

pollution: SIG_ATOMIC_MAX
#define SIG_ATOMIC_MAX __SIG_ATOMIC_MAX__

pollution: UINT64_MAX
#define UINT64_MAX __UINT64_MAX__

pollution: SIG_ATOMIC_MIN
#define SIG_ATOMIC_MIN __SIG_ATOMIC_MIN__

pollution: UINT_FAST32_MAX
#define UINT_FAST32_MAX __UINT_FAST32_MAX__

pollution: NULL
#define NULL ((void *)0)

pollution: UINTMAX_MAX
#define UINTMAX_MAX __UINTMAX_MAX__

pollution: UINT_FAST8_MAX
#define UINT_FAST8_MAX __UINT_FAST8_MAX__

pollution: UINT8_MAX
#define UINT8_MAX __UINT8_MAX__

pollution: UINT32_C
#define UINT32_C(c) __UINT32_C(c)

pollution: UINT_FAST64_MAX
#define UINT_FAST64_MAX __UINT_FAST64_MAX__

pollution: PTHREAD_ONCE_INIT
#define PTHREAD_ONCE_INIT ((pthread_once_t){0})

pollution: UINT_LEAST32_MAX
#define UINT_LEAST32_MAX __UINT_LEAST32_MAX__

pollution: UINTMAX_C
#define UINTMAX_C(c) __UINTMAX_C(c)

pollution: UINT16_MAX
#define UINT16_MAX __UINT16_MAX__

pollution: PTRDIFF_MAX
#define PTRDIFF_MAX __PTRDIFF_MAX__

