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

/freebsd-11-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-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dar_to_bc.sh4 echo "Usage: $0 INPUT... OUTPUT"
16 OUTPUT=
18 INPUTS="$INPUTS $OUTPUT"
19 OUTPUT=$(readlink -f $ARG)
23 echo Output: $OUTPUT
37 $LINK *.o -o $OUTPUT
/freebsd-11-stable/contrib/libxo/doc/
H A DMakefile.am42 OUTPUT = libxo-manual
47 ${OUTPUT}.html \
48 ${OUTPUT}.txt
50 doc docs: ${OUTPUT}.txt ${OUTPUT}.html
52 ${OUTPUT}.txt: ${INPUT}.txt ${OXTRADOC} xolint.txt
55 ${OUTPUT}.html: ${INPUT}.txt ${OXTRADOC} ${XML2HTMLBIN} xolint.txt
65 ${OUTPUT}.txt \
66 ${OUTPUT}.html
/freebsd-11-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-11-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-11-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-11-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.
25 # Note: OUTPUT must terminate with the directory separator.
26 OUTPUT="$PWD/tests/out/"
55 $XMLWF -p -N -d "$OUTPUT$reldir" "$file" > outfile || return $?
59 $DIFF "$OUTPUT$reldir$file" "out/$file" > outfile
61 cp outfile "$OUTPUT$reldir$file.diff"
99 mkdir -p "$OUTPUT$xmldir"
109 mkdir -p "$OUTPUT"oasis
/freebsd-11-stable/tools/tools/locale/tools/
H A Dunicode2src.pl27 my $OUTPUT = undef;
35 "output=s" => \$OUTPUT,
43 convert($INPUT, $OUTPUT);
/freebsd-11-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-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBFile.i70 SBError Read(uint8_t *buf, size_t num_bytes, size_t *OUTPUT);
73 SBError Write(const uint8_t *buf, size_t num_bytes, size_t *OUTPUT);
/freebsd-11-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-11-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-11-stable/cddl/usr.sbin/dwatch/
H A Ddwatch89 OUTPUT= # -o file
581 [ "$OUTPUT" ] &&
582 ARGV="$ARGV -o '$( shell_escape "$OUTPUT" )'"
762 o) OUTPUT="$OPTARG" ;;
998 [ "$OUTPUT" -a ! "$CONSOLE_FORCE" ] && CONSOLE=
1006 if [ "$CUSTOM_TEST$EXECNAME$JID$OUTPUT$TIMEOUT$TRACE$VERBOSE" -a \
1013 [ "$OUTPUT" ] && msg="$msg output: $OUTPUT"
1076 case "$OUTPUT" in
1078 *) output_path="$OUTPUT"
[all...]
/freebsd-11-stable/crypto/openssl/crypto/des/
H A DDES.xs46 OUTPUT:
56 OUTPUT:
175 OUTPUT:
236 OUTPUT:
249 OUTPUT:
/freebsd-11-stable/crypto/openssl/apps/
H A Dtsget187 open OUTPUT, ">", $output
189 print OUTPUT $ts_body;
190 close OUTPUT
/freebsd-11-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-11-stable/contrib/lua/src/
H A Dluac.c29 #define OUTPUT PROGNAME ".out" /* default output file */ macro
34 static char Output[]={ OUTPUT }; /* default output file name */
/freebsd-11-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-11-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-11-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...]

Completed in 333 milliseconds