HomeSort by: relevance | last modified time | path
    Searched defs:topslot (Results 1 - 2 of 2) 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)),
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 43 milliseconds