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

/illumos-gate/usr/src/cmd/w/
H A Dw.c160 struct utmpx *utmpend; local
254 utmpend = (struct utmpx *)((char *)utmpbegin + size);
257 while ((ut < utmpend) && ((utp = getutxent()) != NULL))
265 for (ut = utmpbegin; ut < utmpend; ut++) {
478 for (ut = utmpbegin; ut < utmpend; ut++) {
/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c164 struct utmpx *utmpend; local
250 utmpend = (struct utmpx *)((char *)utmpbegin + size);
253 while ((ut < utmpend) && ((utp = getutxent()) != NULL))
262 for (ut = utmpbegin; ut < utmpend; ut++) {
464 for (ut = utmpbegin; ut < utmpend; ut++) {

Completed in 61 milliseconds