Searched refs:utxptr (Results 1 – 1 of 1) sorted by relevance
48 struct utmpx *utxptr; in isbusy() local51 while ((utxptr = getutxent()) != NULL) in isbusy()56 if ((strncmp(login, utxptr->ut_user, in isbusy()57 sizeof (utxptr->ut_user)) == 0) && \ in isbusy()58 utxptr->ut_type != DEAD_PROCESS) in isbusy()