| /sqlite-3.40.0/test/ |
| H A D | bc_common.tcl | 25 foreach bin $binaries { 26 puts -nonewline "Testing against $bin - " 28 puts "version [get_version $bin]" 42 proc do_bc_test {bin script} { 45 set ::bc_chan [launch_testfixture $bin] 55 set bintag $bin 72 foreach bin $::BC(binaries) { 73 uplevel [list do_bc_test $bin $script]
|
| H A D | corrupt4.test | 105 set bin [read $fd 2] 106 binary scan $bin S val 111 set bin [read $fd 4] 112 binary scan $bin I val 117 set bin [binary format I $val] 118 puts -nonewline $fd $bin
|
| H A D | shell7.test | 33 forcedelete shell7_test.bin 34 set fd [open shell7_test.bin w] 40 do_test 1.$tn.1 { file size shell7_test.bin } $l 42 catchcmd test.db "INSERT INTO f2 VALUES($tn, readfile('shell7_test.bin'));"
|
| H A D | walcksum.test | 60 set bin [binary format II $c1 $c2] 65 puts -nonewline $fd $bin 115 set bin [binary format I $val] 119 puts -nonewline $fd $bin
|
| H A D | backcompat.test | 84 foreach bin $::BC(binaries) { 88 set bintag $bin 100 do_backcompat_test $dir {} $bin $script 106 set ::incompatible([get_version $bin]) 1
|
| H A D | journal3.test | 29 #set umask [exec /bin/sh -c umask]
|
| H A D | with1.test | 264 INSERT INTO f VALUES(1, 0, 'bin'); 288 /bin 289 /bin/false /bin/grep /bin/ls /bin/true
|
| H A D | wal2.test | 1081 #set umask [exec /bin/sh -c umask]
|
| /sqlite-3.40.0/ |
| H A D | config.guess | 378 case `/usr/bin/uname -p` in 538 UNAME_PROCESSOR=`/usr/bin/uname -p` 575 if [ -x /usr/bin/oslevel ] ; then 576 IBM_REV=`/usr/bin/oslevel` 615 if [ -x /usr/bin/lslpp ] ; then 650 if [ -x /usr/bin/getconf ]; then 857 UNAME_PROCESSOR=`/usr/bin/uname -p` 1139 case `/bin/uname -X | grep "^Machine"` in 1204 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ 1215 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ [all …]
|
| H A D | configure | 75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 210 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 2102 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 2103 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 2105 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 2106 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 2108 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 2109 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 2110 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` [all …]
|
| H A D | spec.template | 44 install -d $RPM_BUILD_ROOT/%{_prefix}/bin
|
| H A D | aclocal.m4 | 1066 SHELL=${CONFIG_SHELL-/bin/sh} 1147 elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } && 1152 CONFIG_SHELL=/bin/ksh 1282 case `/usr/bin/file conftest.o` in 2303 if test -x /usr/bin/objformat; then 2304 objformat=`/usr/bin/objformat` 3062 lt_cv_file_magic_cmd=/usr/bin/file 3109 lt_cv_file_magic_cmd=/usr/bin/file 3151 lt_cv_file_magic_cmd='/bin/file' 3155 lt_cv_file_magic_cmd='/bin/file' [all …]
|
| H A D | ltmain.sh | 1475 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed 2238 */usr/bin/install*,*cygwin*) 8177 …lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
|
| H A D | Makefile.msc | 916 LIBTCLPATH = $(TCLDIR)\bin 974 TCLSH_CMD = $(TCLDIR)\bin\tclsh.exe
|
| /sqlite-3.40.0/src/ |
| H A D | bitvec.c | 135 u32 bin = i/p->iDivisor; in sqlite3BitvecTestNotNull() local 137 p = p->u.apSub[bin]; in sqlite3BitvecTestNotNull() 176 u32 bin = i/p->iDivisor; in sqlite3BitvecSet() local 178 if( p->u.apSub[bin]==0 ){ in sqlite3BitvecSet() 179 p->u.apSub[bin] = sqlite3BitvecCreate( p->iDivisor ); in sqlite3BitvecSet() 180 if( p->u.apSub[bin]==0 ) return SQLITE_NOMEM_BKPT; in sqlite3BitvecSet() 182 p = p->u.apSub[bin]; in sqlite3BitvecSet() 245 u32 bin = i/p->iDivisor; in sqlite3BitvecClear() local 247 p = p->u.apSub[bin]; in sqlite3BitvecClear()
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | GNUmakefile | 34 ifeq (,$(emcc.bin)) 190 bin.version-info := $(dir.wasm)/version-info 195 DISTCLEAN_FILES += $(bin.version-info) 197 bin.stripccomments := $(dir.tool)/stripccomments 198 $(bin.stripccomments): $(bin.stripccomments).c $(MAKEFILE) 200 DISTCLEAN_FILES += $(bin.stripccomments) 251 $(bin.version-info) --json; \ 448 $(emcc.bin) -o $@ $(emcc_opt_full) $(emcc.flags) \ 539 $(emcc.bin) \ 598 THIS_ARCH := $(shell /usr/bin/uname -m) [all …]
|
| H A D | dist.make | 69 $(bin.stripccomments) $(bin.version-info) \ 79 @$(bin.stripccomments) -k -k < $(sqlite3.js) \ 83 vnum=$$($(bin.version-info) --download-version); \
|
| H A D | wasmfs.make | 76 $(emcc.bin) -o $@ $(emcc_opt_full) $(emcc.flags) \ 100 $(emcc.bin) \
|
| H A D | fiddle.make | 65 $(emcc.bin) -o $@ $(fiddle.emcc-flags) \
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sessiondiff.test | 57 exec $::PROG --changeset changeset.bin $db1 $db2 58 set bin [readfile changeset.bin] 59 return $bin
|
| /sqlite-3.40.0/autoconf/ |
| H A D | INSTALL | 145 `/usr/local/bin', include files under `/usr/local/include', etc. You 247 these programs are available in `/usr/bin'. So, if you need `/usr/ucb' 248 in your `PATH', put it _after_ `/usr/bin'. 306 ./configure CC=/usr/local2/bin/gcc 314 CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
|
| /sqlite-3.40.0/autoconf/tea/ |
| H A D | Makefile.in | 221 install-binaries: binaries install-lib-binaries install-bin-binaries 445 install-bin-binaries: binaries
|
| /sqlite-3.40.0/autoconf/tea/win/ |
| H A D | rules.vc | 593 TCLSH = "$(_TCLDIR)\bin\tclsh$(TCL_VERSION)$(SUFX).exe" 595 TCLSH = "$(_TCLDIR)\bin\tclsh$(TCL_VERSION)t$(SUFX).exe" 683 WISH = "$(_TKDIR)\bin\wish$(TK_VERSION)$(SUFX).exe"
|
| /sqlite-3.40.0/tool/ |
| H A D | speed-check.sh | 121 CC=/home/drh/intel/bin/icc
|
| /sqlite-3.40.0/autoconf/tea/tclconfig/ |
| H A D | tcl.m4 | 551 # in the Tcl build directory or the tclsh installed in a bin 591 list="`ls -d ${TCL_BIN_DIR}/../bin 2>/dev/null` \ 593 `ls -d ${TCL_PREFIX}/bin 2>/dev/null`" 609 # in the Tk build directory or the wish installed in a bin 649 list="`ls -d ${TK_BIN_DIR}/../bin 2>/dev/null` \ 651 `ls -d ${TK_PREFIX}/bin 2>/dev/null`" 1317 SHLIB_LD="/usr/ccs/bin/ld -G -z text" 1328 SHLIB_LD="/bin/ld -bhalt:4 -bM:SRE -bexpall -H512 -T512 -bnoentry" 1789 SHLIB_LD="/usr/ccs/bin/ld -G -z text" 1881 SHLIB_LD='/usr/ccs/bin/ld -G -z text';;
|