Searched refs:cmdline (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/autoconf/tea/win/ |
| H A D | nmakehlp.c | 206 char cmdline[100]; in CheckForCompilerFeature() local 252 lstrcat(cmdline, option); in CheckForCompilerFeature() 258 lstrcat(cmdline, " .\\nul"); in CheckForCompilerFeature() 262 cmdline, /* Command line. */ in CheckForCompilerFeature() 275 "Tried to launch: \"%s\", but got error [%u]: ", cmdline, err); in CheckForCompilerFeature() 342 char cmdline[255]; in CheckForLinkerFeature() local 382 lstrcpy(cmdline, "link.exe -nologo "); in CheckForLinkerFeature() 389 lstrcat(cmdline, " \""); in CheckForLinkerFeature() 390 lstrcat(cmdline, options[i]); in CheckForLinkerFeature() 391 lstrcat(cmdline, "\""); in CheckForLinkerFeature() [all …]
|
| /sqlite-3.40.0/test/ |
| H A D | loadext.test | 83 set cmdline [concat exec gcc $gcc_shared] 84 lappend cmdline -Wall -I$srcdir -I. -I.. -g $testextsrc -o $testextension 86 if {[catch $cmdline msg]} {
|
| /sqlite-3.40.0/ext/fts5/tool/ |
| H A D | fts5txt2db.tcl | 46 namespace eval cmdline { namespace
|