Home
last modified time | relevance | path

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

/freebsd/usr.bin/locate/code/
H A Dlocate.code.c89 #define BGBUFSIZE (NBG * 2) /* size of bigram buffer */ macro
93 u_char bigrams[BGBUFSIZE + 1] = { 0 };
124 if (fgets(bigrams, BGBUFSIZE + 1, fp) == NULL) { in main()
129 if (fwrite(bigrams, 1, BGBUFSIZE, stdout) != BGBUFSIZE) in main()