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