pollution: ss_onstack int ss_onstack; pollution: sigstack struct sigstack { void *ss_sp; int ss_onstack; }; pollution: cw uint16_t cw; pollution: sw uint16_t sw; pollution: fctw uint8_t fctw; pollution: fop uint16_t fop; pollution: rip uint64_t rip; pollution: rdp uint64_t rdp; pollution: mxcsr uint32_t mxcsr; pollution: mxcsr_mask uint32_t mxcsr_mask; pollution: fpr_16 uint16_t fpr_16[5]; pollution: st union { uint16_t fpr_16[5]; upad128_t __fpr_pad; } st[8]; pollution: xmm upad128_t xmm[16]; pollution: status uint32_t status; pollution: xstatus uint32_t xstatus; pollution: fpchip_state struct _fpchip_state { uint16_t cw; uint16_t sw; uint8_t fctw; uint8_t __fx_rsvd; uint16_t fop; uint64_t rip; uint64_t rdp; uint32_t mxcsr; uint32_t mxcsr_mask; union { uint16_t fpr_16[5]; upad128_t __fpr_pad; } st[8]; upad128_t xmm[16]; upad128_t __fx_ign2[6]; uint32_t status; uint32_t xstatus; } fpchip_state; pollution: f_fpregs uint32_t f_fpregs[130]; pollution: fp_reg_set union { struct _fpchip_state { uint16_t cw; uint16_t sw; uint8_t fctw; uint8_t __fx_rsvd; uint16_t fop; uint64_t rip; uint64_t rdp; uint32_t mxcsr; uint32_t mxcsr_mask; union { uint16_t fpr_16[5]; upad128_t __fpr_pad; } st[8]; upad128_t xmm[16]; upad128_t __fx_ign2[6]; uint32_t status; uint32_t xstatus; } fpchip_state; uint32_t f_fpregs[130]; } fp_reg_set; pollution: gregs gregset_t gregs; pollution: fpregs fpregset_t fpregs; pollution: bsd_signal extern void (*bsd_signal(int, void (*)(int)))(int); pollution: killpg extern int killpg(pid_t, int); pollution: siginterrupt extern int siginterrupt(int, int); pollution: sigaltstack extern int sigaltstack(const stack_t *restrict, stack_t *restrict); pollution: sighold extern int sighold(int); pollution: sigignore extern int sigignore(int); pollution: sigpause extern int sigpause(int); pollution: sigrelse extern int sigrelse(int); pollution: sigset extern void (*sigset(int, void (*)(int)))(int); pollution: strptime extern char *strptime(const char *restrict, const char *restrict, struct tm *restrict); pollution: timezone extern long timezone; pollution: daylight extern int daylight; pollution: getdate extern struct tm *getdate(const char *); pollution: asctime_r extern char *asctime_r(const struct tm *restrict, char *restrict); pollution: ctime_r extern char *ctime_r(const time_t *, char *); pollution: pid pollution: path pollution: file_actions pollution: attrp pollution: argv pollution: envp extern int posix_spawn( pid_t *restrict pid, const char *restrict path, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *restrict attrp, char *const *restrict argv, char *const *restrict envp); pollution: pid pollution: file pollution: file_actions pollution: attrp pollution: argv pollution: envp extern int posix_spawnp( pid_t *restrict pid, const char *restrict file, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *restrict attrp, char *const *restrict argv, char *const *restrict envp); pollution: file_actions extern int posix_spawn_file_actions_init( posix_spawn_file_actions_t *file_actions); pollution: file_actions extern int posix_spawn_file_actions_destroy( posix_spawn_file_actions_t *file_actions); pollution: file_actions pollution: path extern int posix_spawn_file_actions_addchdir( posix_spawn_file_actions_t *restrict file_actions, const char *restrict path); pollution: file_actions pollution: filedes pollution: path pollution: oflag pollution: mode extern int posix_spawn_file_actions_addopen( posix_spawn_file_actions_t *restrict file_actions, int filedes, const char *restrict path, int oflag, mode_t mode); pollution: file_actions pollution: filedes extern int posix_spawn_file_actions_addclose( posix_spawn_file_actions_t *file_actions, int filedes); pollution: file_actions pollution: filedes pollution: newfiledes extern int posix_spawn_file_actions_adddup2( posix_spawn_file_actions_t *file_actions, int filedes, int newfiledes); pollution: file_actions pollution: fd extern int posix_spawn_file_actions_addfchdir( posix_spawn_file_actions_t *restrict file_actions, int fd); pollution: attr extern int posix_spawnattr_init( posix_spawnattr_t *attr); pollution: attr extern int posix_spawnattr_destroy( posix_spawnattr_t *attr); pollution: attr pollution: flags extern int posix_spawnattr_setflags( posix_spawnattr_t *attr, short flags); pollution: attr pollution: flags extern int posix_spawnattr_getflags( const posix_spawnattr_t *restrict attr, short *restrict flags); pollution: attr pollution: pgroup extern int posix_spawnattr_setpgroup( posix_spawnattr_t *attr, pid_t pgroup); pollution: attr pollution: pgroup extern int posix_spawnattr_getpgroup( const posix_spawnattr_t *restrict attr, pid_t *restrict pgroup); pollution: attr pollution: schedparam extern int posix_spawnattr_setschedparam( posix_spawnattr_t *restrict attr, const struct sched_param *restrict schedparam); pollution: attr pollution: schedparam extern int posix_spawnattr_getschedparam( const posix_spawnattr_t *restrict attr, struct sched_param *restrict schedparam); pollution: attr pollution: schedpolicy extern int posix_spawnattr_setschedpolicy( posix_spawnattr_t *attr, int schedpolicy); pollution: attr pollution: schedpolicy extern int posix_spawnattr_getschedpolicy( const posix_spawnattr_t *restrict attr, int *restrict schedpolicy); pollution: attr pollution: sigdefault extern int posix_spawnattr_setsigdefault( posix_spawnattr_t *restrict attr, const sigset_t *restrict sigdefault); pollution: attr pollution: sigdefault extern int posix_spawnattr_getsigdefault( const posix_spawnattr_t *restrict attr, sigset_t *restrict sigdefault); pollution: attr pollution: sigmask extern int posix_spawnattr_setsigmask( posix_spawnattr_t *restrict attr, const sigset_t *restrict sigmask); pollution: attr pollution: sigmask extern int posix_spawnattr_getsigmask( const posix_spawnattr_t *restrict attr, sigset_t *restrict sigmask); pollution: TRAP_DTRACE #define TRAP_DTRACE 6 pollution: TRAP_XWATCH #define TRAP_XWATCH 5 pollution: POLL_MSG #define POLL_MSG 3 pollution: POLL_ERR #define POLL_ERR 4 pollution: SS_DISABLE #define SS_DISABLE 0x00000002 pollution: CLOCKS_PER_SEC #define CLOCKS_PER_SEC 1000000L pollution: TRAP_RWATCH #define TRAP_RWATCH 3 pollution: TRAP_TRACE #define TRAP_TRACE 2 pollution: TRAP_BRKPT #define TRAP_BRKPT 1 pollution: SS_ONSTACK #define SS_ONSTACK 0x00000001 pollution: MINSIGSTKSZ #define MINSIGSTKSZ 2048 pollution: POLL_OUT #define POLL_OUT 2 pollution: getdate_err #define getdate_err *(int *)_getdate_err_addr() pollution: POLL_HUP #define POLL_HUP 6 pollution: POLL_PRI #define POLL_PRI 5 pollution: POLL_IN #define POLL_IN 1 pollution: TRAP_WWATCH #define TRAP_WWATCH 4