HomeSort by: relevance | last modified time | path
    Searched defs:rprefix (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
keyword-gen.c 353 char rprefix[MAX_TOK_LEN + 1]; local
477 rprefix[prefix_len] = sst[state].ch;
484 /* reverse rprefix into prefix */
486 r = rprefix;
487 while (r < rprefix + prefix_len)
keyword-gen.c 353 char rprefix[MAX_TOK_LEN + 1]; local
477 rprefix[prefix_len] = sst[state].ch;
484 /* reverse rprefix into prefix */
486 r = rprefix;
487 while (r < rprefix + prefix_len)
keyword-gen.c 353 char rprefix[MAX_TOK_LEN + 1]; local
477 rprefix[prefix_len] = sst[state].ch;
484 /* reverse rprefix into prefix */
486 r = rprefix;
487 while (r < rprefix + prefix_len)

Completed in 64 milliseconds