Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dtc.who.c68 # define utmp utmpx macro
108 struct utmp __ut;
200 struct utmp *uptr;
204 struct utmp utmp; local
214 USE(utmp);
288 memcpy(&utmp, uptr, sizeof (utmp));
290 while (xread(utmpfd, &utmp, sizeof utmp) == sizeof utmp) {
299 if (utmp.ut_type != USER_PROCESS && utmp.ut_type != DEAD_PROCESS)
304 if (utmp.ut_name[0] == '\0' && utmp.ut_line[0] == '\0')
307 if (utmp.ut_type == DEAD_PROCESS && utmp.ut_line[0] == '\0')
[all …]
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dunwind-dw2.c389 _uleb128_t utmp; in extract_cie_info() local
412 p = read_uleb128 (p, &utmp); in extract_cie_info()
420 p = read_uleb128 (p, &utmp); in extract_cie_info()
431 ret = p + utmp; in extract_cie_info()
498 _uleb128_t reg, utmp; in execute_stack_op() local
585 result = (_Unwind_Word)utmp; in execute_stack_op()
932 _uleb128_t reg, utmp; in execute_cfa_program() local
1057 fs->regs.cfa_offset = utmp; in execute_cfa_program()
1065 insn_ptr += utmp; in execute_cfa_program()
1073 insn_ptr += utmp; in execute_cfa_program()
[all …]
H A Dunwind-dw2-fde.c265 _uleb128_t utmp; in get_cie_encoding() local
281 p = read_uleb128 (p, &utmp); /* Skip code alignment. */ in get_cie_encoding()
286 p = read_uleb128 (p, &utmp); in get_cie_encoding()
289 p = read_uleb128 (p, &utmp); /* Skip augmentation length. */ in get_cie_encoding()
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dunwind-dw2.c424 _uleb128_t utmp; in extract_cie_info() local
447 p = read_uleb128 (p, &utmp); in extract_cie_info()
455 p = read_uleb128 (p, &utmp); in extract_cie_info()
466 ret = p + utmp; in extract_cie_info()
533 _uleb128_t reg, utmp; in execute_stack_op() local
620 result = (_Unwind_Word)utmp; in execute_stack_op()
967 _uleb128_t reg, utmp; in execute_cfa_program() local
1109 fs->regs.cfa_offset = utmp; in execute_cfa_program()
1117 insn_ptr += utmp; in execute_cfa_program()
1129 insn_ptr += utmp; in execute_cfa_program()
[all …]
H A Dunwind-dw2-fde.c296 _uleb128_t utmp; in get_cie_encoding() local
312 p = read_uleb128 (p, &utmp); /* Skip code alignment. */ in get_cie_encoding()
317 p = read_uleb128 (p, &utmp); in get_cie_encoding()
320 p = read_uleb128 (p, &utmp); /* Skip augmentation length. */ in get_cie_encoding()
/dragonfly/crypto/openssh/
H A Dloginrec.c651 struct utmp *ut) in construct_utmp()
845 struct utmp old_ut; in utmp_write_direct()
876 pos = (off_t)tty * sizeof(struct utmp); in utmp_write_direct()
928 struct utmp ut; in utmp_perform_login()
949 struct utmp ut; in utmp_perform_logout()
1093 wtmp_write(struct logininfo *li, struct utmp *ut) in wtmp_write()
1117 struct utmp ut; in wtmp_perform_login()
1127 struct utmp ut; in wtmp_perform_logout()
1186 struct utmp ut; in wtmp_get_entry()
1420 struct utmp *ut; in syslogin_perform_login()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Ddwarf2-frame.c419 uint64_t utmp, reg; in execute_cfa_program() local
429 offset = utmp * fs->data_align; in execute_cfa_program()
473 offset = utmp * fs->data_align; in execute_cfa_program()
502 utmp = dwarf2_frame_adjust_regnum (gdbarch, utmp, eh_frame_p); in execute_cfa_program()
544 utmp *= fs->data_align; in execute_cfa_program()
546 fs->regs.cfa_offset = utmp; in execute_cfa_program()
561 utmp *= fs->data_align; in execute_cfa_program()
563 fs->regs.cfa_offset = utmp; in execute_cfa_program()
572 fs->regs.cfa_exp_len = utmp; in execute_cfa_program()
586 insn_ptr += utmp; in execute_cfa_program()
[all …]
/dragonfly/include/rpcsvc/
H A Drnusers.x41 struct utmp { struct
50 utmp ui_utmp; argument
54 typedef utmp utmparr<MAXUSERS>;
/dragonfly/bin/ed/
H A Dundo.c75 undo_t utmp; \
76 utmp = x, x = y, y = utmp; \
/dragonfly/libexec/rpc.rusersd/
H A Drusers_proc.c58 static utmp old_utmp[MAXUSERS];
/dragonfly/lib/libc/gen/
H A DMakefile.inc47 utmp.c utmpx.c \
/dragonfly/usr.sbin/ppp/
H A DREADME.changes61 utmp host field in -direct mode.
H A Dppp.8.m43108 .It utmp
/dragonfly/
H A DUPDATING61 The legacy "utmp" API (getutent() and friends, utmp.h, etc.) has been
68 To not break old applications, the utmp symbols are still provided by
H A DMakefile_upgrade.inc3736 TO_REMOVE+=/usr/include/utmp.h
3743 TO_REMOVE+=/usr/share/man/man5/utmp.5.gz
3747 TO_REMOVE+=/var/run/utmp
/dragonfly/usr.bin/telnet/
H A DREADME179 -u Specify the length of the hostname field in the utmp
181 into the utmp file in dotted decimal notation, rather
/dragonfly/contrib/binutils-2.27/binutils/
H A Ddwarf.c1644 dwarf_vma utmp; in read_and_display_attr_value() local
1648 utmp = uvalue; in read_and_display_attr_value()
1650 add64 (& high_bits, & utmp, cu_offset); in read_and_display_attr_value()
1652 dwarf_vmatoa64 (high_bits, utmp, buf, sizeof (buf))); in read_and_display_attr_value()
/dragonfly/contrib/binutils-2.34/binutils/
H A Ddwarf.c2257 dwarf_vma utmp; in read_and_display_attr_value() local
2261 utmp = uvalue; in read_and_display_attr_value()
2263 add64 (& high_bits, & utmp, cu_offset); in read_and_display_attr_value()
2265 dwarf_vmatoa64 (high_bits, utmp, buf, sizeof (buf))); in read_and_display_attr_value()