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

12

/freebsd-13-stable/sys/tools/
H A Dacpi_quirks2h.awk34 OUTPUT="acpi_quirks.h"
43 printf("/*\n") > OUTPUT;
45 > OUTPUT;
46 printf(" *\n") > OUTPUT;
47 printf(" * Generated from:\n") > OUTPUT;
48 printf(" * %s\n", VERSION) > OUTPUT;
49 printf(" */\n\n") > OUTPUT;
61 printf("const struct acpi_q_rule %s[] = {\n", ENTRY_NAME) > OUTPUT;
84 TABLE, OEM_ID, OEM_TABLE_ID) > OUTPUT;
98 TABLE, CREATOR) > OUTPUT;
[all...]
/freebsd-13-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-13-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-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dzfs_unallow_001_neg.ksh57 OUTPUT=$(zfs allow $TESTPOOL/$TESTFS/allowed | grep "Local+Descendent" )
58 if [ -z "$OUTPUT" ]
H A Dzfs_allow_001_neg.ksh61 OUTPUT=$(zfs allow $TESTPOOL/$TESTFS | grep "Local+Descendent" )
62 if [ -n "$OUTPUT" ]
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dzfs_allow_001_neg.ksh75 OUTPUT=$(run_unprivileged "$ZFS allow $TESTPOOL/$TESTFS" | $GREP "Local+Descendent" )
76 if [ -n "$OUTPUT" ]
H A Dzfs_unallow_001_neg.ksh71 OUTPUT=$($ZFS allow $TESTPOOL/$TESTFS/allowed | $GREP "Local+Descendent" )
72 if [ -z "$OUTPUT" ]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/
H A Dzpool_set_001_pos.ksh54 OUTPUT=$(zpool set 2>&1 | grep -i usage)
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_program/
H A Dzfs_program_json.ksh114 OUTPUT=$(zfs program -j $TESTPOOL $TESTZCP $TESTDS $cmd 2>&1 |
116 if [ "$OUTPUT" != "${pos_cmds_out[$cnt]}" ]; then
117 log_note "Got :$OUTPUT"
139 OUTPUT=$(zfs program -j $cmd $TESTPOOL $TESTZCP $TESTDS 2>&1)
140 if [ "$OUTPUT" != "${neg_cmds_out[$cnt]}" ]; then
141 log_note "Got :$OUTPUT"
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get_001_pos.ksh54 OUTPUT=$(zpool get 2>&1 | grep -i usage)
/freebsd-13-stable/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-13-stable/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-13-stable/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-13-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-13-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-13-stable/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-13-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-13-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-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/
H A Dxattr_008_pos.ksh71 OUTPUT=$(runat $TESTDIR/myfile.$$ ls ..)
72 if [ "$OUTPUT" != ".." ]
/freebsd-13-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-13-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-13-stable/crypto/openssl/apps/
H A Dtsget.in192 open OUTPUT, ">", $output
194 print OUTPUT $ts_body;
195 close OUTPUT
/freebsd-13-stable/contrib/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

Completed in 369 milliseconds

12