Lines Matching defs:getutxline
301 * 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)
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(&utmpx)) == NULL)