Searched refs:utmpx (Results 1 – 8 of 8) sorted by relevance
/sysdeps/unix/sysv/linux/s390/s390-32/ |
A D | utmpx32.h | 51 extern struct utmpx *__getutxent (void); 52 extern struct utmpx *__getutxid (const struct utmpx *__id); 53 extern struct utmpx *__getutxline (const struct utmpx *__line); 54 extern struct utmpx *__pututxline (const struct utmpx *__utmpx); 55 extern void __updwtmpx (const char *__wtmpx_file, const struct utmpx *__utmpx); 56 extern void __getutmp (const struct utmpx *__utmpx, struct utmp *__utmp); 57 extern void __getutmpx (const struct utmp *__utmp, struct utmpx *__utmpx);
|
A D | utmpx32.c | 47 struct utmpx in64; \ 48 struct utmpx *out64; \ 66 struct utmpx *out64; in getutxent32() 97 pututxline32 (const struct utmpx32 *utmpx) in pututxline32() argument 99 ACCESS_UTMPX_ENTRY (__pututxline, utmpx); in pututxline32() 107 struct utmpx in64; in updwtmpx32() 109 utmpx_convert32to64 (utmpx, &in64); in updwtmpx32() 118 struct utmpx in64; in getutmp32() 121 utmpx_convert32to64 (utmpx, &in64); in getutmp32() 132 struct utmpx out64; in getutmpx32() [all …]
|
A D | utmpx-convert.h | 31 utmpx_convert64to32 (const struct utmpx *from, struct utmpx32 *to) in utmpx_convert64to32() 59 utmpx_convert32to64 (const struct utmpx32 *from, struct utmpx *to) in utmpx_convert32to64()
|
/sysdeps/gnu/ |
A D | utmpx.h | 65 extern struct utmpx *getutxent (void); 71 extern struct utmpx *getutxid (const struct utmpx *__id); 77 extern struct utmpx *getutxline (const struct utmpx *__line); 83 extern struct utmpx *pututxline (const struct utmpx *__utmpx); 102 const struct utmpx *__utmpx); 111 extern void getutmp (const struct utmpx *__utmpx, 120 extern void getutmpx (const struct utmp *__utmp, struct utmpx *__utmpx);
|
A D | getutmp.c | 29 getutmp (const struct utmpx *utmpx, struct utmp *utmp) in getutmp() argument 31 assert (sizeof (struct utmp) == sizeof (struct utmpx)); in getutmp() 32 memcpy (utmp, utmpx, sizeof (struct utmp)); in getutmp()
|
A D | Makefile | 22 sysdep_headers += utmpx.h bits/utmpx.h
|
/sysdeps/unix/sysv/linux/s390/bits/ |
A D | utmpx.h | 55 struct utmpx struct
|
/sysdeps/gnu/bits/ |
A D | utmpx.h | 55 struct utmpx struct
|
Completed in 6 milliseconds