Searched refs:OUTPUT (Results 1 - 21 of 21) sorted by relevance

/freebsd-10-stable/sys/tools/
H A Dacpi_quirks2h.awk32 OUTPUT="acpi_quirks.h"
41 printf("/*\n") > OUTPUT;
43 > OUTPUT;
44 printf(" *\n") > OUTPUT;
45 printf(" * Generated from:\n") > OUTPUT;
46 printf(" * %s\n", VERSION) > OUTPUT;
47 printf(" */\n\n") > OUTPUT;
59 printf("const struct acpi_q_rule %s[] = {\n", ENTRY_NAME) > OUTPUT;
82 TABLE, OEM_ID, OEM_TABLE_ID) > OUTPUT;
96 TABLE, CREATOR) > OUTPUT;
[all...]
/freebsd-10-stable/sbin/natd/
H A Dnatd.h17 #define OUTPUT 2 macro
H A Dnatd.c439 DoAliasing (mip->divertOut, OUTPUT);
686 direction = OUTPUT;
695 printf (direction == OUTPUT ? "Out " : "In ");
722 if (direction == OUTPUT) {
753 if (direction == OUTPUT &&
782 if (direction == OUTPUT &&
/freebsd-10-stable/sys/dev/cxgb/
H A Dbin2h.pl15 $success = open OUTPUT, ">$ARGV[1].h";
55 print OUTPUT "$license\n";
65 print OUTPUT "#define U (unsigned char)\n\n";
67 print OUTPUT "static unsigned int $ARGV[1]_length = $size;\n";
68 print OUTPUT "static unsigned char $ARGV[1]" . "[$size]" . " = {\n";
74 print OUTPUT $buf;
76 print OUTPUT "};\n";
/freebsd-10-stable/contrib/ntp/scripts/
H A Dplot_summary.in112 open OUTPUT, ">$out_file" or die "$out_file: $!";
145 print OUTPUT "$line\n";
150 close OUTPUT or die "close failed on $out_file: $!";
165 open OUTPUT, "> $cmd_file" or die "$cmd_file: $!";
166 my $oldfh = select OUTPUT;
237 close OUTPUT or die "close failed on $cmd_file: $!";
254 open OUTPUT, ">$out_file" or die "$out_file: $!";
276 print OUTPUT join(' ', @Fld) . "\n";
281 close OUTPUT or die "close failed on $out_file: $!";
283 open OUTPUT, ">
[all...]
H A Dsummary.in126 open OUTPUT, ">>$out_file" or die "can't open $out_file: $!";
127 print OUTPUT "$fname\n";
175 printf OUTPUT
185 close OUTPUT
195 open OUTPUT, ">>$out_file" or die "can't open $out_file: $!";
196 print OUTPUT "$fname\n";
254 print OUTPUT
256 print OUTPUT
278 print OUTPUT sort @lines;
279 close OUTPUT;
[all...]
/freebsd-10-stable/contrib/expat/tests/
H A Dxmltest.sh10 # found, then set the output directory with OUTPUT.
15 # is generated in the appropriate subdirectory under $OUTPUT.
31 # OUTPUT must terminate with the directory separator.
32 OUTPUT="$TS/out/"
33 # OUTPUT=/home/tmp/xml-testsuite-out/
56 $XMLWF -p -d "$OUTPUT$reldir" "$file" > outfile || return $?
60 diff -u "$OUTPUT$reldir$file" "out/$file" > outfile
62 cp outfile "$OUTPUT$reldir$file.diff"
100 mkdir -p "$OUTPUT$xmldir"
109 mkdir -p "$OUTPUT"oasi
[all...]
/freebsd-10-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
80 OUTPUT is one file PROG generates
81 DESIRED is the file we actually want instead of OUTPUT
85 Any number of OUTPUT,DESIRED pairs may be used.
/freebsd-10-stable/contrib/binutils/
H A Dylwrap46 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
51 OUTPUT is one file PROG generates
52 DESIRED is the file we actually want instead of OUTPUT
56 Any number of OUTPUT,DESIRED pairs may be used.
/freebsd-10-stable/contrib/openbsm/config/
H A Dylwrap43 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
48 OUTPUT is one file PROG generates
49 DESIRED is the file we actually want instead of OUTPUT
53 Any number of OUTPUT,DESIRED pairs may be used.
/freebsd-10-stable/usr.sbin/pkg_install/version/
H A Dperform.c260 #define OUTPUT(c) ((PreventChars != NULL && !strchr(PreventChars, (c))) || \ macro
287 if (source == NULL && OUTPUT('!')) {
292 } else if (OUTPUT('?')) {
299 if (OUTPUT('*')) {
324 if (cmp < 0 && OUTPUT('<')) {
333 } else if (cmp == 0 && OUTPUT('=')) {
342 } else if (cmp > 0 && OUTPUT('>')) {
/freebsd-10-stable/crypto/openssl/crypto/des/
H A DDES.xs46 OUTPUT:
56 OUTPUT:
175 OUTPUT:
236 OUTPUT:
249 OUTPUT:
/freebsd-10-stable/crypto/openssl/apps/
H A Dtsget187 open OUTPUT, ">", $output
189 print OUTPUT $ts_body;
190 close OUTPUT
/freebsd-10-stable/contrib/gcc/
H A Ddefaults.h39 /* Store in OUTPUT a string (made with alloca) containing an
56 # define ASM_FORMAT_PRIVATE_NAME(OUTPUT, NAME, LABELNO) \
58 char *const output_ = (OUTPUT) = \
/freebsd-10-stable/contrib/ntp/sntp/libevent/include/event2/
H A Drpc.h463 #define OUTPUT EVRPC_OUTPUT macro
486 * @param hook_type either INPUT or OUTPUT
500 * @param hook_type either INPUT or OUTPUT
/freebsd-10-stable/contrib/binutils/ld/
H A Dldgram.y143 %token LENGTH CREATE_OBJECT_SYMBOLS INPUT GROUP OUTPUT CONSTRUCTORS
325 | OUTPUT '(' filename ')'
H A Dldlex.l271 <BOTH,SCRIPT>"OUTPUT" { RTOKEN(OUTPUT);}
/freebsd-10-stable/contrib/libyaml/config/
H A Dltmain.sh1483 -o OUTPUT-FILE set the output file name to OUTPUT-FILE
1563 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
1569 -lNAME OUTPUT-FILE requires the installed library libNAME
1574 -o OUTPUT-FILE create OUTPUT-FILE from the specified objects
1596 If the OUTPUT-FILE ends in \`.la', then a libtool library is created,
1600 If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
1603 If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file
2205 relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT
[all...]
/freebsd-10-stable/contrib/gdb/
H A Dltmain.sh904 compile_command="$compile_command @OUTPUT@"
905 finalize_command="$finalize_command @OUTPUT@"
3819 compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
3886 link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
3906 relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
3918 link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
4778 relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
5309 -o OUTPUT-FILE set the output file name to OUTPUT-FILE
5383 -export-dynamic allow symbols from OUTPUT
[all...]
/freebsd-10-stable/contrib/ofed/libibcm/config/
H A Dltmain.sh1182 compile_command="$compile_command @OUTPUT@"
1183 finalize_command="$finalize_command @OUTPUT@"
4733 compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
4800 link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
4820 relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
4832 link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
6148 relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
6710 -o OUTPUT-FILE set the output file name to OUTPUT-FILE
6784 -export-dynamic allow symbols from OUTPUT
[all...]
/freebsd-10-stable/contrib/ofed/librdmacm/config/
H A Dltmain.sh1182 compile_command="$compile_command @OUTPUT@"
1183 finalize_command="$finalize_command @OUTPUT@"
4733 compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
4800 link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
4820 relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
4832 link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
6148 relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
6710 -o OUTPUT-FILE set the output file name to OUTPUT-FILE
6784 -export-dynamic allow symbols from OUTPUT
[all...]

Completed in 313 milliseconds