]> git.ipfire.org Git - thirdparty/glibc.git/blob - conform/data/utmpx.h-data
Update.
[thirdparty/glibc.git] / conform / data / utmpx.h-data
1 type {struct utmpx}
2
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
9
10 type pid_t
11
12 type {struct timeval}
13
14 element {struct timeval} time_t tv_sec
15 element {struct timeval} suseconds_t tv_usec
16
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
25
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)
32
33 allow-header sys/time.h
34
35 allow ut_*
36 allow *_t