HomeSort by relevance Sort by last modified time
    Searched refs:utmpx (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/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...]
  /external/toybox/toys/other/
w.c 21 struct utmpx *x;
uptime.c 29 struct utmpx *entry;
  /external/toybox/toys/posix/
who.c 29 struct utmpx *entry;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/i386-linux-gnu/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/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/toybox/lib/
portability.h 227 #include <utmpx.h>
229 struct utmpx {int ut_type;}; struct
231 static inline struct utmpx *getutxent(void) {return 0;}
  /external/ppp/pppd/
sys-solaris.c 104 #include <utmpx.h>
2466 static struct utmpx utmpx; local
    [all...]
  /external/toybox/scripts/
genconfig.sh 59 # Android and some other platforms miss utmpx
61 #include <utmpx.h>
66 struct utmpx *a;

Completed in 155 milliseconds