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

/freebsd-10.2-release/contrib/ntp/ntpd/
H A Drefclock_jjy.c594 char *pBuf, sLogText [ MAX_LOGTEXT ] ; local
746 iCopyLen = ( iLen <= sizeof(sLogText)-1 ? iLen : sizeof(sLogText)-1 ) ;
747 strncpy( sLogText, pBuf, iCopyLen ) ;
748 sLogText[iCopyLen] = 0 ;
749 jjy_write_clockstats( peer, JJY_CLOCKSTATS_MARK_RECEIVE, sLogText ) ;

Completed in 55 milliseconds