| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | var-op-shell.mk | 7 OUTPUT!= echo "success"'ful' 8 .if ${OUTPUT} != "successful" 21 OUTPUT!= true 22 .if ${OUTPUT} != "" 32 .if ${OUTPUT} != "failed" 37 OUTPUT!= false 38 .if ${OUTPUT} != "" 59 OUTPUT!= kill $$$$ 60 .if ${OUTPUT} != "" 66 .if ${OUTPUT} != "" [all …]
|
| H A D | varname-makeflags.mk | 29 OUTPUT!= env MAKEFLAGS=ikrs ${MAKE} -f /dev/null -v .MAKEFLAGS 30 .if ${OUTPUT} != " -i -k -r -s -V .MAKEFLAGS" 38 OUTPUT!= env MAKEFLAGS=d0ikrs ${MAKE} -r -f /dev/null -v .MAKEFLAGS 39 .if ${OUTPUT} != " -r -V .MAKEFLAGS" 40 . error ${OUTPUT}
|
| /freebsd-13.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-13.1/contrib/libfido2/windows/ |
| H A D | build.ps1 | 94 New-Item -Type Directory ${OUTPUT} 187 -DCBOR_INCLUDE_DIRS="${OUTPUT}\include" ` in Build() 188 -DCBOR_LIBRARY_DIRS="${OUTPUT}\lib" ` in Build() 189 -DZLIB_INCLUDE_DIRS="${OUTPUT}\include" ` in Build() 190 -DZLIB_LIBRARY_DIRS="${OUTPUT}\lib" ` in Build() 192 -DCRYPTO_LIBRARY_DIRS="${OUTPUT}\lib" ` in Build() 204 Copy-Item "${OUTPUT}\64\dynamic\include" -Destination "${OUTPUT}\pkg" ` in Package-Headers() 263 Package-Dynamic ${OUTPUT}\64\dynamic ${OUTPUT}\pkg\Win64\Release\v142\dynamic 267 Package-Dynamic ${OUTPUT}\32\dynamic ${OUTPUT}\pkg\Win32\Release\v142\dynamic 271 Package-Static ${OUTPUT}\64\static ${OUTPUT}\pkg\Win64\Release\v142\static [all …]
|
| /freebsd-13.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-13.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-13.1/contrib/llvm-project/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-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_program/ |
| H A D | zfs_program_json.ksh | 114 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.1/contrib/expat/tests/ |
| H A D | xmltest.sh | 57 OUTPUT="$PWD/tests/out/" 86 $XMLWF -p -N -d "$OUTPUT$reldir" "$file" > outfile || return $? 90 $DIFF "$OUTPUT$reldir$file" "out/$file" > outfile 92 cp outfile "$OUTPUT$reldir$file.diff" 130 mkdir -p "$OUTPUT$xmldir" 140 mkdir -p "$OUTPUT"oasis
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/lua/ |
| H A D | lua-typemaps.swig | 27 %typemap(in, numinputs=0) TYPE *OUTPUT ($*ltype temp) 29 %typemap(argout) TYPE *OUTPUT 32 %typemap(argout) TYPE *INOUT = TYPE *OUTPUT; 33 %typemap(in) TYPE &OUTPUT = TYPE *OUTPUT; 34 %typemap(argout) TYPE &OUTPUT = TYPE *OUTPUT; 36 %typemap(argout) TYPE &INOUT = TYPE *OUTPUT;
|
| /freebsd-13.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-13.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-13.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-13.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-13.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-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
| H A D | zfs_unallow_001_neg.ksh | 57 OUTPUT=$(zfs allow $TESTPOOL/$TESTFS/allowed | grep "Local+Descendent" ) 58 if [ -z "$OUTPUT" ]
|
| H A D | zfs_allow_001_neg.ksh | 61 OUTPUT=$(zfs allow $TESTPOOL/$TESTFS | grep "Local+Descendent" ) 62 if [ -n "$OUTPUT" ]
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/ |
| H A D | xattr_008_pos.ksh | 71 OUTPUT=$(runat $TESTDIR/myfile.$$ ls ..) 72 if [ "$OUTPUT" != ".." ]
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBFile.i | 70 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.1/contrib/libfido2/man/ |
| H A D | CMakeLists.txt | 245 add_custom_command(OUTPUT ${f} 253 add_custom_command(OUTPUT ${f}.lint 262 add_custom_command(OUTPUT ${g}.html 271 add_custom_command(OUTPUT ${g}.partial 280 add_custom_command(OUTPUT ${f}.gz 291 add_custom_command(OUTPUT ${DST}.${EXT}
|
| /freebsd-13.1/contrib/nvi/ |
| H A D | CMakeLists.txt | 89 add_custom_command(OUTPUT cl/extern.h 93 add_custom_command(OUTPUT common/extern.h 97 add_custom_command(OUTPUT ex/extern.h 101 add_custom_command(OUTPUT vi/extern.h 105 add_custom_command(OUTPUT common/options_def.h 110 add_custom_command(OUTPUT ex/ex_def.h 114 add_custom_command(OUTPUT ex/version.h
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | tsget.in | 192 open OUTPUT, ">", $output 194 print OUTPUT $ts_body; 195 close OUTPUT
|
| /freebsd-13.1/sbin/natd/ |
| H A D | natd.h | 17 #define OUTPUT 2 macro
|