pollution: rand_r int rand_r(unsigned *__seed); pollution: mktemp char *mktemp(char *__pattern); pollution: getloadavg int getloadavg(double *__loadavg, int __count); pollution: random long random(void); pollution: drand48 double drand48(void); pollution: erand48 double erand48(unsigned short __s[3]); pollution: seed48 unsigned short *seed48(unsigned short __s[3]); pollution: srand48 void srand48(long int __seed); pollution: mrand48 long int mrand48(void); pollution: jrand48 long jrand48(unsigned short __s[3]); pollution: initstate char *initstate(unsigned int __seed, char *__state, size_t __size); pollution: setstate char *setstate(char *__state); pollution: srandom void srandom(unsigned int __seed); pollution: putenv int putenv(char *__string); pollution: mkstemps int mkstemps(char *__pattern, int __suffixlen); pollution: mkostemps int mkostemps(char *__pattern, int __suffixlen, int __flags); pollution: posix_openpt int posix_openpt(int __flags); pollution: grantpt int grantpt(int __fd); pollution: unlockpt int unlockpt(int __fd); pollution: ptsname char *ptsname(int __fd); pollution: ptsname_r int ptsname_r(int __fd, char *__buf, size_t __len); pollution: canonicalize_file_name char *canonicalize_file_name(const char *__name); pollution: clearenv int clearenv(void); pollution: rpmatch int rpmatch(const char *__resp); pollution: MLIBC_GLIBC_STDLIB_H #define MLIBC_GLIBC_STDLIB_H #define __BIGGEST_ALIGNMENT__ 16 pollution: W_EXITCODE #define W_EXITCODE(ret,sig) (((ret) << 8) | (sig)) pollution: alloca #define alloca __builtin_alloca pollution: MLIBC_BSD_STDLIB_H #define MLIBC_BSD_STDLIB_H #define __FLT64_IS_IEC_60559__ 1