HomeSort by relevance Sort by last modified time
    Searched refs:utmp (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
lastlog.h 2 which we define in <bits/utmp.h>. */
4 #include <utmp.h>
utmp.h 30 #include <bits/utmp.h>
45 /* Write the given entry into utmp and wtmp. */
46 extern void login (__const struct utmp *__entry) __THROW;
48 /* Write the utmp entry to say the user on UT_LINE has logged out. */
55 /* Append entry UTMP to the wtmp-like file WTMP_FILE. */
56 extern void updwtmp (__const char *__wtmp_file, __const struct utmp *__utmp)
59 /* Change name of the utmp file to be examined. */
62 /* Read next entry from a utmp-like file. */
63 extern struct utmp *getutent (void) __THROW;
71 /* Search forward from the current point in the utmp file until th
    [all...]
utmpx.h 42 /* For the getutmp{,x} functions we need the `struct utmp'. */
44 struct utmp;
96 /* Append entry UTMP to the wtmpx-like file WTMPX_FILE.
106 /* Copy the information in UTMPX to UTMP.
113 struct utmp *__utmp);
115 /* Copy the information in UTMP to UTMPX.
121 extern void getutmpx (__const struct utmp *__utmp,
  /bionic/libc/bionic/
pututline.c 30 #include <utmp.h>
33 void pututline(struct utmp* utmp)
36 struct utmp u;
42 while (fread(&u, sizeof(struct utmp), 1, f) == 1)
44 if (!strncmp(utmp->ut_line, u.ut_line, sizeof(u.ut_line) -1))
48 if (fseek(f, i - sizeof(struct utmp), SEEK_SET) < 0)
50 fwrite(utmp, sizeof(struct utmp), 1, f);
60 fwrite(utmp, sizeof(struct utmp), 1, f)
    [all...]
utmp.c 43 #include <utmp.h>
45 static struct utmp utmp; variable in typeref:struct:utmp
57 struct utmp *
64 if (fread(&utmp, sizeof(utmp), 1, ut) == 1)
65 return &utmp;
  /external/openssl/crypto/asn1/
x_long.c 108 unsigned long utmp; local
121 if(ltmp < 0) utmp = -ltmp - 1;
122 else utmp = ltmp;
123 clen = BN_num_bits_word(utmp);
134 cont[i] = (unsigned char)(utmp & 0xff);
136 utmp >>= 8;
147 unsigned long utmp = 0; local
156 utmp = 0;
158 utmp <<= 8;
159 if(neg) utmp |= cont[i] ^ 0xff
    [all...]
  /bionic/libc/include/
utmp.h 35 #define _PATH_UTMP "/var/run/utmp"
59 struct utmp struct
86 struct utmp* getutent();
  /development/ndk/platforms/android-3/include/
utmp.h 35 #define _PATH_UTMP "/var/run/utmp"
59 struct utmp struct
86 struct utmp* getutent();
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
utmp.h 35 #define _PATH_UTMP "/var/run/utmp"
59 struct utmp struct
86 struct utmp* getutent();
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
utmp.h 35 #define _PATH_UTMP "/var/run/utmp"
59 struct utmp struct
86 struct utmp* getutent();
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
utmp.h 35 #define _PATH_UTMP "/var/run/utmp"
59 struct utmp struct
86 struct utmp* getutent();
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
utmp.h 35 #define _PATH_UTMP "/var/run/utmp"
59 struct utmp struct
86 struct utmp* getutent();
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
utmp.h 35 #define _PATH_UTMP "/var/run/utmp"
59 struct utmp struct
86 struct utmp* getutent();
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
utmp.h 35 #define _PATH_UTMP "/var/run/utmp"
59 struct utmp struct
86 struct utmp* getutent();
  /external/dropbear/
loginrec.c 39 (utmp and friends) and last login time retrieval.
56 these are clearly most likely to work correctly. For utmp systems
97 struct utmp and struct utmpx have utility functions (see
103 write both struct utmp and utmpx in one function, whilst maintaining
166 void set_utmp_time(struct logininfo *li, struct utmp *ut);
167 void construct_utmp(struct logininfo *li, struct utmp *ut);
467 ** utmp utility functions
469 ** These functions manipulate struct utmp, taking system differences
475 /* build the utmp structure */
477 set_utmp_time(struct logininfo *li, struct utmp *ut
    [all...]
includes.h 61 #include <utmp.h>
configure 854 --disable-utmp Disable use of utmp even if detected no
    [all...]
  /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
  /prebuilt/linux-x86/toolchain/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'. */
  /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/netcat/
stupidh 45 stddef dirent direct dir ndir utmp wtmp utmpx wtmpx lastlog login paths \
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 41 #include <utmp.h>
    [all...]
  /external/ppp/pppd/
sys-linux.c 88 #include <utmp.h>
    [all...]

Completed in 470 milliseconds

1 2