Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dshell.c23336 if( cli_strncmp(zLine, "| end ", 6)==0 ){ in readHexDb()
27516 if( cli_strncmp(zMode,"lines",n2)==0 ){ in do_meta_command()
27532 }else if( cli_strncmp(zMode,"tcl",n2)==0 ){ in do_meta_command()
27536 }else if( cli_strncmp(zMode,"csv",n2)==0 ){ in do_meta_command()
27560 }else if( cli_strncmp(zMode,"box",n2)==0 ){ in do_meta_command()
27565 }else if( cli_strncmp(zMode,"off",n2)==0 ){ in do_meta_command()
28658 if( cli_strncmp(zTab, "sqlite_",7)!=0 ){ in do_meta_command()
28770 && (cli_strncmp(azArg[0], "shell", n)==0 in do_meta_command()
28771 || cli_strncmp(azArg[0],"system",n)==0) in do_meta_command()
30576 }else if( cli_strncmp(z, "-A",2)==0 ){
[all …]