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

/osnet-11/usr/src/lib/libmail/common/
H A Dnotifyu.c63 while ((putmpx = getutxent()) != NULL) {
/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) {
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c466 while ((utx = getutxent()) != NULL) {
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc604 struct utmpx *getutxent(void);

Completed in 37 milliseconds