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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetutx.c301 * From XPG5: "The getutxid() or getutxline() may cache data.
302 * For this reason, to use getutxline() to search for multiple
304 * each success, or getutxline() could just return a pointer to
407 * "getutxline" searches the "utmpx" file for a LOGIN_PROCESS or
411 getutxline(const struct utmpx *entry) function
414 * From XPG5: "The getutxid() or getutxline() may cache data.
415 * For this reason, to use getutxline() to search for multiple
417 * each success, or getutxline() could just return a pointer to
462 /* call getutxline */
464 if ((utmpx2 = getutxline(
[all...]

Completed in 588 milliseconds