Home
last modified time | relevance | path

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

/haiku/src/bin/
H A Dreindex.cpp31 char *gAttrPattern; variable
126 return !strcmp(name,gAttrPattern); in nameMatchesPattern()
131 if (gAttrPattern[i] == '*') in nameMatchesPattern()
133 if (name[i] != gAttrPattern[i]) in nameMatchesPattern()
139 int k = strlen(gAttrPattern) - 1; in nameMatchesPattern()
141 if (gAttrPattern[k] == '*') in nameMatchesPattern()
143 if (name[j] != gAttrPattern[k]) in nameMatchesPattern()
146 if (gAttrPattern[k] != '*') in nameMatchesPattern()
345 gAttrPattern = *argv; in main()
346 if (strchr(gAttrPattern,'*')) in main()
[all …]