http://dcherukhin.i2p/programs/ldus/source/network/log.cgi.c
= i) {
real_indexes[n] = i;
sizes[n] = s.st_size;
times[n] = t - s.st_mtime;
}
break;
}
if (i == indexes[n]) {
real_indexes[n] = i;
sizes[n] = s.st_size;
times[n] = t - s.st_mtime;
n++;
}
}
for (i = 0; i < 7; i++) if (real_indexes[i] >= 0) {
printf(" Web log %x ", real_indexes[i]); printnum(sizes[i]); printf("b ");
printtime(times[i]); printf(" \n");
}
}
#define NWORDS 16
static void access(int nlines, char *fmt) {
char buf[STRLEN * 10], *line,...