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

/netbsd-current/usr.bin/locate/code/
H A Dlocate.code.c107 int ch, code, count, diffcount, oldcount; local
148 diffcount = count - oldcount + OFFSET;
150 if (diffcount < 0 || diffcount > 2 * OFFSET) {
152 putw(diffcount, stdout) == EOF)
155 if (putchar(diffcount) == EOF)

Completed in 209 milliseconds