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

  /external/toybox/toys/pending/
getty.c 266 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) {
telnetd.c 115 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 39 milliseconds