Home
last modified time | relevance | path

Searched refs:utmp (Results 1 – 13 of 13) sorted by relevance

/sysdeps/gnu/
A Dgetutmp.c29 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 Dutmpx.h43 struct utmp;
112 struct utmp *__utmp);
120 extern void getutmpx (const struct utmp *__utmp, struct utmpx *__utmpx);
/sysdeps/unix/sysv/linux/s390/s390-32/
A Dutmp32.c44 struct utmp in64; \
88 struct utmp *out64; in getutent32()
105 struct utmp out64; in getutent32_r()
106 struct utmp *out64p; in getutent32_r()
127 struct utmp in64; in getutid32_r()
128 struct utmp out64; in getutid32_r()
129 struct utmp *out64p; in getutid32_r()
152 struct utmp in64; in getutline32_r()
153 struct utmp out64; in getutline32_r()
154 struct utmp *out64p; in getutline32_r()
[all …]
A Dutmpx32.c116 getutmp32 (const struct utmpx32 *utmpx, struct utmp32 *utmp) in getutmp32() argument
119 struct utmp out64; in getutmp32()
123 utmp_convert64to32 (&out64, utmp); in getutmp32()
129 getutmpx32 (const struct utmp32 *utmp, struct utmpx32 *utmpx) in getutmpx32() argument
131 struct utmp in64; in getutmpx32()
134 utmp_convert32to64 (utmp, &in64); in getutmpx32()
A Dutmpx32.h56 extern void __getutmp (const struct utmpx *__utmpx, struct utmp *__utmp);
57 extern void __getutmpx (const struct utmp *__utmp, struct utmpx *__utmpx);
A Dlogin32.c30 struct utmp in64; in login32()
A Dutmp-convert.h32 utmp_convert64to32 (const struct utmp *from, struct utmp32 *to) in utmp_convert64to32()
60 utmp_convert32to64 (const struct utmp32 *from, struct utmp *to) in utmp_convert32to64()
/sysdeps/generic/
A Dutmp-equal.h26 __utmp_equal (const struct utmp *entry, const struct utmp *match) in __utmp_equal()
A Dunwind-dw2.c252 _Unwind_Word utmp; in extract_cie_info() local
275 p = read_uleb128 (p, &utmp); in extract_cie_info()
276 ret = p + utmp; in extract_cie_info()
334 _Unwind_Word result, reg, utmp; in execute_stack_op() local
592 op_ptr = read_uleb128 (op_ptr, &utmp); in execute_stack_op()
593 result += utmp; in execute_stack_op()
744 _Unwind_Word reg, utmp; in execute_cfa_program() local
852 fs->cfa_offset = utmp; in execute_cfa_program()
863 fs->cfa_offset = utmp; in execute_cfa_program()
871 insn_ptr += utmp; in execute_cfa_program()
[all …]
A Dunwind-dw2-fde.c299 _Unwind_Word utmp; in get_cie_encoding() local
308 p = read_uleb128 (p, &utmp); /* Skip code alignment. */ in get_cie_encoding()
313 p = read_uleb128 (p, &utmp); /* Skip augmentation length. */ in get_cie_encoding()
/sysdeps/unix/
A Dgetlogin.c42 struct utmp *ut, line, buffer; in getlogin()
A Dgetlogin_r.c42 struct utmp *ut, line, buffer; in __getlogin_r()
/sysdeps/unix/sysv/linux/s390/bits/
A Dutmp.h58 struct utmp struct

Completed in 17 milliseconds