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

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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...]
  /bionic/tests/
utmp_test.cpp 19 #include <utmp.h>
21 TEST(utmp, login_tty) {
27 TEST(utmp, setutent_getutent_endutent) {
  /bionic/libc/upstream-netbsd/lib/libc/gen/
utmp.c 1 /* $NetBSD: utmp.c,v 1.10 2011/10/15 23:00:02 christos Exp $ */
34 __RCSID("$NetBSD: utmp.c,v 1.10 2011/10/15 23:00:02 christos Exp $");
43 #include <utmp.h>
46 static struct utmp utmp; variable in typeref:struct:utmp
58 struct utmp *
69 * If we have a an old version utmp file bail.
71 numentries = st.st_size / sizeof(utmp);
72 if ((off_t)(numentries * sizeof(utmp)) != st.st_size)
75 if (fread(&utmp, sizeof(utmp), 1, ut) == 1
    [all...]
  /external/boringssl/src/crypto/asn1/
x_long.c 111 unsigned long utmp; local
124 if(ltmp < 0) utmp = -ltmp - 1;
125 else utmp = ltmp;
126 clen = BN_num_bits_word(utmp);
137 cont[i] = (unsigned char)(utmp & 0xff);
139 utmp >>= 8;
150 unsigned long utmp = 0; local
159 utmp = 0;
161 utmp <<= 8;
162 if(neg) utmp |= cont[i] ^ 0xff
    [all...]
  /external/selinux/policycoreutils/restorecond/
restorecond.conf 5 /var/run/utmp
  /bionic/libc/include/
utmp.h 35 #define _PATH_UTMP "/var/run/utmp"
74 struct utmp struct
101 struct utmp* getutent(void);
  /development/ndk/platforms/android-21/include/
utmp.h 35 #define _PATH_UTMP "/var/run/utmp"
65 struct utmp struct
92 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();
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
utmp.h 35 #define _PATH_UTMP "/var/run/utmp"
59 struct utmp struct
86 struct utmp* getutent();
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
utmp.h 35 #define _PATH_UTMP "/var/run/utmp"
59 struct utmp struct
86 struct utmp* getutent();
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
utmp.h 35 #define _PATH_UTMP "/var/run/utmp"
59 struct utmp struct
86 struct utmp* getutent();
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
utmp.h 35 #define _PATH_UTMP "/var/run/utmp"
59 struct utmp struct
86 struct utmp* getutent();
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
utmp.h 35 #define _PATH_UTMP "/var/run/utmp"
59 struct utmp struct
86 struct utmp* getutent();
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
utmp.h 35 #define _PATH_UTMP "/var/run/utmp"
59 struct utmp struct
86 struct utmp* getutent();
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
utmp.h 35 #define _PATH_UTMP "/var/run/utmp"
59 struct utmp struct
86 struct utmp* getutent();
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
utmp.h 35 #define _PATH_UTMP "/var/run/utmp"
59 struct utmp struct
86 struct utmp* getutent();
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
utmp.h 35 #define _PATH_UTMP "/var/run/utmp"
59 struct utmp struct
86 struct utmp* getutent();
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
utmp.h 35 #define _PATH_UTMP "/var/run/utmp"
59 struct utmp struct
86 struct utmp* getutent();
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
utmp.h 35 #define _PATH_UTMP "/var/run/utmp"
59 struct utmp struct
86 struct utmp* getutent();

Completed in 704 milliseconds

1 2 3 4