Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c640 static int cli_strcmp(const char *a, const char *b){ in cli_strcmp() function
23872 if( 0==cli_strcmp(zStr, azArray[i]) ) return 1; in str_in_array()
25136 if( cli_strcmp(zTable, "sqlite_sequence")==0 && !noSys ){ in dump_callback()
25162 if( cli_strcmp(zType, "table")==0 ){ in dump_callback()
25611 }else if( cli_strcmp(zPattern,"-a")==0 in showHelp()
25612 || cli_strcmp(zPattern,"-all")==0 in showHelp()
25613 || cli_strcmp(zPattern,"--all")==0 in showHelp()
25617 }else if( cli_strcmp(zPattern,"0")==0 ){ in showHelp()
26368 if( cli_strcmp(zFile,"stdout")==0 ){ in output_file_open()
26370 }else if( cli_strcmp(zFile, "stderr")==0 ){ in output_file_open()
[all …]