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

  /src/usr.bin/moduli/qsieve/
qfile.h 37 #define QLINESIZE (100+8192)
  /src/crypto/external/bsd/openssh/dist/
moduli.c 68 #define QLINESIZE (100+8192)
457 char lp[QLINESIZE + 1];
463 while (fgets(lp, QLINESIZE + 1, f) != NULL)
574 lp = xmalloc(QLINESIZE + 1);
575 while (fgets(lp, QLINESIZE + 1, in) != NULL && count_in < end_lineno) {

Completed in 57 milliseconds