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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c255 * "getutxent" gets the next entry in the utmpx file.
258 getutxent(void) function
285 if ((utmpx = getutxent()) == NULL)
590 while ((curx = getutxent()) != NULL) {

Completed in 60 milliseconds