Home
last modified time | relevance | path

Searched refs:i_to (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dstreqvcmp.c211 unsigned int i_to = (int)to & 0xFF; in streqvmap() local
215 charmap[i_from] = (unsigned char)i_to; in streqvmap()
217 i_to++; in streqvmap()
218 if ((i_from >= sizeof(charmap)) || (i_to >= sizeof(charmap))) in streqvmap()