32bit memcmp/strcmp/strncmp optimized for SSSE3/SSS4.2
[glibc.git] / conform / data / utmpx.h-data
blobaf3c229fc0786c4991abaddf5da6dc5a4e5fdfc1
1 #if !defined ISO && !defined POSIX && !defined POSIX2008
2 type {struct utmpx}
4 element {struct utmpx} char ut_user []
5 element {struct utmpx} char ut_id []
6 element {struct utmpx} char ut_line []
7 element {struct utmpx} pid_t ut_pid
8 element {struct utmpx} {short int} ut_type
9 element {struct utmpx} {struct timeval} ut_tv
11 type pid_t
13 type {struct timeval}
15 element {struct timeval} time_t tv_sec
16 element {struct timeval} suseconds_t tv_usec
18 constant EMPTY
19 constant BOOT_TIME
20 constant OLD_TIME
21 constant NEW_TIME
22 constant USER_PROCESS
23 constant INIT_PROCESS
24 constant LOGIN_PROCESS
25 constant DEAD_PROCESS
27 function void endutxent (void)
28 function {struct utmpx*} getutxent (void)
29 function {struct utmpx*} getutxid (const struct utmpx*)
30 function {struct utmpx*} getutxline (const struct utmpx*)
31 function {struct utmpx*} pututxline (const struct utmpx*)
32 function void setutxent (void)
34 allow-header sys/time.h
36 allow ut_*
37 allow *_t
38 #endif