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

/macosx-10.10/ntp-92/ntpd/
H A Drefclock_as2201.c65 #define SMAX 200 /* statistics buffer length */ macro
79 char stats[SMAX]; /* statistics buffer */
268 if ((int)(up->lastptr - up->stats + pp->lencode) > SMAX - 2)
H A Drefclock_hpgps.c100 #define SMAX 23*80+1 /* for :SYSTEM:PRINT? status screen response */ macro
122 char statscrn[SMAX]; /* receiver status screen buffer */
302 if ((int)(pp->lencode + 2) <= (SMAX - (up->lastptr - up->statscrn))) {
H A Drefclock_acts.c138 #define SMAX 256 /* max clockstats line length */ macro
353 char tbuf[SMAX];
376 strncpy(tbuf, pp->a_lastcode, SMAX);
727 char tbuf[SMAX];

Completed in 113 milliseconds