/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
utmpx.h | 32 #include <bits/utmpx.h> 66 extern struct utmpx *getutxent (void); 72 extern struct utmpx *getutxid (__const struct utmpx *__id); 78 extern struct utmpx *getutxline (__const struct utmpx *__line); 80 /* Write the entry UTMPX into the user accounting database. 84 extern struct utmpx *pututxline (__const struct utmpx *__utmpx); 88 /* Change name of the utmpx file to be examined [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
utmpx.h | 32 #include <bits/utmpx.h> 66 extern struct utmpx *getutxent (void); 72 extern struct utmpx *getutxid (__const struct utmpx *__id); 78 extern struct utmpx *getutxline (__const struct utmpx *__line); 80 /* Write the entry UTMPX into the user accounting database. 84 extern struct utmpx *pututxline (__const struct utmpx *__utmpx); 88 /* Change name of the utmpx file to be examined [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
utmpx.h | 32 #include <bits/utmpx.h> 66 extern struct utmpx *getutxent (void); 72 extern struct utmpx *getutxid (__const struct utmpx *__id); 78 extern struct utmpx *getutxline (__const struct utmpx *__line); 80 /* Write the entry UTMPX into the user accounting database. 84 extern struct utmpx *pututxline (__const struct utmpx *__utmpx); 88 /* Change name of the utmpx file to be examined [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
utmpx.h | 21 # error "Never include <bits/utmpx.h> directly; use <utmpx.h> instead." 42 type is used in `struct utmpx' below. */ 56 struct utmpx struct 86 /* Values for the `ut_type' field of a `struct utmpx'. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
utmpx.h | 21 # error "Never include <bits/utmpx.h> directly; use <utmpx.h> instead." 42 type is used in `struct utmpx' below. */ 56 struct utmpx struct 86 /* Values for the `ut_type' field of a `struct utmpx'. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
utmpx.h | 21 # error "Never include <bits/utmpx.h> directly; use <utmpx.h> instead." 42 type is used in `struct utmpx' below. */ 56 struct utmpx struct 86 /* Values for the `ut_type' field of a `struct utmpx'. */
|
/external/openssh/ |
loginrec.c | 83 * For utmpx systems, the corresponding library functions are 84 * setutxent() etc. To the author's knowledge, all utmpx systems have 116 * struct utmp and struct utmpx have utility functions (see 122 * write both struct utmp and utmpx in one function, whilst maintaining 197 void set_utmpx_time(struct logininfo *li, struct utmpx *ut); 198 void construct_utmpx(struct logininfo *li, struct utmpx *ut); 722 ** utmpx utility functions 724 ** These functions manipulate struct utmpx, accounting for system 729 /* build the utmpx structure */ 731 set_utmpx_time(struct logininfo *li, struct utmpx *utx [all...] |
includes.h | 71 # include <utmpx.h>
|
configure | [all...] |
/external/dropbear/ |
loginrec.c | 64 For utmpx systems, the corresponding library functions are 65 setutxent() etc. To the author's knowledge, all utmpx systems have 97 struct utmp and struct utmpx have utility functions (see 103 write both struct utmp and utmpx in one function, whilst maintaining 171 void set_utmpx_time(struct logininfo *li, struct utmpx *ut); 172 void construct_utmpx(struct logininfo *li, struct utmpx *ut); 565 ** utmpx utility functions 567 ** These functions manipulate struct utmpx, accounting for system 572 /* build the utmpx structure */ 574 set_utmpx_time(struct logininfo *li, struct utmpx *utx [all...] |
includes.h | 65 #include <utmpx.h>
|
configure | 855 --disable-utmpx Disable use of utmpx even if detected no [all...] |
/external/ppp/pppd/ |
sys-solaris.c | 104 #include <utmpx.h> 2463 static struct utmpx utmpx; local [all...] |