| /freebsd-12.1/sys/tools/ |
| H A D | acpi_quirks2h.awk | 34 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 D | Makefile.am | 42 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 D | bin2h.pl | 15 $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 D | plot_summary.in | 112 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 D | summary.in | 126 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 D | ar_to_bc.sh | 16 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 D | xmltest.sh | 32 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 D | xattr_008_pos.ksh | 78 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 D | dwatch | 89 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 D | ylwrap | 46 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 D | ylwrap | 43 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 D | ylwrap | 75 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 D | zfs_unallow_001_neg.ksh | 71 OUTPUT=$($ZFS allow $TESTPOOL/$TESTFS/allowed | $GREP "Local+Descendent" ) 72 if [ -z "$OUTPUT" ]
|
| H A D | zfs_allow_001_neg.ksh | 75 OUTPUT=$(run_unprivileged "$ZFS allow $TESTPOOL/$TESTFS" | $GREP "Local+Descendent" ) 76 if [ -n "$OUTPUT" ]
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | tsget.in | 192 open OUTPUT, ">", $output 194 print OUTPUT $ts_body; 195 close OUTPUT
|
| /freebsd-12.1/sbin/natd/ |
| H A D | natd.h | 17 #define OUTPUT 2 macro
|
| H A D | natd.c | 439 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 D | zpool_get_001_pos.ksh | 68 OUTPUT=$($ZPOOL get 2>&1 | $GREP -i usage)
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/cli_root/zpool_set/ |
| H A D | zpool_set_001_pos.ksh | 74 OUTPUT=$($ZPOOL set 2>&1 | $GREP -i usage)
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | defaults.h | 56 # define ASM_FORMAT_PRIVATE_NAME(OUTPUT, NAME, LABELNO) \ argument 58 char *const output_ = (OUTPUT) = \
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | luac.c | 29 #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 D | README.ipset.md | 23 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 D | rpc.h | 463 #define OUTPUT EVRPC_OUTPUT macro
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | rpc.h | 463 #define OUTPUT EVRPC_OUTPUT macro
|
| /freebsd-12.1/crypto/openssl/doc/man1/ |
| H A D | sess_id.pod | 81 =head1 OUTPUT chapter
|