• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/BerkeleyDB-21/db/test/

Lines Matching refs:oargs

58 		set oargs $args
59 append oargs " -env $env"
74 $duplist $nentries $oargs
80 set db [eval {berkdb_open} $oflags $oargs {$testfile} primary.db]
90 do_join_subdb $testfile primary.db "1 0" $str $oargs
92 do_join_subdb $testfile primary.db "2 0" $str $oargs
94 do_join_subdb $testfile primary.db "3 0" $str $oargs
96 do_join_subdb $testfile primary.db "4 0" $str $oargs
98 do_join_subdb $testfile primary.db "1" $str $oargs
100 do_join_subdb $testfile primary.db "2" $str $oargs
102 do_join_subdb $testfile primary.db "3" $str $oargs
104 do_join_subdb $testfile primary.db "4" $str $oargs
106 do_join_subdb $testfile primary.db "1 2" $str $oargs
108 do_join_subdb $testfile primary.db "1 2 3" $str $oargs
110 do_join_subdb $testfile primary.db "1 2 3 4" $str $oargs
112 do_join_subdb $testfile primary.db "2 1" $str $oargs
114 do_join_subdb $testfile primary.db "3 2 1" $str $oargs
116 do_join_subdb $testfile primary.db "4 3 2 1" $str $oargs
118 do_join_subdb $testfile primary.db "1 3" $str $oargs
120 do_join_subdb $testfile primary.db "3 1" $str $oargs
122 do_join_subdb $testfile primary.db "1 4" $str $oargs
124 do_join_subdb $testfile primary.db "4 1" $str $oargs
126 do_join_subdb $testfile primary.db "2 3" $str $oargs
128 do_join_subdb $testfile primary.db "3 2" $str $oargs
130 do_join_subdb $testfile primary.db "2 4" $str $oargs
132 do_join_subdb $testfile primary.db "4 2" $str $oargs
134 do_join_subdb $testfile primary.db "3 4" $str $oargs
136 do_join_subdb $testfile primary.db "4 3" $str $oargs
138 do_join_subdb $testfile primary.db "2 3 4" $str $oargs
140 do_join_subdb $testfile primary.db "3 4 1" $str $oargs
142 do_join_subdb $testfile primary.db "4 2 1" $str $oargs
144 do_join_subdb $testfile primary.db "0 2 1" $str $oargs
146 do_join_subdb $testfile primary.db "3 2 0" $str $oargs
148 do_join_subdb $testfile primary.db "4 3 2 1" $str $oargs
150 do_join_subdb $testfile primary.db "4 3 0 1" $str $oargs