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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetutx.c254 * "getutxent" gets the next entry in the utmpx file.
257 getutxent(void) function
284 if ((utmpx = getutxent()) == NULL)
589 while ((curx = getutxent()) != NULL) {

Completed in 18 milliseconds