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

/illumos-gate/usr/src/head/
H A Dutmpx.h133 extern struct utmpx *getutxline(const struct utmpx *);
/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
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc582 struct utmpx *getutxline(const struct utmpx *entry);

Completed in 72 milliseconds