OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ut_type
(Results
1 - 25
of
109
) sorted by null
1
2
3
4
5
/external/toybox/toys/pending/
last.c
112
if (!strcmp(ut.ut_user, "runlevel")) ut.
ut_type
= RUN_LVL;
113
else if (!strcmp(ut.ut_user, "reboot")) ut.
ut_type
= BOOT_TIME;
114
else if (!strcmp(ut.ut_user, "shutdown")) ut.
ut_type
= SHUTDOWN_TIME;
115
} else if (!*ut.ut_user) ut.
ut_type
= DEAD_PROCESS;
116
else if (*ut.ut_user && *ut.ut_line && ut.
ut_type
!= DEAD_PROCESS
117
&& strcmp(ut.ut_user, "LOGIN")) ut.
ut_type
= USER_PROCESS;
122
if (ut.ut_line[0] == '|') ut.
ut_type
= OLD_TIME;
123
if (ut.ut_line[0] == '{') ut.
ut_type
= NEW_TIME;
126
if ((ut.
ut_type
== SHUTDOWN_TIME) || ((ut.
ut_type
== RUN_LVL) &&
[
all
...]
/external/toybox/toys/other/
w.c
26
if (x->
ut_type
==7) {
uptime.c
39
while ((entry = getutxent())) if (entry->
ut_type
== USER_PROCESS) users++;
/external/toybox/toys/posix/
who.c
34
if ((toys.optflags & FLAG_a) || entry->
ut_type
== USER_PROCESS) {
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
utmp.h
62
short int
ut_type
; /* Type of login. */
member in struct:utmp
100
/* Values for the `
ut_type
' field of a `struct utmp'. */
120
UT_TYPE
, UT_ID and UT_TV fields. */
utmpx.h
58
short int
ut_type
; /* Type of login. */
member in struct:utmpx
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/
utmp.h
62
short int
ut_type
; /* Type of login. */
member in struct:utmp
100
/* Values for the `
ut_type
' field of a `struct utmp'. */
120
UT_TYPE
, UT_ID and UT_TV fields. */
utmpx.h
58
short int
ut_type
; /* Type of login. */
member in struct:utmpx
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/
utmp.h
62
short int
ut_type
; /* Type of login. */
member in struct:utmp
100
/* Values for the `
ut_type
' field of a `struct utmp'. */
120
UT_TYPE
, UT_ID and UT_TV fields. */
utmpx.h
58
short int
ut_type
; /* Type of login. */
member in struct:utmpx
86
/* Values for the `
ut_type
' field of a `struct utmpx'. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
rusers.h
27
int
ut_type
;
member in struct:rusers_utmp
39
* Values for
ut_type
field above.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
rusers.h
27
int
ut_type
;
member in struct:rusers_utmp
39
* Values for
ut_type
field above.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
utmp.h
72
next entry with a
ut_type
matching ID->
ut_type
. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
utmp.h
72
next entry with a
ut_type
matching ID->
ut_type
. */
/development/ndk/platforms/android-3/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
Completed in 1079 milliseconds
1
2
3
4
5