Searched defs:utp_ptr (Results 1 - 2 of 2) sorted by relevance

/external/toybox/toys/pending/
H A Dgetty.c266 struct utmp *utp_ptr; local
272 while ((utp_ptr = getutent()))
273 if (utp_ptr->ut_pid == pid && utp_ptr->ut_type >= INIT_PROCESS) break;
274 if (!utp_ptr) {
H A Dtelnetd.c115 struct utmp *utp_ptr; local
120 while ((utp_ptr = getutent()) != NULL) {
121 if (utp_ptr->ut_pid == pid && utp_ptr->ut_type >= INIT_PROCESS) break;
123 if (!utp_ptr) entry.ut_type = DEAD_PROCESS;

Completed in 83 milliseconds