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

/macosx-10.10/OpenSSH-189/openssh/
H A Dmoduli.c72 #define QLINESIZE (100+8192) macro
543 lp = xmalloc(QLINESIZE + 1);
544 while (fgets(lp, QLINESIZE + 1, in) != NULL && count_in < end_lineno) {

Completed in 71 milliseconds