Searched refs:topslot (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dlogutmp.c75 static int topslot = -1; variable
91 if (topslot < 0) {
92 topslot = 0;
94 topslot++;
96 if ((topslot < 0) || ((fd < 0)
103 (void)lseek(fd, (off_t)(topslot * sizeof(UTMP)), SEEK_SET);
111 topslot++;
113 (void)lseek(fd, (off_t)(topslot * sizeof(UTMP)),

Completed in 99 milliseconds