Searched refs:putmpx (Results 1 – 3 of 3) sorted by relevance
71 struct utmpx *putmpx; in rckrunlevel() local88 putmpx = getutxid(&utmpx); in rckrunlevel()89 if (putmpx == NULL) { in rckrunlevel()93 uxstate = strtok(&putmpx->ut_line[10], " \t\n"); in rckrunlevel()
58 struct utmpx utmpx, *putmpx = &utmpx; in notify() local63 while ((putmpx = getutxent()) != NULL) { in notify()
296 struct utmpx *putmpx; in ckrunlevel() local311 putmpx = getutxid(&utmpx); in ckrunlevel()312 if (putmpx == NULL) { in ckrunlevel()325 uxstate = strtok(&putmpx->ut_line[10], " \t\n"); in ckrunlevel()