Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c1292 static int cli_strcmp(const char *a, const char *b){ in cli_strcmp() function
21429 if( 0==cli_strcmp(zStr, azArray[i]) ) return 1; in str_in_array()
22607 if( cli_strcmp(zTable, "sqlite_sequence")==0 && !noSys ){ in dump_callback()
22633 if( cli_strcmp(zType, "table")==0 ){ in dump_callback()
23057 || cli_strcmp(zPattern,"-a")==0 in showHelp()
23058 || cli_strcmp(zPattern,"-all")==0 in showHelp()
23059 || cli_strcmp(zPattern,"--all")==0 in showHelp()
23778 if( cli_strcmp(zFile,"stdout")==0 ){ in output_file_open()
23780 }else if( cli_strcmp(zFile, "stderr")==0 ){ in output_file_open()
23782 }else if( cli_strcmp(zFile, "off")==0 ){ in output_file_open()
[all …]