pollution: first pollution: second pollution: n pollution: bcmp [[deprecated]] int bcmp(const void *first, const void *second, size_t n); pollution: src pollution: dst pollution: n pollution: bcopy [[deprecated]] void bcopy(const void *src, void *dst, size_t n); pollution: dst pollution: n pollution: bzero [[deprecated]] void bzero(void *dst, size_t n); pollution: s pollution: n pollution: explicit_bzero void explicit_bzero(void *s, size_t n); pollution: i pollution: ffs int ffs(int i); pollution: i pollution: ffsl int ffsl(long i); pollution: i pollution: ffsll int ffsll(long long i); pollution: s pollution: c pollution: index [[deprecated]] char *index(const char *s, int c); pollution: s pollution: c pollution: rindex [[deprecated]] char *rindex(const char *s, int c); pollution: s1 pollution: s2 int strcasecmp(const char *s1, const char *s2); pollution: s1 pollution: s2 pollution: n int strncasecmp(const char *s1, const char *s2, size_t n); pollution: dest pollution: src pollution: c pollution: n void *memccpy(void *dest, const void *src, int c, size_t n); pollution: haystack pollution: needle pollution: len void *memchr(const void *haystack, int needle, size_t len); pollution: s1 pollution: s2 pollution: n int memcmp(const void *s1, const void *s2, uintptr_t n); pollution: s1 pollution: s2 pollution: n void *memcpy(void *s1, const void *s2, size_t n); pollution: haystack pollution: haystacklen pollution: needle pollution: needlelen void *memmem(const void *haystack, size_t haystacklen, const void *needle, size_t needlelen); pollution: s1 pollution: s2 pollution: n void *memmove(void *s1, const void *s2, size_t n); pollution: haystack pollution: needle pollution: len void *memrchr(const void *haystack, int needle, size_t len); pollution: s pollution: c pollution: n void *memset(void *s, int c, size_t n); pollution: s1 pollution: s2 char *stpcpy(char *s1, const char *s2); pollution: s1 pollution: s2 pollution: n char *stpncpy(char *s1, const char *s2, size_t n); pollution: haystack pollution: needle char *strcasestr(const char *haystack, const char *needle); pollution: s1 pollution: s2 char *strcat(char *s1, const char *s2); pollution: s pollution: c char *strchr(const char *s, int c); pollution: s pollution: c char *strchrnul(const char *s, int c); pollution: s1 pollution: s2 int strcmp(const char *s1, const char *s2); pollution: s1 pollution: s2 int strcoll(const char *s1, const char *s2); pollution: dst pollution: src char *strcpy(char *dst, const char *src); pollution: s1 pollution: s2 size_t strcspn(const char *s1, const char *s2); pollution: s1 char *strdup(const char *s1); pollution: errnum char *strerror(int errnum); pollution: errnum pollution: buf pollution: buflen int strerror_r(int errnum, char *buf, size_t buflen); pollution: dst pollution: src pollution: n size_t strlcat(char *dst, const char *src, size_t n); pollution: str_ pollution: sep char *strsep(char **str_, const char *sep); pollution: dst pollution: src pollution: n size_t strlcpy(char *dst, const char *src, size_t n); pollution: s size_t strlen(const char *s); pollution: s1 pollution: s2 pollution: n char *strncat(char *s1, const char *s2, size_t n); pollution: s1 pollution: s2 pollution: n int strncmp(const char *s1, const char *s2, size_t n); pollution: s1 pollution: s2 pollution: n char *strncpy(char *s1, const char *s2, size_t n); pollution: s1 pollution: size char *strndup(const char *s1, size_t size); pollution: s pollution: size size_t strnlen(const char *s, size_t size); pollution: s pollution: size size_t strnlen_s(const char *s, size_t size); pollution: s1 pollution: s2 char *strpbrk(const char *s1, const char *s2); pollution: s pollution: c char *strrchr(const char *s, int c); pollution: sig char *strsignal(int sig); pollution: s1 pollution: s2 size_t strspn(const char *s1, const char *s2); pollution: haystack pollution: needle char *strstr(const char *haystack, const char *needle); pollution: s1 pollution: delimiter char *strtok(char *s1, const char *delimiter); pollution: s pollution: delimiter pollution: lasts char *strtok_r(char *s, const char *delimiter, char **lasts); pollution: s1 pollution: s2 pollution: n size_t strxfrm(char *s1, const char *s2, size_t n); pollution: INT_LEAST16_MIN #define INT_LEAST16_MIN (-INT_LEAST16_MAX - 1) pollution: INT16_C #define INT16_C(c) __INT16_C(c) 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: INT8_MIN #define INT8_MIN (-INT8_MAX - 1) pollution: INT16_MIN #define INT16_MIN (-INT16_MAX - 1) pollution: INT_FAST8_MAX #define INT_FAST8_MAX __INT_FAST8_MAX__ pollution: WCHAR_MAX #define WCHAR_MAX __WCHAR_MAX__ pollution: INT_LEAST8_MAX #define INT_LEAST8_MAX __INT_LEAST8_MAX__ pollution: INT_FAST8_MIN #define INT_FAST8_MIN (-INT_FAST8_MAX - 1) pollution: WCHAR_MIN #define WCHAR_MIN __WCHAR_MIN__ pollution: UINT16_C #define UINT16_C(c) __UINT16_C(c) pollution: INT32_MIN #define INT32_MIN (-INT32_MAX - 1) pollution: INT64_C #define INT64_C(c) __INT64_C(c) pollution: UINT_LEAST8_MAX #define UINT_LEAST8_MAX __UINT_LEAST8_MAX__ pollution: INT_FAST16_MIN #define INT_FAST16_MIN (-INT_FAST16_MAX - 1) pollution: PTRDIFF_MIN #define PTRDIFF_MIN (-PTRDIFF_MAX - 1) 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: 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: UINT32_MAX #define UINT32_MAX __UINT32_MAX__ pollution: WINT_MIN #define WINT_MIN __WINT_MIN__ pollution: INT_LEAST32_MAX #define INT_LEAST32_MAX __INT_LEAST32_MAX__ pollution: INT_LEAST8_MIN #define INT_LEAST8_MIN (-INT_LEAST8_MAX - 1) 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: INTPTR_MAX #define INTPTR_MAX __INTPTR_MAX__ pollution: INT_LEAST64_MAX #define INT_LEAST64_MAX __INT_LEAST64_MAX__ pollution: INTPTR_MIN #define INTPTR_MIN (-INTPTR_MAX - 1) pollution: INT8_C #define INT8_C(c) __INT8_C(c) pollution: UINT_FAST32_MAX #define UINT_FAST32_MAX __UINT_FAST32_MAX__ pollution: INT_LEAST64_MIN #define INT_LEAST64_MIN (-INT_LEAST64_MAX - 1) pollution: UINTMAX_MAX #define UINTMAX_MAX __UINTMAX_MAX__ pollution: INT32_C #define INT32_C(c) __INT32_C(c) pollution: INT_FAST16_MAX #define INT_FAST16_MAX __INT_FAST16_MAX__ pollution: INT_FAST32_MAX #define INT_FAST32_MAX __INT_FAST32_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: INT_FAST32_MIN #define INT_FAST32_MIN (-INT_FAST32_MAX - 1) pollution: INTMAX_MAX #define INTMAX_MAX __INTMAX_MAX__ pollution: INTMAX_MIN #define INTMAX_MIN (-INTMAX_MAX - 1) pollution: INT_FAST64_MAX #define INT_FAST64_MAX __INT_FAST64_MAX__ pollution: UINT_LEAST32_MAX #define UINT_LEAST32_MAX __UINT_LEAST32_MAX__ pollution: UINTMAX_C #define UINTMAX_C(c) __UINTMAX_C(c) pollution: INTMAX_C #define INTMAX_C(c) __INTMAX_C(c) pollution: INT_FAST64_MIN #define INT_FAST64_MIN (-INT_FAST64_MAX - 1) pollution: UINT16_MAX #define UINT16_MAX __UINT16_MAX__ pollution: PTRDIFF_MAX #define PTRDIFF_MAX __PTRDIFF_MAX__ pollution: INT_LEAST16_MAX #define INT_LEAST16_MAX __INT_LEAST16_MAX__ pollution: INT64_MIN #define INT64_MIN (-INT64_MAX - 1)