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

/freebsd-10.0-release/usr.bin/uudecode/
H A Duudecode.c413 int n, count, count4; local
430 count4 = -1;
440 count4 = p - inbuf;
444 strcpy(leftover, inbuf + count4 + 1);
445 inbuf[count4 + 1] = 0;
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_oncore.c265 u_char count4; /* cycles thru leap after Gj to issue Bj */ member in struct:instance
3121 instance->count4 = 1;
3131 if (instance->count4) { /* delay, waiting for Gj response */
3133 instance->count4 = 0;
3134 else if (instance->count4++ > 5) { /* delay, waiting for Gj response */
3136 instance->count4 = 0;

Completed in 94 milliseconds