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

/freebsd-9.3-release/usr.sbin/ppp/
H A Dthroughput.c63 t->rolling = 0;
117 if (t->rolling) {
149 if (t->rolling)
196 throughput_start(struct pppThroughput *t, const char *name, int rolling) argument
209 throughput_restart(t, name, rolling);
213 throughput_restart(struct pppThroughput *t, const char *name, int rolling) argument
216 t->rolling = rolling ? 1 : 0;
217 if (t->rolling) {
H A Dthroughput.h50 unsigned rolling : 1; member in struct:pppThroughput
H A Dbundle.c1035 if (dl->physical->link.stats.total.rolling && dl->state == DATALINK_OPEN)
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c107 static void leapadd(zic_t t, int positive, int rolling, int count);
2309 leapadd(t, positive, rolling, count)
2312 const int rolling;
2337 roll[i] = rolling;

Completed in 51 milliseconds