Home
last modified time | relevance | path

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

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