OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ut_type
(Results
1 - 25
of
72
) sorted by null
1
2
3
/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/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/posix/
who.c
34
if ((toys.optflags & FLAG_a) || entry->
ut_type
== USER_PROCESS) {
/bionic/libc/include/
utmp.h
76
short int
ut_type
;
member in struct:utmp
/development/ndk/platforms/android-21/include/
utmp.h
67
short int
ut_type
;
member in struct:utmp
/development/ndk/platforms/android-3/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
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/
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/
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/ndk/current/platforms/android-12/arch-arm/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
utmp.h
61
short int
ut_type
;
member in struct:utmp
Completed in 2428 milliseconds
1
2
3