HomeSort by relevance Sort by last modified time
    Searched refs:utmp (Results 51 - 70 of 70) sorted by null

1 23

  /external/libgsm/inc/
private.h 104 : (utmp = (ulongword)-((a) + 1) + (ulongword)-((b) + 1)) \
105 >= MAX_LONGWORD ? MIN_LONGWORD : -(longword)utmp-2 ) \
107 : (utmp = (ulongword)(a) + (ulongword)(b)) >= MAX_LONGWORD \
108 ? MAX_LONGWORD : utmp))
  /external/libgsm/src/
preprocess.c 53 ulongword utmp; /* for L_ADD */ local
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
utmp.h 1 /* The `struct utmp' type, describing entries in the utmp file. GNU version.
22 # error "Never include <bits/utmp.h> directly; use <utmp.h> instead."
51 type is used in `struct utmp' below. */
60 struct utmp struct
100 /* Values for the `ut_type' field of a `struct utmp'. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
utmp.h 1 /* The `struct utmp' type, describing entries in the utmp file. GNU version.
22 # error "Never include <bits/utmp.h> directly; use <utmp.h> instead."
51 type is used in `struct utmp' below. */
60 struct utmp struct
100 /* Values for the `ut_type' field of a `struct utmp'. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
utmp.h 1 /* The `struct utmp' type, describing entries in the utmp file. GNU version.
22 # error "Never include <bits/utmp.h> directly; use <utmp.h> instead."
51 type is used in `struct utmp' below. */
60 struct utmp struct
100 /* Values for the `ut_type' field of a `struct utmp'. */
  /external/libpcap/lbl/
os-sunos4.h 118 struct utmp;
120 void login(struct utmp *);
  /external/tcpdump/lbl/
os-sunos4.h 118 struct utmp;
120 void login(struct utmp *);
  /external/dropbear/
includes.h 61 #include <utmp.h>
configure 854 --disable-utmp Disable use of utmp even if detected no
    [all...]
  /external/openssh/
includes.h 68 # include <utmp.h>
configure     [all...]
  /external/libppp/src/
id.c 52 #include <utmp.h>
205 ID0login(struct utmp *ut)
222 struct utmp ut;
physical.c 45 #include <utmp.h>
214 p->Utmp = 0;
356 if (p->Utmp) {
363 p->Utmp = 0;
923 if (p->type == PHYS_DIRECT && *p->name.base && !p->Utmp) {
924 struct utmp ut;
944 p->Utmp = ut.ut_time;
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 42 #include <utmp.h>
    [all...]
  /external/ppp/pppd/
sys-linux.c 88 #include <utmp.h>
    [all...]
tty.c 83 #include <utmp.h>
    [all...]
utils.c 45 #include <utmp.h>
main.c 81 #include <utmp.h>
    [all...]
auth.c 84 #include <utmp.h>
    [all...]
  /bionic/libc/
Android.mk 205 bionic/utmp.c \

Completed in 447 milliseconds

1 23