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

  /bionic/libc/include/
utmp.h 57 #define DEAD_PROCESS 8
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
utmpx.h 65 as DEAD_PROCESS. */
99 #define DEAD_PROCESS 8 /* Terminated process. */
utmp.h 69 as DEAD_PROCESS. */
111 #define DEAD_PROCESS 8 /* Terminated process. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
utmpx.h 65 as DEAD_PROCESS. */
99 #define DEAD_PROCESS 8 /* Terminated process. */
utmp.h 69 as DEAD_PROCESS. */
111 #define DEAD_PROCESS 8 /* Terminated process. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
utmpx.h 65 as DEAD_PROCESS. */
99 #define DEAD_PROCESS 8 /* Terminated process. */
utmp.h 69 as DEAD_PROCESS. */
111 #define DEAD_PROCESS 8 /* Terminated process. */
  /external/toybox/toys/pending/
last.c 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
182 } else if (ut.ut_type == DEAD_PROCESS && *ut.ut_line)
telnetd.c 123 if (!utp_ptr) entry.ut_type = DEAD_PROCESS;
  /external/openssh/
loginrec.c 668 ut->ut_type = DEAD_PROCESS;
758 utx->ut_type = DEAD_PROCESS;
1051 utx.ut_type = DEAD_PROCESS;
1150 * leave all fields set, but change the ut_type field to DEAD_PROCESS.
    [all...]
  /external/ppp/pppd/
sys-solaris.c     [all...]

Completed in 3007 milliseconds