Home
last modified time | relevance | path

Searched refs:OUTPUT (Results 1 – 25 of 77) sorted by relevance

1234

/freebsd-12.1/sys/tools/
H A Dacpi_quirks2h.awk34 OUTPUT="acpi_quirks.h"
43 printf("/*\n") > OUTPUT;
45 > OUTPUT;
46 printf(" *\n") > OUTPUT;
48 printf(" * %s\n", VERSION) > OUTPUT;
49 printf(" */\n\n") > OUTPUT;
98 TABLE, CREATOR) > OUTPUT;
151 > OUTPUT;
156 > OUTPUT;
160 printf("\t{ NULL, 0 }\n") > OUTPUT;
[all …]
/freebsd-12.1/contrib/libxo/doc/
H A DMakefile.am42 OUTPUT = libxo-manual macro
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-12.1/sys/dev/cxgb/
H A Dbin2h.pl15 $success = open OUTPUT, ">$ARGV[1].h";
57 print OUTPUT "$license\n";
67 print OUTPUT "#define U (unsigned char)\n\n";
69 print OUTPUT "static unsigned int $ARGV[1]_length = $size;\n";
70 print OUTPUT "static unsigned char $ARGV[1]" . "[$size]" . " = {\n";
76 print OUTPUT $buf;
78 print OUTPUT "};\n";
/freebsd-12.1/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, "> $cmd_file" or die "$cmd_file: $!";
[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
196 print OUTPUT "$fname\n";
254 print OUTPUT
256 print OUTPUT
278 print OUTPUT sort @lines;
279 close OUTPUT;
288 print OUTPUT "$fname\n";
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dar_to_bc.sh16 OUTPUT=
18 INPUTS="$INPUTS $OUTPUT"
19 OUTPUT=$(readlink -f $ARG)
23 echo Output: $OUTPUT
37 $LINK *.o -o $OUTPUT
/freebsd-12.1/contrib/expat/tests/
H A Dxmltest.sh32 OUTPUT="$TS/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"oasis
/freebsd-12.1/tests/sys/cddl/zfs/tests/xattr/
H A Dxattr_008_pos.ksh78 OUTPUT=$($RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS .)
79 if [ "$OUTPUT" != "passwd" ]
103 OUTPUT=$($RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS ..)
104 if [ "$OUTPUT" != ".." ]
/freebsd-12.1/cddl/usr.sbin/dwatch/
H A Ddwatch89 OUTPUT= # -o file
581 [ "$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"
1085 ${OUTPUT:+-o "$output_path"} \
1129 -v output="$OUTPUT" \
/freebsd-12.1/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-12.1/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-12.1/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-12.1/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dzfs_unallow_001_neg.ksh71 OUTPUT=$($ZFS allow $TESTPOOL/$TESTFS/allowed | $GREP "Local+Descendent" )
72 if [ -z "$OUTPUT" ]
H A Dzfs_allow_001_neg.ksh75 OUTPUT=$(run_unprivileged "$ZFS allow $TESTPOOL/$TESTFS" | $GREP "Local+Descendent" )
76 if [ -n "$OUTPUT" ]
/freebsd-12.1/crypto/openssl/apps/
H A Dtsget.in192 open OUTPUT, ">", $output
194 print OUTPUT $ts_body;
195 close OUTPUT
/freebsd-12.1/sbin/natd/
H A Dnatd.h17 #define OUTPUT 2 macro
H A Dnatd.c439 DoAliasing (mip->divertOut, OUTPUT); in main()
686 direction = OUTPUT; in DoAliasing()
695 printf (direction == OUTPUT ? "Out " : "In "); in DoAliasing()
722 if (direction == OUTPUT) { in DoAliasing()
753 if (direction == OUTPUT && in DoAliasing()
782 if (direction == OUTPUT && in DoAliasing()
/freebsd-12.1/tests/sys/cddl/zfs/tests/cli_root/zpool_get/
H A Dzpool_get_001_pos.ksh68 OUTPUT=$($ZPOOL get 2>&1 | $GREP -i usage)
/freebsd-12.1/tests/sys/cddl/zfs/tests/cli_root/zpool_set/
H A Dzpool_set_001_pos.ksh74 OUTPUT=$($ZPOOL set 2>&1 | $GREP -i usage)
/freebsd-12.1/contrib/gcc/
H A Ddefaults.h56 # define ASM_FORMAT_PRIVATE_NAME(OUTPUT, NAME, LABELNO) \ argument
58 char *const output_ = (OUTPUT) = \
/freebsd-12.1/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-12.1/contrib/unbound/doc/
H A DREADME.ipset.md23 iptables -A OUTPUT -p tcp -m set --match-set gfwlist dst -j REDIRECT --to-ports 10800
/freebsd-12.1/contrib/libevent/include/event2/
H A Drpc.h463 #define OUTPUT EVRPC_OUTPUT macro
/freebsd-12.1/contrib/ntp/sntp/libevent/include/event2/
H A Drpc.h463 #define OUTPUT EVRPC_OUTPUT macro
/freebsd-12.1/crypto/openssl/doc/man1/
H A Dsess_id.pod81 =head1 OUTPUT chapter

1234