Home
last modified time | relevance | path

Searched refs:INIT_PROCESS (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/ndk_musl_include/
Dutmpx.h49 #define INIT_PROCESS 5 macro
/third_party/toybox/toys/pending/
Dlast.c156 type = INIT_PROCESS; in last_main()
170 case INIT_PROCESS: in last_main()
Dgetty.c273 if (utp_ptr->ut_pid == pid && utp_ptr->ut_type >= INIT_PROCESS) break; in utmp_entry()
Dtelnetd.c121 if (utp_ptr->ut_pid == pid && utp_ptr->ut_type >= INIT_PROCESS) break; in utmp_entry()
/third_party/musl/include/
Dutmpx.h58 #define INIT_PROCESS 5 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dutmpx.h58 #define INIT_PROCESS 5 macro
/third_party/musl/porting/uniproton/kernel/include/
Dutmpx.h58 #define INIT_PROCESS 5 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dutmpx.h58 #define INIT_PROCESS 5 macro
/third_party/musl/libc-test/src/api/
Dutmpx.c23 C(INIT_PROCESS) in f()