HomeSort by relevance Sort by last modified time
    Searched refs:utmpx (Results 1 - 15 of 15) 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 31 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/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
193 void set_utmpx_time(struct logininfo *li, struct utmpx *ut);
194 void construct_utmpx(struct logininfo *li, struct utmpx *ut);
721 ** utmpx utility functions
723 ** These functions manipulate struct utmpx, accounting for system
728 /* build the utmpx structure */
730 set_utmpx_time(struct logininfo *li, struct utmpx *utx
    [all...]
includes.h 74 # include <utmpx.h>
configure     [all...]
  /external/toybox/lib/
portability.h 226 #include <utmpx.h>
228 struct utmpx {int ut_type;}; struct
230 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;
  /external/ltp/testcases/kernel/syscalls/getcpu/
getcpu01.c 67 #include <utmpx.h>

Completed in 3824 milliseconds