Searched refs:oargs (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dsdb018.tcl58 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
[all...]
H A Dsdb006.tcl59 set oargs $args
86 set db [eval {berkdb_open} $oflags $oargs $testfile primary.db]
104 do_join_subdb $testfile primary.db "1 0" $str $oargs
106 do_join_subdb $testfile primary.db "2 0" $str $oargs
108 do_join_subdb $testfile primary.db "3 0" $str $oargs
110 do_join_subdb $testfile primary.db "4 0" $str $oargs
112 do_join_subdb $testfile primary.db "1" $str $oargs
114 do_join_subdb $testfile primary.db "2" $str $oargs
116 do_join_subdb $testfile primary.db "3" $str $oargs
118 do_join_subdb $testfile primary.db "4" $str $oargs
[all...]
H A Dtest042.tcl59 set oargs ""
66 default { append oargs " " [lindex $args $i] }
82 test042_dbinit $env $nentries $method $oargs $basename.0.db
85 test042_dbinit $env $nentries $method $oargs \
152 proc test042_dbinit { env nentries method oargs tf } {
158 -mode 0644 $omethod} $oargs $tf]
H A Dtest045.tcl60 set oargs ""
72 lappend oargs "-extent" "100" }
73 default { lappend oargs [lindex $args $i] }
85 -create -mode 0644 $omethod} $oargs {$f}]
H A Dtest089.tcl28 set oargs [split_encargs $args encargs]
31 puts "Test089: ($oargs) $method CDB Test cursor/dup operations"
44 -mode 0644 $omethod} $oargs {$testfile}]
48 -mode 0644 $omethod} $oargs {$testfile1}]
90 -mode 0644 $omethod} $oargs {$testfile1}]
154 append oargs " -dup "
155 test089_dup $testdir $encargs $oargs $omethod $nentries
156 append oargs " -dupsort "
157 test089_dup $testdir $encargs $oargs $omethod $nentries
160 proc test089_dup { testdir encargs oargs metho
[all...]
H A Dsdbutils.tcl112 proc do_join_subdb { db primary subdbs key oargs } {
118 set p [eval {berkdb_open -unknown} $oargs { $db } $primary]
125 set jdb [eval {berkdb_open -unknown} $oargs { $db } sub$i.db]
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dexample.c45 char **oargs = args, **p = arrparam; local
71 strparam = ztrdup(*oargs ? *oargs : "");
73 arrparam = zarrdup(oargs);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfvscanf.c321 va_list oargs; local
369 va_copy(oargs,args);
463 !(fp = (*_Sffmtposf)(f,oform,oargs,ft,1)) )
512 !(fp = (*_Sffmtposf)(f,oform,oargs,ft,1)) )
544 if(!fp && !(fp = (*_Sffmtposf)(f,oform,oargs,ft,1)) )
565 !(fp = (*_Sffmtposf)(f,oform,oargs,ft,1)))
708 fp = (*_Sffmtposf)(f,oform,oargs,ft,1);
730 va_copy(fm->oargs,oargs);
739 va_copy(oargs,arg
[all...]
H A Dsfvprintf.c123 va_list oargs; /* original arg list */ local
202 va_copy(oargs,args);
267 !(fp = (*_Sffmtposf)(f,oform,oargs,ft,0)) )
376 if(!fp && !(fp = (*_Sffmtposf)(f,oform,oargs,ft,0)) )
405 if(!fp && !(fp = (*_Sffmtposf)(f,oform,oargs,ft,0)) )
433 !(fp = (*_Sffmtposf)(f,oform,oargs,ft,0)))
634 fp = (*_Sffmtposf)(f,oform,oargs,ft,0);
656 va_copy(fm->oargs,oargs);
665 va_copy(oargs,arg
[all...]
H A Dsfhdr.h745 va_list oargs; /* original arg list */ member in struct:_fmt_s
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dcomputil.c1318 Caarg oargs = NULL; local
1408 Caarg *oargp = &oargs;
1437 freecaargs(oargs);
1478 else if (adpre && oargs && !oargs->next) {
1481 for (d = oargs->descr; *d; d++)
1486 opt->descr = tricat(adpre, oargs->descr, adsuf);
1493 opt->args = oargs;
1826 LinkList *oargs; member in struct:castate
1839 for (i = s->nopts, p = s->oargs;
2833 char **oargs = args, sep = '\\0', asep = '=', *name, *descr, *p, *q, **xor, c; local
[all...]
/macosx-10.10.1/awk-20/src/
H A Drun.c230 Cell *args[NARGS], *oargs[NARGS]; /* BUG: fixed size arrays */ local
255 oargs[i] = y;
297 oargs[i]->tval = t->tval;
298 oargs[i]->tval &= ~(STR|NUM|DONTFREE);
299 oargs[i]->sval = t->sval;
/macosx-10.10.1/apache-793/httpd/modules/mappers/
H A Dmod_rewrite.c4763 char *ofilename, *oargs; local
4839 oargs = r->args;
4947 (oargs && !strcmp(r->args, oargs)));
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dexec.c2944 LinkList oargs = args; local
2946 args = oargs;

Completed in 262 milliseconds