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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c302 * From XPG5: "The getutxid() or getutxline() may cache data.
303 * For this reason, to use getutxline() to search for multiple
305 * each success, or getutxline() could just return a pointer to
408 * "getutxline" searches the "utmpx" file for a LOGIN_PROCESS or
412 getutxline(const struct utmpx *entry) function
415 * From XPG5: "The getutxid() or getutxline() may cache data.
416 * For this reason, to use getutxline() to search for multiple
418 * each success, or getutxline() could just return a pointer to
463 /* call getutxline */
465 if ((utmpx2 = getutxline(
[all...]
/illumos-gate/usr/src/man/man3c/
H A DMakefile855 getutxline.3c \
1836 getutxline.3c := LINKSRC = getutxent.3c

Completed in 82 milliseconds