pollution: gets char *gets(char *); pollution: cuserid char *cuserid(char *); pollution: fprintf_l int fprintf_l(FILE * restrict, locale_t, const char * restrict, ...) __attribute__((__format__ (__printf__, 3, 4))); pollution: vfprintf_l int vfprintf_l(FILE * restrict, locale_t, const char * restrict, __va_list) __attribute__((__format__ (__printf__, 3, 0))); pollution: printf_l int printf_l(locale_t, const char * restrict, ...) __attribute__((__format__ (__printf__, 2, 3))); pollution: vprintf_l int vprintf_l(locale_t, const char * restrict, __va_list) __attribute__((__format__ (__printf__, 2, 0))); pollution: asprintf_l int asprintf_l(char ** restrict, locale_t, const char * restrict, ...) __attribute__((__format__ (__printf__, 3, 4))); pollution: vasprintf_l int vasprintf_l(char ** restrict, locale_t, const char * restrict, __va_list) __attribute__((__format__ (__printf__, 3, 0))); pollution: vdprintf_l int vdprintf_l(int, locale_t, const char * restrict, __va_list) __attribute__((__format__ (__printf__, 3, 0))); pollution: dprintf_l int dprintf_l(int, locale_t, const char * restrict, ...) __attribute__((__format__ (__printf__, 3, 4))); pollution: snprintf_l int snprintf_l(char * restrict, size_t, locale_t, const char * restrict, ...) __attribute__((__format__ (__printf__, 4, 5))); pollution: vsnprintf_l int vsnprintf_l(char * restrict, size_t, locale_t, const char * restrict, __va_list) __attribute__((__format__ (__printf__, 4, 0))); pollution: sprintf_l int sprintf_l(char * restrict, locale_t, const char * restrict, ...) __attribute__((__format__ (__printf__, 3, 4))); pollution: vsprintf_l int vsprintf_l(char * restrict, locale_t, const char * restrict, __va_list) __attribute__((__format__ (__printf__, 3, 0))); pollution: fscanf_l int fscanf_l(FILE * restrict, locale_t, const char * restrict, ...) __attribute__((__format__ (__scanf__, 3, 4))); pollution: scanf_l int scanf_l(locale_t, const char * restrict, ...) __attribute__((__format__ (__scanf__, 2, 3))); pollution: sscanf_l int sscanf_l(const char * restrict, locale_t, const char * restrict, ...) __attribute__((__format__ (__scanf__, 3, 4))); pollution: vscanf_l int vscanf_l(locale_t, const char * restrict, __va_list) __attribute__((__format__ (__scanf__, 2, 0))); pollution: vfscanf_l int vfscanf_l(FILE * restrict, locale_t, const char * restrict, __va_list) __attribute__((__format__ (__scanf__, 3, 0))); pollution: vsscanf_l int vsscanf_l(const char * restrict, locale_t, const char * restrict, __va_list) __attribute__((__format__ (__scanf__, 3, 0))); pollution: wcwidth int wcwidth(wchar_t); pollution: fgetwln wchar_t *fgetwln(FILE * restrict, size_t * restrict); pollution: n int swprintf(wchar_t * restrict, size_t n, const wchar_t * restrict, ...); pollution: wcwidth_l int wcwidth_l(wchar_t, locale_t); pollution: L_cuserid #define L_cuserid 9