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

/freebsd-11-stable/usr.bin/locate/locate/
H A Dfastfind.c142 register u_char *p, *s, *patend, *q, *foundchar; local
194 foundchar = 0;
220 foundchar = p - 1;
256 foundchar = p;
271 foundchar = p + 1;
281 foundchar = p;
282 } else if (foundchar >= path + count) { /* a char matched */
289 for (s = foundchar; s >= cutoff; s--) {

Completed in 208 milliseconds