pollution: htonl uint32_t htonl(uint32_t) __attribute__((__const__)); pollution: htons uint16_t htons(uint16_t) __attribute__((__const__)); pollution: ntohl uint32_t ntohl(uint32_t) __attribute__((__const__)); pollution: ntohs uint16_t ntohs(uint16_t) __attribute__((__const__)); pollution: x static __inline uint64_t __byte_swap_u64_variable(uint64_t x) { __asm volatile ( "bswap %1" : "=r" (x) : "0" (x)); return (x); } pollution: x static __inline uint32_t __byte_swap_u32_variable(uint32_t x) { __asm volatile ( "bswap %1" : "=r" (x) : "0" (x)); return (x); } pollution: x static __inline uint16_t __byte_swap_u16_variable(uint16_t x) { __asm volatile ("rorw $8, %w1" : "=r" (x) : "0" (x)); return (x); } pollution: bswap16 uint16_t bswap16(uint16_t) __asm("__bswap16") __attribute__((__const__)); pollution: bswap32 uint32_t bswap32(uint32_t) __asm("__bswap32") __attribute__((__const__)); pollution: bswap64 uint64_t bswap64(uint64_t) __attribute__((__const__)); pollution: ptqh_first struct __pthread_st *ptqh_first; pollution: ptqh_last struct __pthread_st **ptqh_last; pollution: pta_magic unsigned int pta_magic; pollution: pta_flags int pta_flags; pollution: pta_private void *pta_private; pollution: ptm_magic unsigned int ptm_magic; pollution: ptm_errorcheck __pthread_spin_t ptm_errorcheck; pollution: ptm_pad1 uint8_t ptm_pad1[3]; pollution: ptm_ceiling unsigned char ptm_ceiling; pollution: ptm_unused __pthread_spin_t ptm_unused; pollution: ptm_pad2 uint8_t ptm_pad2[3]; pollution: ptm_owner volatile pthread_t ptm_owner; pollution: ptm_waiters void * volatile ptm_waiters; pollution: ptm_recursed unsigned int ptm_recursed; pollution: ptm_spare2 void *ptm_spare2; pollution: ptma_magic unsigned int ptma_magic; pollution: ptma_private void *ptma_private; pollution: ptc_magic unsigned int ptc_magic; pollution: ptc_lock __pthread_spin_t ptc_lock; pollution: ptc_waiters void *volatile ptc_waiters; pollution: ptc_spare void *ptc_spare; pollution: ptc_mutex pthread_mutex_t *ptc_mutex; pollution: ptc_private void *ptc_private; pollution: ptca_magic unsigned int ptca_magic; pollution: ptca_private void *ptca_private; pollution: pto_mutex pthread_mutex_t pto_mutex; pollution: pto_done int pto_done; pollution: pts_magic unsigned int pts_magic; pollution: pts_spin __pthread_spin_t pts_spin; pollution: pts_flags int pts_flags; pollution: ptr_magic unsigned int ptr_magic; pollution: ptr_interlock __pthread_spin_t ptr_interlock; pollution: ptr_rblocked pthread_queue_t ptr_rblocked; pollution: ptr_wblocked pthread_queue_t ptr_wblocked; pollution: ptr_nreaders unsigned int ptr_nreaders; pollution: ptr_owner volatile pthread_t ptr_owner; pollution: ptr_private void *ptr_private; pollution: ptra_magic unsigned int ptra_magic; pollution: ptra_private void *ptra_private; pollution: ptb_magic unsigned int ptb_magic; pollution: ptb_lock pthread_spin_t ptb_lock; pollution: ptb_waiters pthread_queue_t ptb_waiters; pollution: ptb_initcount unsigned int ptb_initcount; pollution: ptb_curcount unsigned int ptb_curcount; pollution: ptb_generation unsigned int ptb_generation; pollution: ptb_private void *ptb_private; pollution: ptba_magic unsigned int ptba_magic; pollution: ptba_private void *ptba_private; pollution: tv_sec time_t tv_sec; pollution: tv_usec suseconds_t tv_usec; pollution: timeval struct timeval { time_t tv_sec; suseconds_t tv_usec; }; pollution: tv_sec time_t tv_sec; pollution: tv_nsec long tv_nsec; pollution: timespec struct timespec { time_t tv_sec; long tv_nsec; }; pollution: timeval pollution: it_interval struct timeval it_interval; pollution: timeval pollution: it_value struct timeval it_value; pollution: itimerval struct itimerval { struct timeval it_interval; struct timeval it_value; }; pollution: timespec pollution: it_interval struct timespec it_interval; pollution: timespec pollution: it_value struct timespec it_value; pollution: itimerspec struct itimerspec { struct timespec it_interval; struct timespec it_value; }; pollution: fds_bits __fd_mask fds_bits[(((256) + ((32) - 1)) / (32))]; pollution: fd_set pollution: fd_set typedef struct fd_set { __fd_mask fds_bits[(((256) + ((32) - 1)) / (32))]; } fd_set; pollution: ss_sp void *ss_sp; pollution: ss_size size_t ss_size; pollution: ss_flags int ss_flags; pollution: tm_sec int tm_sec; pollution: tm_min int tm_min; pollution: tm_hour int tm_hour; pollution: tm_mday int tm_mday; pollution: tm_mon int tm_mon; pollution: tm_year int tm_year; pollution: tm_wday int tm_wday; pollution: tm_yday int tm_yday; pollution: tm_isdst int tm_isdst; pollution: tm_gmtoff long tm_gmtoff; pollution: tm_zone char *tm_zone; pollution: tm struct tm { int tm_sec; int tm_min; int tm_hour; int tm_mday; int tm_mon; int tm_year; int tm_wday; int tm_yday; int tm_isdst; long tm_gmtoff; char *tm_zone; }; pollution: tm pollution: asctime char *asctime(const struct tm *); pollution: clock clock_t clock(void); pollution: ctime char *ctime(const time_t *) __asm("__ctime50"); pollution: difftime double difftime(time_t, time_t) __asm("__difftime50"); pollution: tm pollution: gmtime struct tm *gmtime(const time_t *) __asm("__gmtime50"); pollution: tm pollution: localtime struct tm *localtime(const time_t *) __asm("__locatime50"); pollution: time time_t time(time_t *) __asm("__time50"); pollution: tm pollution: mktime time_t mktime(struct tm *) __asm("__mktime50"); pollution: tm pollution: strftime size_t strftime(char * restrict, size_t, const char * restrict, const struct tm * restrict) __attribute__((__format__(__strftime__, 3, 0))); pollution: tzname extern char *tzname[2]; pollution: tzset void tzset(void) __asm("__tzset50"); pollution: daylight extern int daylight; pollution: timezone extern long int timezone __asm("__timezone13"); pollution: tm pollution: strptime char *strptime(const char * restrict, const char * restrict, struct tm * restrict); pollution: sigevent struct sigevent; pollution: itimerspec struct itimerspec; pollution: timespec pollution: timespec pollution: clock_nanosleep int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *); pollution: timespec pollution: clock_getres int clock_getres(clockid_t, struct timespec *) __asm("__clock_getres50"); pollution: timespec pollution: clock_gettime int clock_gettime(clockid_t, struct timespec *) __asm("__clock_gettime50"); pollution: timespec pollution: clock_settime int clock_settime(clockid_t, const struct timespec *) __asm("__clock_settime50"); pollution: timespec pollution: timespec pollution: nanosleep int nanosleep(const struct timespec *, struct timespec *) __asm("__nanosleep50"); pollution: itimerspec pollution: timer_gettime int timer_gettime(timer_t, struct itimerspec *) __asm("__timer_gettime50"); pollution: itimerspec pollution: itimerspec pollution: timer_settime int timer_settime(timer_t, int, const struct itimerspec * restrict, struct itimerspec * restrict) __asm("__timer_settime50"); pollution: clock_getcpuclockid int clock_getcpuclockid(__pid_t, clockid_t *); pollution: sigevent pollution: timer_create int timer_create(clockid_t, struct sigevent * restrict, timer_t * restrict); pollution: timer_delete int timer_delete(timer_t); pollution: timer_getoverrun int timer_getoverrun(timer_t); pollution: tm pollution: asctime_r char *asctime_r(const struct tm * restrict, char * restrict); pollution: ctime_r char *ctime_r(const time_t *, char *) __asm("__ctime_r50"); pollution: tm pollution: tm pollution: gmtime_r struct tm *gmtime_r(const time_t * restrict, struct tm * restrict) __asm("__gmtime_r50"); pollution: tm pollution: tm pollution: localtime_r struct tm *localtime_r(const time_t * restrict, struct tm * restrict) __asm("__localtime_r50"); pollution: tm pollution: strftime_l size_t strftime_l(char * restrict, size_t, const char * restrict, const struct tm * restrict, locale_t) __attribute__((__format__(__strftime__, 3, 0))); pollution: timespec pollution: ts pollution: base pollution: timespec_get int timespec_get(struct timespec *ts, int base); pollution: timespec pollution: pselect int pselect(int, fd_set * restrict, fd_set * restrict, fd_set * restrict, const struct timespec * restrict, const sigset_t * restrict) __asm("__pselect50"); pollution: timeval pollution: select int select(int, fd_set * restrict, fd_set * restrict, fd_set * restrict, struct timeval * restrict) __asm("__select50"); pollution: itimerval pollution: getitimer int getitimer(int, struct itimerval *) __asm("__getitimer50"); pollution: timeval pollution: gettimeofday int gettimeofday(struct timeval * restrict, void *restrict) __asm("__gettimeofday50"); pollution: itimerval pollution: itimerval pollution: setitimer int setitimer(int, const struct itimerval * restrict, struct itimerval * restrict) __asm("__setitimer50"); pollution: timeval pollution: utimes int utimes(const char *, const struct timeval [2]) __asm("__utimes50"); pollution: st_dev dev_t st_dev; pollution: st_mode __mode_t st_mode; pollution: st_ino ino_t st_ino; pollution: st_nlink nlink_t st_nlink; pollution: st_uid __uid_t st_uid; pollution: st_gid __gid_t st_gid; pollution: st_rdev dev_t st_rdev; pollution: timespec pollution: st_atim struct timespec st_atim; pollution: timespec pollution: st_mtim struct timespec st_mtim; pollution: timespec pollution: st_ctim struct timespec st_ctim; pollution: timespec pollution: st_birthtim struct timespec st_birthtim; pollution: st_size __off_t st_size; pollution: st_blocks blkcnt_t st_blocks; pollution: st_blksize blksize_t st_blksize; pollution: st_flags uint32_t st_flags; pollution: st_gen uint32_t st_gen; pollution: st_spare uint32_t st_spare[2]; pollution: stat struct stat { dev_t st_dev; __mode_t st_mode; ino_t st_ino; nlink_t st_nlink; __uid_t st_uid; __gid_t st_gid; dev_t st_rdev; struct timespec st_atim; struct timespec st_mtim; struct timespec st_ctim; struct timespec st_birthtim; __off_t st_size; blkcnt_t st_blocks; blksize_t st_blksize; uint32_t st_flags; uint32_t st_gen; uint32_t st_spare[2]; }; pollution: chmod int chmod(const char *, __mode_t); pollution: mkdir int mkdir(const char *, __mode_t); pollution: mkfifo int mkfifo(const char *, __mode_t); pollution: stat pollution: stat int stat(const char *, struct stat *) __asm("__stat50"); pollution: stat pollution: fstat int fstat(int, struct stat *) __asm("__fstat50"); pollution: umask __mode_t umask(__mode_t); pollution: stat pollution: lstat int lstat(const char *, struct stat *) __asm("__lstat50"); pollution: fchmod int fchmod(int, __mode_t); pollution: mknod int mknod(const char *, __mode_t, dev_t) __asm("__mknod50"); pollution: fchmodat int fchmodat(int, const char *, __mode_t, int); pollution: stat pollution: fstatat int fstatat(int, const char *, struct stat *, int); pollution: mkdirat int mkdirat(int, const char *, __mode_t); pollution: mkfifoat int mkfifoat(int, const char *, __mode_t); pollution: mknodat int mknodat(int, const char *, __mode_t, dev_t); pollution: timespec pollution: utimensat int utimensat(int, const char *, const struct timespec *, int); pollution: timespec pollution: futimens int futimens(int, const struct timespec *); pollution: dirent struct dirent *(*gl_readdir)(void *); pollution: stat int (*gl_lstat)(const char *, struct stat *); pollution: stat int (*gl_stat)(const char *, struct stat *); pollution: INT_LEAST16_MIN #define INT_LEAST16_MIN (-__INT_LEAST16_MAX__-1) pollution: S_IFSOCK #define S_IFSOCK _S_IFSOCK pollution: INT16_C #define INT16_C(c) c pollution: TIME_UTC #define TIME_UTC 1 pollution: INT8_MAX #define INT8_MAX __INT8_MAX__ pollution: UINT_LEAST64_MAX #define UINT_LEAST64_MAX __UINT_LEAST64_MAX__ pollution: INT16_MAX #define INT16_MAX __INT16_MAX__ pollution: LE64TOH #define LE64TOH(x) HTOLE64(x) pollution: HTOLE16 #define HTOLE16(x) __CAST(void, (x)) pollution: HTOLE32 #define HTOLE32(x) __CAST(void, (x)) pollution: INT8_MIN #define INT8_MIN (-__INT8_MAX__-1) pollution: be64toh #define be64toh(x) htobe64(x) pollution: HTOLE64 #define HTOLE64(x) __CAST(void, (x)) pollution: INT16_MIN #define INT16_MIN (-__INT16_MAX__-1) pollution: CLK_TCK #define CLK_TCK (__sysconf(39)) pollution: S_ISGID #define S_ISGID 0002000 pollution: S_IFBLK #define S_IFBLK _S_IFBLK pollution: INT_FAST8_MAX #define INT_FAST8_MAX __INT_FAST8_MAX__ pollution: WCHAR_MAX #define WCHAR_MAX 0x7fffffff pollution: htobe16 #define htobe16(x) bswap16(__CAST(uint16_t, (x))) pollution: S_IXOTH #define S_IXOTH 0000001 pollution: htobe32 #define htobe32(x) bswap32(__CAST(uint32_t, (x))) pollution: LE16TOH #define LE16TOH(x) HTOLE16(x) pollution: INT_FAST8_MIN #define INT_FAST8_MIN (-__INT_FAST8_MAX__-1) pollution: bswap16 #define bswap16(x) __CAST(uint16_t, __builtin_constant_p((x)) ? __byte_swap_u16_constant(x) : __BYTE_SWAP_U16_VARIABLE(x)) pollution: UINT_FAST16_MAX #define UINT_FAST16_MAX __UINT_FAST16_MAX__ pollution: bswap32 #define bswap32(x) __CAST(uint32_t, __builtin_constant_p((x)) ? __byte_swap_u32_constant(x) : __BYTE_SWAP_U32_VARIABLE(x)) pollution: BE64TOH #define BE64TOH(x) HTOBE64(x) pollution: UINT16_C #define UINT16_C(c) c pollution: htonl #define htonl(x) bswap32(__CAST(uint32_t, (x))) pollution: htons #define htons(x) bswap16(__CAST(uint16_t, (x))) pollution: HTONS #define HTONS(x) (x) = htons(__CAST(uint16_t, (x))) pollution: S_IRWXU #define S_IRWXU 0000700 pollution: S_IFMT #define S_IFMT _S_IFMT pollution: CLOCK_REALTIME #define CLOCK_REALTIME 0 pollution: INT32_MIN #define INT32_MIN (-__INT32_MAX__-1) pollution: S_IWGRP #define S_IWGRP 0000020 pollution: le32toh #define le32toh(x) htole32(x) pollution: BE16TOH #define BE16TOH(x) HTOBE16(x) pollution: INT64_C #define INT64_C(c) c ## L pollution: S_ISDIR #define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR) pollution: UINT8_C #define UINT8_C(c) c pollution: UINT_LEAST8_MAX #define UINT_LEAST8_MAX __UINT_LEAST8_MAX__ pollution: FD_SET #define FD_SET(n,p) ((p)->fds_bits[(unsigned)(n) >> __NFDSHIFT] |= (1U << ((n) & __NFDMASK))) pollution: INT_FAST16_MIN #define INT_FAST16_MIN (-__INT_FAST16_MAX__-1) pollution: PTRDIFF_MIN #define PTRDIFF_MIN (-__PTRDIFF_MAX__-1) pollution: be32toh #define be32toh(x) htobe32(x) pollution: PDP_ENDIAN #define PDP_ENDIAN 3412 pollution: st_atime #define st_atime st_atim.tv_sec pollution: SIZE_MAX #define SIZE_MAX __SIZE_MAX__ pollution: UINT64_C #define UINT64_C(c) c ## UL pollution: WINT_MAX #define WINT_MAX 0x7fffffff pollution: S_IWUSR #define S_IWUSR 0000200 pollution: UINTPTR_MAX #define UINTPTR_MAX __UINTPTR_MAX__ pollution: UINT_LEAST16_MAX #define UINT_LEAST16_MAX __UINT_LEAST16_MAX__ pollution: INT64_MAX #define INT64_MAX __INT64_MAX__ pollution: ITIMER_REAL #define ITIMER_REAL 0 pollution: S_IRWXG #define S_IRWXG 0000070 pollution: WINT_MIN #define WINT_MIN (-0x7fffffff-1) pollution: S_IRWXO #define S_IRWXO 0000007 pollution: UTIME_NOW #define UTIME_NOW ((1 << 30) - 1) pollution: S_IFREG #define S_IFREG _S_IFREG pollution: ITIMER_MONOTONIC #define ITIMER_MONOTONIC 3 pollution: INT_LEAST8_MAX #define INT_LEAST8_MAX __INT_LEAST8_MAX__ pollution: INT_LEAST32_MAX #define INT_LEAST32_MAX __INT_LEAST32_MAX__ pollution: S_ISLNK #define S_ISLNK(m) (((m) & _S_IFMT) == _S_IFLNK) pollution: INT_LEAST8_MIN #define INT_LEAST8_MIN (-__INT_LEAST8_MAX__-1) pollution: S_IFCHR #define S_IFCHR _S_IFCHR pollution: S_ISFIFO #define S_ISFIFO(m) (((m) & _S_IFMT) == _S_IFIFO) pollution: FD_ZERO #define FD_ZERO(p) (void)__builtin_memset((p), 0, sizeof(*(p))) pollution: HTOBE32 #define HTOBE32(x) (x) = bswap32(__CAST(uint32_t, (x))) pollution: HTOBE64 #define HTOBE64(x) (x) = bswap64(__CAST(uint64_t, (x))) pollution: st_mtime #define st_mtime st_mtim.tv_sec pollution: CLOCK_VIRTUAL #define CLOCK_VIRTUAL 1 pollution: be16toh #define be16toh(x) htobe16(x) pollution: INT32_MAX #define INT32_MAX __INT32_MAX__ pollution: BYTE_ORDER #define BYTE_ORDER _BYTE_ORDER pollution: LE32TOH #define LE32TOH(x) HTOLE32(x) pollution: UINT64_MAX #define UINT64_MAX __UINT64_MAX__ pollution: htole32 #define htole32(x) (x) pollution: SIG_ATOMIC_MIN #define SIG_ATOMIC_MIN (-__SIG_ATOMIC_MAX__-1) pollution: CLOCK_THREAD_CPUTIME_ID #define CLOCK_THREAD_CPUTIME_ID 0x20000000 pollution: INT_LEAST64_MAX #define INT_LEAST64_MAX __INT_LEAST64_MAX__ pollution: INT8_C #define INT8_C(c) c pollution: S_IFDIR #define S_IFDIR _S_IFDIR pollution: UINT_FAST32_MAX #define UINT_FAST32_MAX __UINT_FAST32_MAX__ pollution: S_ISVTX #define S_ISVTX _S_ISVTX pollution: NULL #define NULL ((void *)0) pollution: UINTMAX_MAX #define UINTMAX_MAX __UINTMAX_MAX__ pollution: INT32_C #define INT32_C(c) c pollution: BIG_ENDIAN #define BIG_ENDIAN 4321 pollution: PTRDIFF_MAX #define PTRDIFF_MAX __PTRDIFF_MAX__ pollution: htole16 #define htole16(x) (x) pollution: TIMER_ABSTIME #define TIMER_ABSTIME 0x1 pollution: ntohl #define ntohl(x) bswap32(__CAST(uint32_t, (x))) pollution: ntohs #define ntohs(x) bswap16(__CAST(uint16_t, (x))) pollution: CLOCK_MONOTONIC #define CLOCK_MONOTONIC 3 pollution: htole64 #define htole64(x) (x) pollution: NTOHL #define NTOHL(x) (x) = ntohl(__CAST(uint32_t, (x))) pollution: NTOHS #define NTOHS(x) (x) = ntohs(__CAST(uint16_t, (x))) pollution: INT64_MIN #define INT64_MIN (-__INT64_MAX__-1) pollution: le64toh #define le64toh(x) htole64(x) pollution: CLOCK_PROF #define CLOCK_PROF 2 pollution: INT_LEAST64_MIN #define INT_LEAST64_MIN (-__INT_LEAST64_MAX__-1) pollution: INT_FAST32_MAX #define INT_FAST32_MAX __INT_FAST32_MAX__ pollution: UINT_FAST8_MAX #define UINT_FAST8_MAX __UINT_FAST8_MAX__ pollution: S_IXUSR #define S_IXUSR 0000100 pollution: S_IWOTH #define S_IWOTH 0000002 pollution: UINT8_MAX #define UINT8_MAX __UINT8_MAX__ pollution: CLOCK_PROCESS_CPUTIME_ID #define CLOCK_PROCESS_CPUTIME_ID 0x40000000 pollution: S_IRGRP #define S_IRGRP 0000040 pollution: UINT32_C #define UINT32_C(c) c ## U pollution: UINT_FAST64_MAX #define UINT_FAST64_MAX __UINT_FAST64_MAX__ pollution: INT_FAST32_MIN #define INT_FAST32_MIN (-__INT_FAST32_MAX__-1) pollution: FD_SETSIZE #define FD_SETSIZE 256 pollution: le16toh #define le16toh(x) htole16(x) pollution: INTMAX_MAX #define INTMAX_MAX __INTMAX_MAX__ pollution: HTOBE16 #define HTOBE16(x) (x) = bswap16(__CAST(uint16_t, (x))) pollution: CLOCKS_PER_SEC #define CLOCKS_PER_SEC 100 pollution: UTIME_OMIT #define UTIME_OMIT ((1 << 30) - 2) pollution: INTMAX_MIN #define INTMAX_MIN (-__INTMAX_MAX__-1) pollution: FD_ISSET #define FD_ISSET(n,p) ((p)->fds_bits[(unsigned)(n) >> __NFDSHIFT] & (1U << ((n) & __NFDMASK))) pollution: INT_FAST64_MAX #define INT_FAST64_MAX __INT_FAST64_MAX__ pollution: UINT_LEAST32_MAX #define UINT_LEAST32_MAX __UINT_LEAST32_MAX__ pollution: st_birthtime #define st_birthtime st_birthtim.tv_sec pollution: S_ISSOCK #define S_ISSOCK(m) (((m) & _S_IFMT) == _S_IFSOCK) pollution: S_IXGRP #define S_IXGRP 0000010 pollution: LITTLE_ENDIAN #define LITTLE_ENDIAN 1234 pollution: INTMAX_C #define INTMAX_C(c) c ## L pollution: INT_FAST64_MIN #define INT_FAST64_MIN (-__INT_FAST64_MAX__-1) pollution: UINT16_MAX #define UINT16_MAX __UINT16_MAX__ pollution: S_ISUID #define S_ISUID 0004000 pollution: ITIMER_VIRTUAL #define ITIMER_VIRTUAL 1 pollution: FD_CLR #define FD_CLR(n,p) ((p)->fds_bits[(unsigned)(n) >> __NFDSHIFT] &= ~(1U << ((n) & __NFDMASK))) pollution: S_IROTH #define S_IROTH 0000004 pollution: S_IFIFO #define S_IFIFO _S_IFIFO