/prebuilts/gcc/linux-x86/host/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,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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.7-4.6/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;
|
/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'. */
|
/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();
|
/external/chromium_org/third_party/openssl/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...] |
/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...] |
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
utmp.h | 35 #define _PATH_UTMP "/var/run/utmp" 59 struct utmp struct 86 struct utmp* getutent();
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
utmp.h | 35 #define _PATH_UTMP "/var/run/utmp" 59 struct utmp struct 86 struct utmp* getutent();
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/ |
utmp.h | 35 #define _PATH_UTMP "/var/run/utmp" 59 struct utmp struct 86 struct utmp* getutent();
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
utmp.h | 35 #define _PATH_UTMP "/var/run/utmp" 59 struct utmp struct 86 struct utmp* getutent();
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/ |
utmp.h | 35 #define _PATH_UTMP "/var/run/utmp" 59 struct utmp struct 86 struct utmp* getutent();
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
utmp.h | 35 #define _PATH_UTMP "/var/run/utmp" 59 struct utmp struct 86 struct utmp* getutent();
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/ |
utmp.h | 35 #define _PATH_UTMP "/var/run/utmp" 59 struct utmp struct 86 struct utmp* getutent();
|