OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Aug 18 00:25:06 UTC 2026