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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c293 * "getutxid" finds the specified entry in the utmpx file. If
297 getutxid(const struct utmpx *entry) function
302 * From XPG5: "The getutxid() or getutxline() may cache data.
401 if ((utmpx2 = getutxid(&utmpx)) == NULL)
415 * From XPG5: "The getutxid() or getutxline() may cache data.
652 if (getutxid(&tmpxbuf) == NULL) {
659 if (getutxid(&tmpxbuf) == NULL) {
/illumos-gate/usr/src/man/man3c/
H A DMakefile854 getutxid.3c \
1835 getutxid.3c := LINKSRC = getutxent.3c

Completed in 71 milliseconds