2.9
[glibc/nacl-glibc.git] / conform / data / utmpx.h-data
blobba034f0debc3d85bf88de4e1efa70c76bd4db58b
1 type {struct utmpx}
3 element {struct utmpx} char ut_user []
4 element {struct utmpx} char ut_id []
5 element {struct utmpx} char ut_line []
6 element {struct utmpx} pid_t ut_pid
7 element {struct utmpx} {short int} ut_type
8 element {struct utmpx} {struct timeval} ut_tv
10 type pid_t
12 type {struct timeval}
14 element {struct timeval} time_t tv_sec
15 element {struct timeval} suseconds_t tv_usec
17 constant EMPTY
18 constant BOOT_TIME
19 constant OLD_TIME
20 constant NEW_TIME
21 constant USER_PROCESS
22 constant INIT_PROCESS
23 constant LOGIN_PROCESS
24 constant DEAD_PROCESS
26 function void endutxent (void)
27 function {struct utmpx*} getutxent (void)
28 function {struct utmpx*} getutxid (const struct utmpx*)
29 function {struct utmpx*} getutxline (const struct utmpx*)
30 function {struct utmpx*} pututxline (const struct utmpx*)
31 function void setutxent (void)
33 allow-header sys/time.h
35 allow ut_*
36 allow *_t