Home
last modified time | relevance | path

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

/trueos/usr.bin/locate/locate/
HDutil.c165 if (strchr(LOCATE_REG, *p) == NULL)
186 if (p >= name && strchr(LOCATE_REG, *p) != NULL)
196 if (strchr(LOCATE_REG, *p) != NULL)
HDlocate.h72 #define LOCATE_REG "*?[]\\" /* fnmatch(3) meta characters */ macro
HDfastfind.c170 if (strchr(LOCATE_REG, *p) != NULL)