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

/freebsd-current/usr.bin/locate/locate/
H A Dlocate.h67 #define LOCATE_REG "*?[]\\" /* fnmatch(3) meta characters */ macro
H A Dutil.c148 if (strchr(LOCATE_REG, *p) == NULL)
169 if (p >= name && strchr(LOCATE_REG, *p) != NULL)
179 if (strchr(LOCATE_REG, *p) != NULL)
H A Dfastfind.c173 if (strchr(LOCATE_REG, *p) != NULL)

Completed in 171 milliseconds