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

/opensolaris-onvv-gate/usr/src/head/
H A Dutmpx.h135 extern struct utmpx *getutxline(const struct utmpx *);
154 extern struct utmpx *getutxline();
/opensolaris-onvv-gate/usr/src/lib/c_synonyms/
H A Dsyn_common401 getutxline
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/lib/libc/port/
H A Dllib-lc559 struct utmpx *getutxline(const struct utmpx *entry);
H A Dmapfile-vers1578 getutxline;

Completed in 103 milliseconds