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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/metrowerks/
H A Dmwar14 outputfile="$2"
17 /Users/dfe/bin/mw8.3/realmw/mwld -xm l -o "$outputfile" "$@"
H A Dmwpefar14 outputfile="$2"
17 /Users/dfe/bin/mw8.3/realmw/mwpefld -xm l -o "$outputfile" "$@"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dconscript.tcl8 # Usage: conscript dir file runtype nitems outputfile tnum args
13 # outputfile: where to log consumer results
45 proc consumescript_consume { db_cmd nitems tnum outputfile mode args } {
54 set oid [open $outputfile a]
85 set usage "conscript.tcl dir file runtype nitems outputfile tnum"
92 set outputfile [lindex $argv 4]
110 # Producers have nothing to log; make sure outputfile is null.
111 error_check_good no_producer_outputfile $outputfile ""
114 consumescript_consume $db_cmd $nitems $tnum $outputfile -consume $args
116 consumescript_consume $db_cmd $nitems $tnum $outputfile
[all...]
H A Dt106script.tcl167 proc t106_consume { nitems tnum outputfile mode dbenv niter args } {
181 set oid [open $outputfile a]
296 set usage "t106script.tcl dir runtype nitems nprod outputfile id tnum order"
307 set outputfile [lindex $argv 4]
326 t106_consume $nitems $tnum $outputfile -consume_wait $dbenv $args
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dcheck-xinclude-test-suite.py85 outputfile = None
103 outputfile = output
119 diff = os.popen("diff %s xinclude.res" % outputfile).read()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dcheck-xinclude-test-suite.py85 outputfile = None
103 outputfile = output
119 diff = os.popen("diff %s xinclude.res" % outputfile).read()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dmkg3states.c378 char* outputfile; local
404 outputfile = optind < argc ? argv[optind] : "g3states.h";
405 fd = fopen(outputfile, "w");
408 argv[0], outputfile);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniname/
H A Dgen-uninames.lisp22 (defun main (inputfile outputfile)
23 (declare (type string inputfile outputfile))
123 (with-open-file (ostream outputfile :direction :output
127 (format ostream " * ~A~%" (file-namestring outputfile))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/uniname/
H A Dgen-uninames.lisp22 (defun main (inputfile outputfile)
23 (declare (type string inputfile outputfile))
121 (with-open-file (ostream outputfile :direction :output
125 (format ostream " * ~A~%" (file-namestring outputfile))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_spoolss_jobs_conv.c66 { "output_file", PY_UNISTR, offsetof(DOC_INFO_1, outputfile) },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dsmbget.c34 static char *outputfile; variable
534 {"outputfile", 'o', POPT_ARG_STRING, &outputfile, 'o', "Write downloaded data to specified file" },
574 if((send_stdout || outputfile) && _recursive) {
579 if(outputfile && send_stdout) {
595 return smb_download_file(file, "", _recursive, _resume, outputfile);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_client/
H A Dcli_spoolss.c1568 char *outputfile, char *datatype,
1580 outputfile, datatype );
1566 rpccli_spoolss_startdocprinter(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, POLICY_HND *hnd, char *docname, char *outputfile, char *datatype, uint32 *jobid) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Drpc_spoolss.h723 UNISTR2 outputfile; member in struct:spool_doc_info_1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_spoolss.c97 if(!smb_io_unistr2("", &info_1->outputfile, info_1->p_outputfile, ps, depth))
7443 char *docname, char *outputfile,
7457 ctr->docinfo.doc_info_1.p_outputfile = outputfile ? 1 : 0;
7461 init_unistr2(&ctr->docinfo.doc_info_1.outputfile, outputfile, UNI_STR_TERMINATE);
7441 make_spoolss_q_startdocprinter(SPOOL_Q_STARTDOCPRINTER *q_u, POLICY_HND *handle, uint32 level, char *docname, char *outputfile, char *datatype) argument

Completed in 631 milliseconds