Home
last modified time | relevance | path

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

/freebsd/usr.bin/locate/locate/
H A Dfastfind.c48 u_char bigram1[NBG], bigram2[NBG], path[LOCATE_PATH_MAX]; in statistic()
66 if (count < 0 || count >= LOCATE_PATH_MAX) { in statistic()
149 u_char bigram1[NBG], bigram2[NBG], path[LOCATE_PATH_MAX + 2];
225 if (count < 0 || count >= LOCATE_PATH_MAX)
287 if (p - path >= LOCATE_PATH_MAX)
H A Dutil.c222 int i_max = LOCATE_PATH_MAX + OFFSET; in getwm()
223 int i_min = -(LOCATE_PATH_MAX - OFFSET); in getwm()
252 int i_max = LOCATE_PATH_MAX + OFFSET; in getwf()
253 int i_min = -(LOCATE_PATH_MAX - OFFSET); in getwf()
H A Dlocate.h70 #ifndef LOCATE_PATH_MAX
71 #define LOCATE_PATH_MAX (1*1024) macro
/freebsd/usr.bin/locate/bigram/
H A Dlocate.bigram.c44 u_char buf1[LOCATE_PATH_MAX] = " ";
45 u_char buf2[LOCATE_PATH_MAX];
/freebsd/usr.bin/locate/code/
H A Dlocate.code.c91 u_char buf1[LOCATE_PATH_MAX] = " ";
92 u_char buf2[LOCATE_PATH_MAX];