HomeSort by: relevance | last modified time | path
    Searched defs:topslot (Results 1 - 1 of 1) sorted by relevancy

  /src/libexec/ftpd/
logutmp.c 83 static int topslot = -1; variable in typeref:typename:int
99 if (topslot < 0) {
100 topslot = 0;
102 topslot++;
104 if ((topslot < 0) || ((fd < 0)
111 (void)lseek(fd, (off_t)(topslot * sizeof(UTMP)), SEEK_SET);
119 topslot++;
121 (void)lseek(fd, (off_t)(topslot * sizeof(UTMP)),

Completed in 10 milliseconds