pollution: e_termination short e_termination; pollution: e_exit short e_exit; pollution: exit_status struct exit_status { short e_termination; short e_exit; }; pollution: exit_status struct exit_status ut_exit; pollution: utmp struct utmp { char ut_user[8]; char ut_id[4]; char ut_line[12]; short ut_pid; short ut_type; struct exit_status ut_exit; time_t ut_time; }; pollution: timeval32 struct timeval32 { time32_t tv_sec; int32_t tv_usec; }; pollution: timespec32 typedef struct timespec32 { time32_t tv_sec; int32_t tv_nsec; } timespec32_t; pollution: timespec32 typedef struct timespec32 timestruc32_t; pollution: timespec32 struct timespec32 it_interval; pollution: timespec32 struct timespec32 it_value; pollution: itimerspec32 typedef struct itimerspec32 { struct timespec32 it_interval; struct timespec32 it_value; } itimerspec32_t; pollution: quot intmax_t quot; pollution: rem intmax_t rem; pollution: imaxabs extern intmax_t imaxabs(intmax_t); pollution: imaxdiv extern imaxdiv_t imaxdiv(intmax_t, intmax_t); pollution: strtoimax extern intmax_t strtoimax(const char *restrict, char **restrict, int); pollution: strtoumax extern uintmax_t strtoumax(const char *restrict, char **restrict, int); pollution: wcstoimax extern intmax_t wcstoimax(const wchar_t *restrict, wchar_t **restrict, int); pollution: wcstoumax extern uintmax_t wcstoumax(const wchar_t *restrict, wchar_t **restrict, int); pollution: e_termination int16_t e_termination; pollution: e_exit int16_t e_exit; pollution: futmp struct futmp { char ut_user[8]; char ut_id[4]; char ut_line[12]; int16_t ut_pid; int16_t ut_type; struct { int16_t e_termination; int16_t e_exit; } ut_exit; time32_t ut_time; }; pollution: endutent extern void endutent(void) ; pollution: utmp pollution: getutent extern struct utmp *getutent(void) ; pollution: utmp pollution: utmp pollution: getutid extern struct utmp *getutid(const struct utmp *) ; pollution: utmp pollution: utmp pollution: getutline extern struct utmp *getutline(const struct utmp *) ; pollution: utmp pollution: utmp pollution: pututline extern struct utmp *pututline(const struct utmp *) ; pollution: setutent extern void setutent(void) ; pollution: utmpname extern int utmpname(const char *) ; pollution: exit_status struct exit_status ut_exit; pollution: pad int pad[5]; pollution: e_termination int16_t e_termination; pollution: e_exit int16_t e_exit; pollution: pad int32_t pad[5]; pollution: futmpx struct futmpx { char ut_user[32]; char ut_id[4]; char ut_line[32]; pid32_t ut_pid; int16_t ut_type; struct { int16_t e_termination; int16_t e_exit; } ut_exit; struct { uint32_t tv_sec; int32_t tv_usec; } ut_tv; int32_t ut_session; int32_t pad[5]; int16_t ut_syslen; char ut_host[257]; }; pollution: utmpxname extern int utmpxname(const char *); pollution: makeutx extern struct utmpx *makeutx(const struct utmpx *); pollution: modutx extern struct utmpx *modutx(const struct utmpx *); pollution: utmp pollution: getutmp extern void getutmp(const struct utmpx *, struct utmp *); pollution: utmp pollution: getutmpx extern void getutmpx(const struct utmp *, struct utmpx *); pollution: utmp pollution: updwtmp extern void updwtmp(const char *, struct utmp *); pollution: updwtmpx extern void updwtmpx(const char *, struct utmpx *); pollution: UINT_LEAST64_MAX #define UINT_LEAST64_MAX UINT64_MAX pollution: INT64_C #define INT64_C(c) __CONCAT__(c,l) pollution: INT16_MAX #define INT16_MAX (32767) pollution: INT_FAST8_MAX #define INT_FAST8_MAX INT8_MAX pollution: WCHAR_MAX #define WCHAR_MAX 2147483647 pollution: INT_LEAST8_MAX #define INT_LEAST8_MAX INT8_MAX pollution: UTMPX_FILE #define UTMPX_FILE _UTMPX_FILE pollution: UINT_FAST16_MAX #define UINT_FAST16_MAX UINT32_MAX pollution: UINT16_C #define UINT16_C(c) (c) pollution: DOWN_MSG #define DOWN_MSG "system down" pollution: UINT8_MAX #define UINT8_MAX (255) pollution: PSRADM_MSG #define PSRADM_MSG "%03d %s" pollution: UINT_LEAST8_MAX #define UINT_LEAST8_MAX UINT8_MAX pollution: BOOT_MSG #define BOOT_MSG "system boot" pollution: SIZE_MAX #define SIZE_MAX 18446744073709551615UL pollution: RUNLVL_MSG #define RUNLVL_MSG "run-level %c" pollution: UINT64_C #define UINT64_C(c) __CONCAT__(c,ul) pollution: WINT_MAX #define WINT_MAX 2147483647 pollution: UINTPTR_MAX #define UINTPTR_MAX UINT64_MAX pollution: UINT_LEAST16_MAX #define UINT_LEAST16_MAX UINT16_MAX pollution: nonuserx #define nonuserx(utx) ((utx).ut_exit.e_exit == NONROOT_USRX ? 1 : 0) pollution: INT64_MAX #define INT64_MAX (9223372036854775807L) pollution: UINT32_MAX #define UINT32_MAX (4294967295U) pollution: INT_LEAST32_MAX #define INT_LEAST32_MAX INT32_MAX pollution: nonuser #define nonuser(ut) ((ut).ut_exit.e_exit == NONROOT_USR ? 1 : 0) pollution: UTMP_FILE #define UTMP_FILE "/var/adm/utmp" pollution: setuser #define setuser(ut) ((ut).ut_exit.e_exit = NONROOT_USR) pollution: INT32_MAX #define INT32_MAX (2147483647) pollution: ACCOUNTING #define ACCOUNTING 9 pollution: INTPTR_MAX #define INTPTR_MAX INT64_MAX pollution: NONROOT_USRX #define NONROOT_USRX 2 pollution: INT_LEAST64_MAX #define INT_LEAST64_MAX INT64_MAX pollution: INT8_C #define INT8_C(c) (c) pollution: INT8_MAX #define INT8_MAX (127) pollution: UINT_FAST32_MAX #define UINT_FAST32_MAX UINT32_MAX pollution: UINTMAX_MAX #define UINTMAX_MAX UINT64_MAX pollution: INT32_C #define INT32_C(c) (c) pollution: NTIME_MSG #define NTIME_MSG "new time" pollution: MOD_WIN #define MOD_WIN 10 pollution: NONROOT_USR #define NONROOT_USR 2 pollution: OTIME_MSG #define OTIME_MSG "old time" pollution: INT_FAST16_MAX #define INT_FAST16_MAX INT32_MAX pollution: INT_FAST32_MAX #define INT_FAST32_MAX INT32_MAX pollution: UINT_FAST8_MAX #define UINT_FAST8_MAX UINT8_MAX pollution: INT16_C #define INT16_C(c) (c) pollution: UINT32_C #define UINT32_C(c) __CONCAT__(c,u) pollution: UINT_FAST64_MAX #define UINT_FAST64_MAX UINT64_MAX pollution: INTMAX_MAX #define INTMAX_MAX INT64_MAX pollution: WTMPX_FILE #define WTMPX_FILE _WTMPX_FILE pollution: REBOOT_REASON #define REBOOT_REASON 11 pollution: INT_FAST64_MAX #define INT_FAST64_MAX INT64_MAX pollution: UINT_LEAST32_MAX #define UINT_LEAST32_MAX UINT32_MAX pollution: UINT8_C #define UINT8_C(c) (c) pollution: INTMAX_C #define INTMAX_C(c) __CONCAT__(c,l) pollution: UINT16_MAX #define UINT16_MAX (65535) pollution: UTMAXTYPE #define UTMAXTYPE REBOOT_REASON pollution: HRTIME_DELTA #define HRTIME_DELTA (gethrtime()) pollution: WTMP_FILE #define WTMP_FILE "/var/adm/wtmp" pollution: PTRDIFF_MAX #define PTRDIFF_MAX 9223372036854775807L pollution: INT_LEAST16_MAX #define INT_LEAST16_MAX INT16_MAX