Home
last modified time | relevance | path

Searched refs:two (Results 126 – 150 of 578) sorted by relevance

12345678910>>...24

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dattach.test46 ATTACH DATABASE 'test2.db' AS two;
47 SELECT * FROM two.t2;
57 DETACH DATABASE two;
68 SELECT * FROM two.t2;
70 } {1 {no such table: two.t2}}
H A Dunique.test21 # Try to create a table with two primary keys.
136 # Test the UNIQUE keyword as used on two or more fields.
H A Dprintf.test113 sqlite_mprintf_z_test , one two three four five six
114 } {,one,two,three,four,five,six}
H A Dmisc3.test222 INSERT INTO x2 VALUES(2,'two');
229 } {1 one cat 2 two {} 3 three {} 4 four dog}
238 } {1 one cat 2 two {} 3 three {} 4 four dog}
H A Dexpr.test408 {CASE i1 WHEN 1 THEN 'one' WHEN 2 THEN 'two' ELSE 'error' END} two
410 {CASE i1 WHEN 1 THEN 'one' WHEN NULL THEN 'two' ELSE 'error' END} one
412 {CASE i1 WHEN 1 THEN 'one' WHEN NULL THEN 'two' ELSE 'error' END} error
414 {CASE i1 WHEN 1 THEN 'one' WHEN NULL THEN 'two' ELSE 'error' END} error
416 {CASE i1 WHEN 1 THEN 'one' WHEN 2 THEN 'two' ELSE 'error' END} error
418 {CASE i1 WHEN 1 THEN 'one' WHEN 2 THEN 'two' END} {{}}
420 {CASE i1 WHEN 1 THEN 'one' WHEN 2 THEN 'two' ELSE 3 END} 3
422 {CASE i1 WHEN 1 THEN null WHEN 2 THEN 'two' ELSE 3 END} {{}}
H A Dlock.test128 # callback of another SELECT on that same table because two
139 # Under UNIX you can do two SELECTs at once with different database
253 # Try to start two transactions in a row
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dbuiltins.sh111 if [[ $line != two ]]
114 line=two
496 …${SHELL:-ksh} -c 'print $#;[[ $1 != argument0 ]]' count $(longline $n) one two three) #2> /dev/nul…
/illumos-gate/usr/src/cmd/sendmail/cf/feature/
H A Dcompat_check.m429 dnl for consistency with the other two even though discard does not take a
H A Dldap_routing.m417 # Check first two arguments. If they aren't set, may need to warn in proto.m4
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_container_of.c156 struct expression *one, *two; in get_shared_str() local
168 two = get_partial_deref(container, cont - min); in get_shared_str()
169 if (expr_equiv(one, two)) in get_shared_str()
H A Dsmatch_helper.c1209 int expr_equiv(struct expression *one, struct expression *two) in expr_equiv() argument
1217 if (!one || !two) in expr_equiv()
1219 if (one->type != two->type) in expr_equiv()
1221 if (is_fake_call(one) || is_fake_call(two)) in expr_equiv()
1227 two_name = expr_to_str_sym(two, &two_sym); in expr_equiv()
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn2_common30 # had synonym names with two leading underscores, as in:
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemmove.S45 sub %i0, %i1, %i4 ! get difference of two addresses
H A Dmemchr.S82 cmp %o4, 2 ! only two bytes needed to align?
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemmove.S45 sub %i0, %i1, %i4 ! get difference of two addresses
H A Dmemchr.S82 cmp %o4, 2 ! only two bytes needed to align?
/illumos-gate/usr/src/cmd/sendmail/cf/mailer/
H A Duucp.m4131 # old UUCP mailer (two names)
139 # smart UUCP mailer (handles multiple addresses) (two names)
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A DREADME35 status queries sent every block or two. It's not how to get the best performance,
59 on all small printers (eg. LaserWriters or PS-800s) and use two processes on faster
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A DREADME.txt30 * lint cleanup: the driver is lint clean with two categorical
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dftp-proxy32 e.g., if host A was 10.1.1.1, host B had two network interfaces ed0 and vx0
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DMakefile18 SHOPT_2DMATCH == 1 /* two dimensional .sh.match for ${var//pat/str} */
/illumos-gate/usr/src/test/zfs-tests/tests/functional/clean_mirror/
H A Ddefault.cfg38 # We need to repartition the single disk to two slices
/illumos-gate/usr/src/test/zfs-tests/tests/functional/scrub_mirror/
H A Ddefault.cfg39 # We need to repartition the single disk to two slices
/illumos-gate/usr/src/lib/libm/common/R/
H A Dbesself.c67 #define two C[6] macro
699 h = two / x; in jnf()
726 temp *= log((two / x) * temp); in jnf()
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgammal.c275 #define two c[2] macro
677 t2 = t4 + u * (two + z2 * t5); in large_gam()
682 t2 = t5 + r * ((two * t2 - v * t1) - v * (y - (t1 - z))); in large_gam()

12345678910>>...24