Searched refs:utxptr (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/oamuser/user/
H A Disbusy.c48 struct utmpx *utxptr; local
51 while ((utxptr = getutxent()) != NULL)
56 if ((strncmp(login, utxptr->ut_user,
57 sizeof (utxptr->ut_user)) == 0) && \
58 utxptr->ut_type != DEAD_PROCESS)

Completed in 41 milliseconds