Searched refs:testcase_glob (Results 1 – 1 of 1) sorted by relevance
29237 static int testcase_glob(const char *zGlob, const char *z){ in testcase_glob() function29254 while( *z && testcase_glob(zGlob-1,z)==0 ){ in testcase_glob()29264 if( testcase_glob(zGlob,z) ) return 1; in testcase_glob()32358 isOk = testcase_glob(zGlob, zTest)!=0; in dotCmdCheck()32364 isOk = testcase_glob(zGlob, zTest)==0; in dotCmdCheck()