Lines Matching refs:ll
1632 struct lastlog ll;1636 (void)lseek(fd, (off_t)(pw->pw_uid * sizeof(ll)), SEEK_SET);1637 memset((void *)&ll, 0, sizeof(ll));1638 (void)time(&ll.ll_time);1639 (void)strncpy(ll.ll_line, tty, sizeof(ll.ll_line));1640 (void)write(fd, (char *)&ll, sizeof(ll));