Searched refs:OUT (Results 26 - 50 of 69) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/acos/include/
H A DacosTypes.h30 *** Caution: 1. If you would like to use vxWorks's general types and only ACOS "IN" "OUT"
87 #ifndef OUT
88 #define OUT macro
H A DacosNvramConfig.h268 extern int acosNvramConfig_read_decode(IN char *pcTagName, OUT char *pcValue,
276 extern int acosNvramConfig_read (IN char *pcTagName, OUT char *pcValue,
279 OUT int *pcValue,
282 OUT char *pcValue,
285 OUT char *pcValue,
325 OUT char *pTagValue,
328 OUT char *pValue,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dparallel.tcl104 load_queue ALL.OUT $dbdir $nitems
106 file rename ALL.OUT TEST.LIST
116 set files [glob -nocomplain ALL.OUT.*]
155 if { [file exists ALL.OUT.$i] == 1 } {
156 puts -nonewline "Checking output from ALL.OUT.$i ... "
157 if { [check_output ALL.OUT.$i] == 1 } {
168 puts "Complete logs found in ALL.OUT.x files"
174 file delete $builddir/ALL.OUT.$i
209 set o [open $builddir/ALL.OUT.$i a]
238 >>& $builddir/ALL.OUT
[all...]
H A Dtest.tcl37 # redirecting to ALL.OUT.
196 fileremove -f ALL.OUT
198 set o [open ALL.OUT a]
251 >>& ALL.OUT } res] {
252 set o [open ALL.OUT a]
266 # its output goes to ALL.OUT. run_recd will wrap each test
268 # to ALL.OUT); information that run_recd wishes to print
277 2>@ stderr >> ALL.OUT
279 set o [open ALL.OUT a]
294 >>& ALL.OUT } re
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/util/
H A Dmkdef.pl283 open(OUT, ">$ssl_num");
284 &rewrite_numbers(*OUT,"SSLEAY",*ssl_list,@ssl_symbols);
286 open(OUT, ">>$ssl_num");
288 &update_numbers(*OUT,"SSLEAY",*ssl_list,$max_ssl,@ssl_symbols);
289 close OUT;
296 open(OUT, ">$crypto_num");
297 &rewrite_numbers(*OUT,"LIBEAY",*crypto_list,@crypto_symbols);
299 open(OUT, ">>$crypto_num");
301 &update_numbers(*OUT,"LIBEAY",*crypto_list,$max_crypto,@crypto_symbols);
302 close OUT;
[all...]
H A Dadd_cr.pl26 open(OUT,">$file.out") || die "unable to open $file.$$:$!\n";
54 print OUT @out;
56 close(OUT);
114 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
H A Dmk1mf.pl79 TMP=tmpdir OUT=outdir SRC=srcdir BIN=binpath INC=header-outdir CC=C-compiler
207 $out_dir=(defined($VARS{'OUT'}))?$VARS{'OUT'}:$out_def.($debug?".dbg":"");
466 open(OUT,">crypto/buildinf.h") || die "Can't open buildinf.h";
467 print OUT $old_buildinf_h;
468 close(OUT);
471 open (OUT,">>crypto/buildinf.h") || die "Can't open buildinf.h";
472 printf OUT <<EOF;
478 printf OUT " #define DATE \"%s\"\n", scalar gmtime();
479 printf OUT "#endi
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmkdef.pl301 open(OUT, ">$ssl_num");
302 &rewrite_numbers(*OUT,"SSLEAY",*ssl_list,@ssl_symbols);
304 open(OUT, ">>$ssl_num");
306 &update_numbers(*OUT,"SSLEAY",*ssl_list,$max_ssl,@ssl_symbols);
307 close OUT;
314 open(OUT, ">$crypto_num");
315 &rewrite_numbers(*OUT,"LIBEAY",*crypto_list,@crypto_symbols);
317 open(OUT, ">>$crypto_num");
319 &update_numbers(*OUT,"LIBEAY",*crypto_list,$max_crypto,@crypto_symbols);
320 close OUT;
[all...]
H A Dadd_cr.pl26 open(OUT,">$file.out") || die "unable to open $file.$$:$!\n";
54 print OUT @out;
56 close(OUT);
114 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
H A Dmk1mf.pl89 TMP=tmpdir OUT=outdir SRC=srcdir BIN=binpath INC=header-outdir CC=C-compiler
190 $out_dir=(defined($VARS{'OUT'}))?$VARS{'OUT'}:$out_def.($debug?".dbg":"");
560 open(OUT,">crypto/buildinf.h") || die "Can't open buildinf.h";
561 print OUT $old_buildinf_h;
562 close(OUT);
565 open (OUT,">>crypto/buildinf.h") || die "Can't open buildinf.h";
566 printf OUT <<EOF;
572 printf OUT " #define DATE \"%s\"\n", scalar gmtime();
573 printf OUT "#endi
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/project/gpl/l7filter/
H A Dl7_filter_main.h38 #ifndef OUT
39 #define OUT macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/l7filter/
H A Dl7_filter_main.h38 #ifndef OUT
39 #define OUT macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/objects/
H A Dobjects.pl117 open (OUT,">$ARGV[2]") || die "Can't open output file $ARGV[2]";
118 print OUT <<'EOF';
174 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
193 print OUT "#define SN_",$Cname,"\t\t\"",$sn{$Cname},"\"\n" if $sn{$Cname} ne "";
194 print OUT "#define LN_",$Cname,"\t\t\"",$ln{$Cname},"\"\n" if $ln{$Cname} ne "";
195 print OUT "#define NID_",$Cname,"\t\t",$nid{$Cname},"\n" if $nid{$Cname} ne "";
196 print OUT "#define OBJ_",$Cname,"\t\t",$obj{$Cname},"\n" if $obj{$Cname} ne "";
197 print OUT "\n";
200 close OUT;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/objects/
H A Dobjects.pl117 open (OUT,">$ARGV[2]") || die "Can't open output file $ARGV[2]";
118 print OUT <<'EOF';
174 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
193 print OUT "#define SN_",$Cname,"\t\t\"",$sn{$Cname},"\"\n" if $sn{$Cname} ne "";
194 print OUT "#define LN_",$Cname,"\t\t\"",$ln{$Cname},"\"\n" if $ln{$Cname} ne "";
195 print OUT "#define NID_",$Cname,"\t\t",$nid{$Cname},"\n" if $nid{$Cname} ne "";
196 print OUT "#define OBJ_",$Cname,"\t\t",$obj{$Cname},"\n" if $obj{$Cname} ne "";
197 print OUT "\n";
200 close OUT;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr030/
H A Dchk.build25 ../../../dist/configure $1 > config.OUT 2>&1
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/perlasm/
H A Dx86asm.pl78 * OUT - a.out object files,
86 #if defined(OUT) || (defined(BSDI) && !defined(ELF))
90 #ifdef OUT
118 OUT - a.out systems - linux-a.out and FreeBSD
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86asm.pl81 * OUT - a.out object files,
89 #if defined(OUT) || (defined(BSDI) && !defined(ELF))
93 #ifdef OUT
121 OUT - a.out systems - linux-a.out and FreeBSD
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/arm/
H A Dcumana_1.c54 #define OUT(v,p) outb((v), (p)) macro
60 #define OUT(v,p) (*(p) = (v)) macro
116 OUT(*addr++, dma_io);
126 OUT(*addr++, dma_io);
208 #undef OUT macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/serio/
H A Dhil_mlc.c437 #define OUT(pack) \ macro
461 OUT(HIL_CTRL_ONLY) /* Disable APE */
467 OUT(HIL_DO_ALTER_CTRL | HIL_CTRL_TEST | TEST_PACKET(0x5))
470 OUT(HIL_DO_ALTER_CTRL | HIL_CTRL_TEST | TEST_PACKET(0xa))
473 OUT(HIL_CTRL_ONLY | 0) /* Disable test mode */
481 OUT(HIL_PKT_CMD | HIL_CMD_DHR)
485 OUT(HIL_PKT_CMD | HIL_CMD_IFC)
510 OUT(HIL_PKT_CMD | HIL_CMD_ACF | 1)
542 OUT(HIL_PKT_CMD | HIL_CMD_POL)
552 OUT(HIL_PKT_CM
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/cdrom/
H A Dsbpcd.c1191 if (fam0LV_drive) OUT(CDo_command,CMD0_STATUS);
1192 else if (fam1_drive) OUT(CDo_command,CMD1_STATUS);
1193 else if (fam2_drive) OUT(CDo_command,CMD2_STATUS);
1194 if (!fam0LV_drive) for (i=0;i<6;i++) OUT(CDo_command,0);
1266 OUT(CDo_sel_i_d,0);
1267 OUT(CDo_enable,current_drive->drv_sel);
1285 for (i=0;i<10;i++) OUT(CDo_command,drvcmd[i]);
1291 OUT(CDo_sel_i_d,1);
1303 OUT(CDo_sel_i_d,1);
1352 OUT(CDo_sel_i_
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts929 open OUT, ">$filename.tmp" || die "Cannot open $filename.tmp: $!\n";
945 print OUT ;
948 print OUT "$START\n";
952 print OUT "\t$key\n";
954 print OUT "\t$END\n";
958 print OUT ;
962 close OUT;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/win32/
H A DMakefile.msvc361 /IMPLIB:$(BINDIR)\$(XML_IMP) /OUT:$(BINDIR)\$(XML_SO) $(XML_OBJS) $(LIBS)
366 # /IMPLIB:$(BINDIR)\$(XML_IMP) /OUT:$(BINDIR)\$(XML_SO) $(XML_OBJS) $(LIBS)
370 $(AR) $(ARFLAGS) /OUT:$(BINDIR)\$(XML_A) $(XML_OBJS_A)
374 $(AR) $(ARFLAGS) /OUT:$(BINDIR)\$(XML_A_DLL) $(XML_OBJS_A_DLL)
384 $(LD) $(LDFLAGS) /OUT:$@ $(XML_A) $(LIBS) $(UTILS_INTDIR)\$(<B).obj
389 $(LD) $(LDFLAGS) /OUT:$@ $(XML_IMP) $(LIBS) $(UTILS_INTDIR)\$(<B).obj
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ia32/
H A Dnasm.h28 ; NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/brew/
H A Dbdbread.mak97 OUT = -c # Object file output only macro
156 CFLAGS0 = $(OUT) $(DYNAPP) $(CPU) $(APCS) $(CODE) $(CHK) $(DBG)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Dbn_prime.pl82 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF

Completed in 271 milliseconds

123