Home
last modified time | relevance | path

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

/external/openssh/
Dmoduli.c70 #define QLINESIZE (100+8192) macro
499 char lp[QLINESIZE + 1]; in count_lines()
505 while (fgets(lp, QLINESIZE + 1, f) != NULL) in count_lines()
619 lp = xmalloc(QLINESIZE + 1); in prime_test()
620 while (fgets(lp, QLINESIZE + 1, in) != NULL && count_in < end_lineno) { in prime_test()