Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c16689 static int testcase_glob(const char *zGlob, const char *z){ in testcase_glob() function
16706 while( *z && testcase_glob(zGlob-1,z)==0 ){ in testcase_glob()
16716 if( testcase_glob(zGlob,z) ) return 1; in testcase_glob()
18823 }else if( testcase_glob(azArg[1],zRes)==0 ){ in do_meta_command()