Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dmoduli.c70 #define QLINESIZE (100+8192) macro
504 char lp[QLINESIZE + 1]; in count_lines()
510 while (fgets(lp, QLINESIZE + 1, f) != NULL) in count_lines()
621 lp = xmalloc(QLINESIZE + 1); in prime_test()
622 while (fgets(lp, QLINESIZE + 1, in) != NULL && count_in < end_lineno) { in prime_test()