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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetutx.c292 * "getutxid" finds the specified entry in the utmpx file. If
296 getutxid(const struct utmpx *entry) function
301 * From XPG5: "The getutxid() or getutxline() may cache data.
400 if ((utmpx2 = getutxid(&utmpx)) == NULL)
414 * From XPG5: "The getutxid() or getutxline() may cache data.
651 if (getutxid(&tmpxbuf) == NULL) {
658 if (getutxid(&tmpxbuf) == NULL) {
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc605 struct utmpx *getutxid(const struct utmpx *entry);

Completed in 31 milliseconds