Home
last modified time | relevance | path

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

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