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

/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq.c2918 const u_char * pchIn; local
2923 pchIn = (const u_char *)in;
2924 pchInLimit = pchIn + in_octets;
2927 if (NULL == pchIn) {
2942 for ( ; pchIn < pchInLimit; pchIn++) {
2943 c = *pchIn;

Completed in 160 milliseconds