pollution: u_long typedef unsigned long u_long; pollution: u_int typedef unsigned int u_int; pollution: u_short typedef unsigned short u_short; pollution: u_char typedef unsigned char u_char; pollution: ulong typedef unsigned long ulong; pollution: ushort typedef unsigned short ushort; pollution: uint typedef unsigned int uint; pollution: unchar typedef unsigned char unchar; pollution: flags __haiku_std_uint32 flags; pollution: lock __haiku_std_int32 lock; pollution: unused __haiku_std_int32 unused; pollution: owner __haiku_std_int32 owner; pollution: owner_count __haiku_std_int32 owner_count; pollution: flags __haiku_std_uint32 flags; pollution: lock __haiku_std_int32 lock; pollution: mutex __haiku_std_int32 mutex; pollution: waiter_count __haiku_std_int32 waiter_count; pollution: waiter_max __haiku_std_int32 waiter_max; pollution: flags __haiku_std_uint32 flags; pollution: unused __haiku_std_int32 unused; pollution: mutex pthread_mutex_t* mutex; pollution: waiter_count __haiku_std_int32 waiter_count; pollution: lock __haiku_std_int32 lock; pollution: state __haiku_std_int32 state; pollution: flags __haiku_std_uint32 flags; pollution: owner __haiku_std_int32 owner; pollution: mutex __haiku_std_int32 mutex; pollution: unused __haiku_std_int32 unused; pollution: reader_count __haiku_std_int32 reader_count; pollution: writer_count __haiku_std_int32 writer_count; pollution: waiters void* waiters[2]; pollution: local struct { __haiku_std_int32 mutex; __haiku_std_int32 unused; __haiku_std_int32 reader_count; __haiku_std_int32 writer_count; void* waiters[2]; } local; pollution: sem __haiku_std_int32 sem; pollution: shared struct { __haiku_std_int32 sem; } shared; pollution: u union { struct { __haiku_std_int32 mutex; __haiku_std_int32 unused; __haiku_std_int32 reader_count; __haiku_std_int32 writer_count; void* waiters[2]; } local; struct { __haiku_std_int32 sem; } shared; } u; pollution: lock __haiku_std_int32 lock; pollution: sigevent struct sigevent; 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: 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: 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 int 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; int tm_gmtoff; char *tm_zone; }; pollution: tzname extern char *tzname[2]; pollution: daylight extern int daylight; pollution: timezone extern long timezone; pollution: clock extern clock_t clock(void); pollution: time1 pollution: time2 pollution: difftime extern double difftime(time_t time1, time_t time2); pollution: tm pollution: tm pollution: mktime extern time_t mktime(struct tm *tm); pollution: timer pollution: time extern time_t time(time_t *timer); pollution: tm pollution: tm pollution: asctime extern char *asctime(const struct tm *tm); pollution: tm pollution: timep pollution: buffer pollution: asctime_r extern char *asctime_r(const struct tm *timep, char *buffer); pollution: timer pollution: ctime extern char *ctime(const time_t *timer); pollution: timer pollution: buffer pollution: ctime_r extern char *ctime_r(const time_t *timer, char *buffer); pollution: tm pollution: timer pollution: gmtime extern struct tm *gmtime(const time_t *timer); pollution: tm pollution: timer pollution: tm pollution: tm pollution: gmtime_r extern struct tm *gmtime_r(const time_t *timer, struct tm *tm); pollution: tm pollution: timer pollution: localtime extern struct tm *localtime(const time_t *timer); pollution: tm pollution: timer pollution: tm pollution: tm pollution: localtime_r extern struct tm *localtime_r(const time_t *timer, struct tm *tm); pollution: timespec pollution: timespec pollution: nanosleep extern int nanosleep(const struct timespec *, struct timespec *); pollution: buffer pollution: maxSize pollution: format pollution: tm pollution: tm pollution: strftime extern size_t strftime(char *buffer, size_t maxSize, const char *format, const struct tm *tm); pollution: buffer pollution: maxSize pollution: format pollution: tm pollution: tm pollution: locale pollution: strftime_l extern size_t strftime_l(char *buffer, size_t maxSize, const char *format, const struct tm *tm, locale_t locale); pollution: buf pollution: format pollution: tm pollution: tm pollution: strptime extern char *strptime(const char *buf, const char *format, struct tm *tm); pollution: clockID pollution: timespec pollution: resolution pollution: clock_getres int clock_getres(clockid_t clockID, struct timespec* resolution); pollution: clockID pollution: timespec pollution: clock_gettime int clock_gettime(clockid_t clockID, struct timespec* _time); pollution: clockID pollution: timespec pollution: clock_settime int clock_settime(clockid_t clockID, const struct timespec* _time); pollution: clockID pollution: flags pollution: timespec pollution: timespec pollution: remainingTime pollution: clock_nanosleep int clock_nanosleep(clockid_t clockID, int flags, const struct timespec* _time, struct timespec* remainingTime); pollution: pid pollution: clock_getcpuclockid int clock_getcpuclockid(pid_t pid, clockid_t* _clockID); pollution: clockID pollution: sigevent pollution: event pollution: timerID pollution: timer_create int timer_create(clockid_t clockID, struct sigevent* event, timer_t* timerID); pollution: timerID pollution: timer_delete int timer_delete(timer_t timerID); pollution: timerID pollution: itimerspec pollution: value pollution: timer_gettime int timer_gettime(timer_t timerID, struct itimerspec* value); pollution: timerID pollution: flags pollution: itimerspec pollution: value pollution: itimerspec pollution: oldValue pollution: timer_settime int timer_settime(timer_t timerID, int flags, const struct itimerspec* value, struct itimerspec* oldValue); pollution: timerID pollution: timer_getoverrun int timer_getoverrun(timer_t timerID); pollution: timespec pollution: ts pollution: base pollution: timespec_get int timespec_get(struct timespec *ts, int base); pollution: tzset extern void tzset(void); pollution: t pollution: stime extern int stime(const time_t *t); pollution: name pollution: mode extern FILE *fopen(const char *name, const char *mode); pollution: name pollution: mode pollution: stream extern FILE *freopen(const char *name, const char *mode, FILE *stream); pollution: fd pollution: mode extern FILE *fdopen(int fd, const char *mode); pollution: stream extern int fclose(FILE *stream); pollution: stream extern int fileno(FILE *stream); pollution: stream pollution: fileno_unlocked extern int fileno_unlocked(FILE *stream); pollution: stream extern int ferror(FILE *stream); pollution: stream pollution: ferror_unlocked extern int ferror_unlocked(FILE *stream); pollution: stream extern void clearerr(FILE *stream); pollution: stream pollution: clearerr_unlocked extern void clearerr_unlocked(FILE *stream); pollution: stream extern int feof(FILE *stream); pollution: stream pollution: feof_unlocked extern int feof_unlocked(FILE *stream); pollution: stream extern void flockfile(FILE *stream); pollution: stream extern void funlockfile(FILE *stream); pollution: stream extern int ftrylockfile(FILE *stream); pollution: name extern int remove(const char *name); pollution: from pollution: to extern int rename(const char *from, const char *to); pollution: fromFD pollution: from pollution: toFD pollution: to extern int renameat(int fromFD, const char *from, int toFD, const char *to); pollution: command pollution: mode extern FILE *popen(const char *command, const char *mode); pollution: stream extern int pclose(FILE *stream); pollution: errorPrefix extern void perror(const char *errorPrefix); pollution: buf pollution: size pollution: mode extern FILE *fmemopen(void *buf, size_t size, const char *mode); pollution: buf pollution: size extern FILE *open_memstream(char **buf, size_t *size); pollution: stream extern int fflush(FILE *stream); pollution: stream pollution: fflush_unlocked extern int fflush_unlocked(FILE *stream); pollution: stream pollution: position extern int fgetpos(FILE *stream, fpos_t *position); pollution: stream pollution: position extern int fsetpos(FILE *stream, const fpos_t *position); pollution: stream pollution: offset pollution: seekType extern int fseek(FILE *stream, long offset, int seekType); pollution: stream pollution: offset pollution: seekType extern int fseeko(FILE *stream, off_t offset, int seekType); pollution: stream pollution: offset pollution: seekType extern int _fseek(FILE *stream, fpos_t offset, int seekType); pollution: stream extern long ftell(FILE *stream); pollution: stream extern off_t ftello(FILE *stream); pollution: stream extern fpos_t _ftell(FILE *stream); pollution: stream extern void rewind(FILE *stream); pollution: file pollution: buff extern void setbuf (FILE *file, char *buff); pollution: file pollution: buff pollution: mode pollution: size extern int setvbuf(FILE *file, char *buff, int mode, size_t size); pollution: stream pollution: buf pollution: size pollution: setbuffer extern int setbuffer(FILE *stream, char *buf, size_t size); pollution: stream pollution: setlinebuf extern int setlinebuf(FILE *stream); pollution: buffer pollution: size pollution: numItems pollution: stream extern size_t fwrite(const void *buffer, size_t size, size_t numItems, FILE *stream); pollution: buffer pollution: size pollution: numItems pollution: stream pollution: fwrite_unlocked extern size_t fwrite_unlocked(const void *buffer, size_t size, size_t numItems, FILE *stream); pollution: buffer pollution: size pollution: numItems pollution: stream extern size_t fread(void *buffer, size_t size, size_t numItems, FILE *stream); pollution: buffer pollution: size pollution: numItems pollution: stream pollution: fread_unlocked extern size_t fread_unlocked(void *buffer, size_t size, size_t numItems, FILE *stream); pollution: c pollution: stream extern int putc(int c, FILE *stream); pollution: c extern int putchar(int c); pollution: c pollution: stream extern int putc_unlocked(int c, FILE *stream); pollution: c extern int putchar_unlocked(int c); pollution: c pollution: stream extern int fputc(int c, FILE *stream); pollution: c pollution: stream pollution: fputc_unlocked extern int fputc_unlocked(int c, FILE *stream); pollution: string extern int puts(const char *string); pollution: string pollution: stream extern int fputs(const char *string, FILE *stream); pollution: string pollution: stream pollution: fputs_unlocked extern int fputs_unlocked(const char *string, FILE *stream); pollution: stream extern int getc(FILE *stream); pollution: stream extern int getc_unlocked(FILE *stream); pollution: c pollution: stream extern int ungetc(int c, FILE *stream); pollution: stream extern int fgetc(FILE *stream); pollution: stream pollution: fgetc_unlocked extern int fgetc_unlocked(FILE *stream); pollution: buffer pollution: gets extern char *gets(char *buffer); pollution: string pollution: stringLength pollution: stream extern char *fgets(char *string, int stringLength, FILE *stream); pollution: string pollution: stringLength pollution: stream pollution: fgets_unlocked extern char *fgets_unlocked(char *string, int stringLength, FILE *stream); pollution: delimiter pollution: stream extern ssize_t getdelim(char **_line, size_t *_length, int delimiter, FILE *stream); pollution: stream extern ssize_t getline(char **_line, size_t *_length, FILE *stream); pollution: ret pollution: format extern int asprintf(char **ret, char const *format, ...) __attribute__((format(__printf__, 2, 3))); pollution: format extern int printf(char const *format, ...) __attribute__((format(__printf__, 1, 2))); pollution: fd pollution: format extern int dprintf(int fd, char const *format, ...) __attribute__((format(__printf__, 2, 3))); pollution: stream pollution: format extern int fprintf(FILE *stream, char const *format, ...) __attribute__((format(__printf__, 2, 3))); pollution: string pollution: format extern int sprintf(char *string, char const *format, ...) __attribute__((format(__printf__, 2, 3))); pollution: string pollution: size pollution: format extern int snprintf(char *string, size_t size, char const *format, ...) __attribute__((format(__printf__, 3, 4))); pollution: ret pollution: format pollution: ap extern int vasprintf(char **ret, char const *format, va_list ap); pollution: format pollution: ap extern int vprintf(char const *format, va_list ap); pollution: stream pollution: format pollution: ap extern int vfprintf(FILE *stream, char const *format, va_list ap); pollution: string pollution: format pollution: ap extern int vsprintf(char *string, char const *format, va_list ap); pollution: string pollution: size pollution: format pollution: ap extern int vsnprintf(char *string, size_t size, char const *format, va_list ap); pollution: format extern int scanf(char const *format, ...); pollution: stream pollution: format extern int fscanf(FILE *stream, char const *format, ...); pollution: str pollution: format extern int sscanf(char const *str, char const *format, ...); pollution: format pollution: ap extern int vscanf(char const *format, va_list ap); pollution: str pollution: format pollution: ap extern int vsscanf(char const *str, char const *format, va_list ap); pollution: stream pollution: format pollution: ap extern int vfscanf(FILE *stream, char const *format, va_list ap); pollution: controllingTerminal extern char *ctermid(char *controllingTerminal); pollution: s pollution: cuserid extern char *cuserid(char *s); pollution: path pollution: prefix pollution: tempnam extern char *tempnam(char const *path, char const *prefix); pollution: nameBuffer extern char *tmpnam(char *nameBuffer); pollution: nameBuffer pollution: tmpnam_r extern char *tmpnam_r(char *nameBuffer); pollution: B_DEFINE_WEAK_ALIAS #define B_DEFINE_WEAK_ALIAS(name,alias_name) __typeof(name) alias_name __attribute__((weak, alias(#name))) pollution: TIME_UTC #define TIME_UTC 1 pollution: B_HAIKU_64_BIT #define B_HAIKU_64_BIT 1 pollution: va_start #define va_start(v,l) __builtin_va_start(v,l) pollution: CLK_TCK #define CLK_TCK CLOCKS_PER_SEC pollution: B_HAIKU_PHYSICAL_BITS #define B_HAIKU_PHYSICAL_BITS __HAIKU_ARCH_PHYSICAL_BITS pollution: CLOCK_THREAD_CPUTIME_ID #define CLOCK_THREAD_CPUTIME_ID ((clockid_t)-3) pollution: B_BEOS_VERSION_4_5 #define B_BEOS_VERSION_4_5 0x0450 pollution: B_HAIKU_BITS #define B_HAIKU_BITS __HAIKU_ARCH_BITS pollution: CLOCK_REALTIME #define CLOCK_REALTIME ((clockid_t)-1) pollution: B_BEOS_VERSION_5 #define B_BEOS_VERSION_5 0x0500 pollution: B_BEOS_VERSION_MAUI #define B_BEOS_VERSION_MAUI B_BEOS_VERSION_5 pollution: B_HAIKU_VERSION_1_PRE_BETA_2 #define B_HAIKU_VERSION_1_PRE_BETA_2 0x00000501 pollution: B_HAIKU_VERSION_1_PRE_BETA_3 #define B_HAIKU_VERSION_1_PRE_BETA_3 0x00000601 pollution: B_HAIKU_VERSION_1_PRE_BETA_4 #define B_HAIKU_VERSION_1_PRE_BETA_4 0x00000701 pollution: B_HAIKU_VERSION_1_PRE_BETA_5 #define B_HAIKU_VERSION_1_PRE_BETA_5 0x00000801 pollution: B_HAIKU_VERSION_1_PRE_BETA_6 #define B_HAIKU_VERSION_1_PRE_BETA_6 0x00000901 pollution: B_HAIKU_VERSION #define B_HAIKU_VERSION B_HAIKU_VERSION_1_PRE_BETA_6 pollution: B_HAIKU_ABI_NAME #define B_HAIKU_ABI_NAME __HAIKU_ARCH_ABI pollution: B_DEFINE_SYMBOL_VERSION #define B_DEFINE_SYMBOL_VERSION(function,versionedSymbol) __asm__(".symver " function "," versionedSymbol) pollution: B_HAIKU_ABI_GCC_2 #define B_HAIKU_ABI_GCC_2 0x00020000 pollution: B_HAIKU_ABI_GCC_4 #define B_HAIKU_ABI_GCC_4 0x00040000 pollution: B_HAIKU_PHYSICAL_64_BIT #define B_HAIKU_PHYSICAL_64_BIT 1 pollution: B_HAIKU_VERSION_BEOS #define B_HAIKU_VERSION_BEOS 0x00000001 pollution: B_HAIKU_VERSION_DANO #define B_HAIKU_VERSION_DANO 0x00000003 pollution: B_HAIKU_VERSION_1_PRE_ALPHA_2 #define B_HAIKU_VERSION_1_PRE_ALPHA_2 0x00000101 pollution: B_HAIKU_VERSION_1_PRE_ALPHA_3 #define B_HAIKU_VERSION_1_PRE_ALPHA_3 0x00000201 pollution: B_HAIKU_VERSION_1_PRE_ALPHA_4 #define B_HAIKU_VERSION_1_PRE_ALPHA_4 0x00000301 pollution: B_HAIKU_VERSION_1_PRE_BETA_1 #define B_HAIKU_VERSION_1_PRE_BETA_1 0x00000401 pollution: B_HAIKU_VERSION_1_ALPHA_1 #define B_HAIKU_VERSION_1_ALPHA_1 0x00000100 pollution: B_HAIKU_VERSION_1_ALPHA_2 #define B_HAIKU_VERSION_1_ALPHA_2 0x00000200 pollution: B_HAIKU_VERSION_1_ALPHA_4 #define B_HAIKU_VERSION_1_ALPHA_4 0x00000400 pollution: va_copy #define va_copy(d,s) __builtin_va_copy(d,s) pollution: B_HAIKU_VERSION_1_BETA_1 #define B_HAIKU_VERSION_1_BETA_1 0x00000500 pollution: B_HAIKU_ABI_GCC_2_HAIKU #define B_HAIKU_ABI_GCC_2_HAIKU 0x00020002 pollution: TIMER_ABSTIME #define TIMER_ABSTIME 1 pollution: CLOCK_MONOTONIC #define CLOCK_MONOTONIC ((clockid_t)0) pollution: L_cuserid #define L_cuserid 32 pollution: CLOCK_PROCESS_CPUTIME_ID #define CLOCK_PROCESS_CPUTIME_ID ((clockid_t)-2) pollution: B_HAIKU_ABI_GCC_2_BEOS #define B_HAIKU_ABI_GCC_2_BEOS 0x00020001 pollution: va_arg #define va_arg(v,l) __builtin_va_arg(v,l) pollution: P_tmpdir #define P_tmpdir "/tmp/" pollution: B_HAIKU_VERSION_1_ALPHA_3 #define B_HAIKU_VERSION_1_ALPHA_3 0x00000300 pollution: CLOCKS_PER_SEC #define CLOCKS_PER_SEC 1000000 pollution: B_HAIKU_ABI #define B_HAIKU_ABI B_HAIKU_ABI_GCC_4 pollution: MAX_TIMESTR #define MAX_TIMESTR 70 pollution: va_end #define va_end(v) __builtin_va_end(v) pollution: B_HAIKU_ABI_GCC_2_ANCIENT #define B_HAIKU_ABI_GCC_2_ANCIENT 0x00020000 pollution: B_HAIKU_ABI_MAJOR #define B_HAIKU_ABI_MAJOR 0xffff0000 pollution: B_HAIKU_VERSION_1_BETA_2 #define B_HAIKU_VERSION_1_BETA_2 0x00000600 pollution: B_HAIKU_VERSION_1_BETA_3 #define B_HAIKU_VERSION_1_BETA_3 0x00000700 pollution: B_HAIKU_VERSION_1_BETA_4 #define B_HAIKU_VERSION_1_BETA_4 0x00000800 pollution: B_HAIKU_VERSION_1_BETA_5 #define B_HAIKU_VERSION_1_BETA_5 0x00000900