Blame conform/data/utmpx.h-data

Packit 6c4009
#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined POSIX2008 && !defined XPG4
Packit 6c4009
type {struct utmpx}
Packit 6c4009
Packit 6c4009
element {struct utmpx} char ut_user []
Packit 6c4009
element {struct utmpx} char ut_id []
Packit 6c4009
element {struct utmpx} char ut_line []
Packit 6c4009
element {struct utmpx} pid_t ut_pid
Packit 6c4009
element {struct utmpx} {short int} ut_type
Packit 6c4009
// Layout chosen to be compatible on 32-bit and 64-bit bi-arch
Packit 6c4009
// systems, which is incompatible with the standard type (see bug
Packit 6c4009
// 18235).
Packit 6c4009
xfail-element {struct utmpx} {struct timeval} ut_tv
Packit 6c4009
Packit 6c4009
type pid_t
Packit 6c4009
Packit 6c4009
type {struct timeval}
Packit 6c4009
Packit 6c4009
element {struct timeval} time_t tv_sec
Packit 6c4009
element {struct timeval} suseconds_t tv_usec
Packit 6c4009
Packit 6c4009
constant EMPTY
Packit 6c4009
constant BOOT_TIME
Packit 6c4009
constant OLD_TIME
Packit 6c4009
constant NEW_TIME
Packit 6c4009
constant USER_PROCESS
Packit 6c4009
constant INIT_PROCESS
Packit 6c4009
constant LOGIN_PROCESS
Packit 6c4009
constant DEAD_PROCESS
Packit 6c4009
Packit 6c4009
function void endutxent (void)
Packit 6c4009
function {struct utmpx*} getutxent (void)
Packit 6c4009
function {struct utmpx*} getutxid (const struct utmpx*)
Packit 6c4009
function {struct utmpx*} getutxline (const struct utmpx*)
Packit 6c4009
function {struct utmpx*} pututxline (const struct utmpx*)
Packit 6c4009
function void setutxent (void)
Packit 6c4009
Packit 6c4009
allow-header sys/time.h
Packit 6c4009
Packit 6c4009
allow ut_*
Packit 6c4009
allow *_t
Packit 6c4009
#endif