Home
last modified time | relevance | path

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

/sqlite-3.40.0/autoconf/tea/win/
H A Dnmakehlp.c206 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 Dloadext.test83 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 Dfts5txt2db.tcl46 namespace eval cmdline { namespace