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

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_jjy.c612 char *pBuf, sLogText [ MAX_LOGTEXT ] ; local
764 iCopyLen = ( iLen <= sizeof(sLogText)-1 ? iLen : sizeof(sLogText)-1 ) ;
765 memcpy( sLogText, pBuf, iCopyLen ) ;
766 sLogText[iCopyLen] = '\0' ;
767 jjy_write_clockstats( peer, JJY_CLOCKSTATS_MARK_RECEIVE, sLogText ) ;

Completed in 65 milliseconds