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

/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
H A Drandtest.c35 static int log_op, log_pos; variable
82 (void) snprintf(log[log_pos], LINESZ,
96 (void) strlcat(log[log_pos], buf, LINESZ);
98 log_pos = (log_pos + 1) % LOGSZ;
114 for (i = LOGSZ, l = log_pos; i > 0; i--, l = (l + 1) % LOGSZ) {
218 log_pos = log_op = 0;

Completed in 20 milliseconds