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

/freebsd-12-stable/contrib/ntp/ntpd/
H A Dkeyword-gen.c347 char rprefix[MAX_TOK_LEN + 1]; local
471 rprefix[prefix_len] = sst[state].ch;
478 /* reverse rprefix into prefix */
480 r = rprefix;
481 while (r < rprefix + prefix_len)

Completed in 54 milliseconds