Home
last modified time | relevance | path

Searched defs:utmpx (Results 1 – 4 of 4) sorted by relevance

/sysdeps/unix/sysv/linux/s390/bits/
A Dutmpx.h55 struct utmpx struct
57 short int ut_type; /* Type of login. */
58 __pid_t ut_pid; /* Process ID of login process. */
59 char ut_line[__UT_LINESIZE]
61 char ut_id[4]
63 char ut_user[__UT_NAMESIZE]
65 char ut_host[__UT_HOSTSIZE]
89 /* Values for the `ut_type' field of a `struct utmpx'. */ argument
/sysdeps/gnu/bits/
A Dutmpx.h55 struct utmpx struct
57 short int ut_type; /* Type of login. */
58 __pid_t ut_pid; /* Process ID of login process. */
59 char ut_line[__UT_LINESIZE]
61 char ut_id[4]
63 char ut_user[__UT_NAMESIZE]
65 char ut_host[__UT_HOSTSIZE]
89 /* Values for the `ut_type' field of a `struct utmpx'. */ argument
/sysdeps/unix/sysv/linux/s390/s390-32/
A Dutmpx32.c97 pututxline32 (const struct utmpx32 *utmpx) in pututxline32()
105 updwtmpx32 (const char *wtmpx_file, const struct utmpx32 *utmpx) in updwtmpx32()
116 getutmp32 (const struct utmpx32 *utmpx, struct utmp32 *utmp) in getutmp32()
129 getutmpx32 (const struct utmp32 *utmp, struct utmpx32 *utmpx) in getutmpx32()
/sysdeps/gnu/
A Dgetutmp.c29 getutmp (const struct utmpx *utmpx, struct utmp *utmp) in getutmp()

Completed in 6 milliseconds