/freebsd/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 OUTPUT!= echo "failed"; (exit 13) 33 .if ${OUTPUT} != "failed" 39 OUTPUT!= exit 13 40 .if ${OUTPUT} != "" 46 OUTPUT!= echo "line 1"; echo "line 2" 47 .if ${OUTPUT} != "line 1 line 2" [all …]
|
H A D | opt-jobs.mk | 20 OUTPUT!= ${MAKE} -r -f /dev/null -j ${arg} -v .MAKE.JOBS 2>&1 || echo "(exit $$?)" 21 . if ${OUTPUT:[2..-1]} != ${EXPECT.${arg}} 22 . warning ${arg}:${.newline} have: ${OUTPUT:[2..-1]}${.newline} want: ${EXPECT.${arg}} 44 OUTPUT!= ${MAKE} -r -f /dev/null -j ${arg} -v .MAKE.JOBS 2>&1 || echo "(exit $$?)" 45 . if ${OUTPUT:C,^[0-9]+$,numeric,W} == numeric 46 OUTPUT= <integer> 48 . if ${OUTPUT:[2..-1]} != ${EXPECT.${arg}} 49 . warning ${arg}:${.newline} have: ${OUTPUT:[2..-1]}${.newline} want: ${EXPECT.${arg}}
|
H A D | varname-makeflags.mk | 30 OUTPUT!= env MAKEFLAGS=ikrs ${MAKE} -f /dev/null -v .MAKEFLAGS 31 . if ${OUTPUT} != " -i -k -r -s -V .MAKEFLAGS" 39 OUTPUT!= env MAKEFLAGS=d0ikrs ${MAKE} -r -f /dev/null -v .MAKEFLAGS 40 . if ${OUTPUT} != " -r -V .MAKEFLAGS" 41 . error ${OUTPUT}
|
/freebsd/crypto/openssl/VMS/ |
H A D | msg_staging.com | 19 $ WRITE SYS$OUTPUT "Staging installation complete" 20 $ WRITE SYS$OUTPUT "" 21 $ WRITE SYS$OUTPUT "Finish or package in such a way that the contents of the following direct… 22 $ WRITE SYS$OUTPUT "trees end up being copied:" 23 $ WRITE SYS$OUTPUT "" 24 $ WRITE SYS$OUTPUT "- from ", staging_instdir 25 $ WRITE SYS$OUTPUT " to ", final_instdir 26 $ WRITE SYS$OUTPUT "- from ", staging_datadir 27 $ WRITE SYS$OUTPUT " to ", final_datadir 28 $ WRITE SYS$OUTPUT "" [all …]
|
H A D | msg_install.com | 10 $ WRITE SYS$OUTPUT "Installation complete" 11 $ WRITE SYS$OUTPUT "" 12 $ WRITE SYS$OUTPUT "The following commands need to be executed to enable you to use OpenSSL:" 13 $ WRITE SYS$OUTPUT "" 14 $ WRITE SYS$OUTPUT "- to set up OpenSSL logical names:" 15 $ WRITE SYS$OUTPUT " @''systartup'openssl_startup''osslver'" 16 $ WRITE SYS$OUTPUT "" 17 $ WRITE SYS$OUTPUT "- to define the OpenSSL command" 18 $ WRITE SYS$OUTPUT " @''systartup'openssl_utils''osslver'" 19 $ WRITE SYS$OUTPUT ""
|
/freebsd/sys/tools/ |
H A D | acpi_quirks2h.awk | 33 OUTPUT="acpi_quirks.h" 42 printf("/*\n") > OUTPUT; 44 > OUTPUT; 45 printf(" *\n") > OUTPUT; 46 printf(" * Generated from:\n") > OUTPUT; 47 printf(" * %s\n", VERSION) > OUTPUT; 48 printf(" */\n\n") > OUTPUT; 60 printf("const struct acpi_q_rule %s[] = {\n", ENTRY_NAME) > OUTPUT; 83 TABLE, OEM_ID, OEM_TABLE_ID) > OUTPUT; 97 TABLE, CREATOR) > OUTPUT; [all …]
|
/freebsd/contrib/libfido2/windows/ |
H A D | release.ps1 | 24 "${OUTPUT}/pkg/${InstallPrefix}/${Config}/v${SDK}/${Type}" 29 Copy-Item "${OUTPUT}\x64\dynamic\include" -Destination "${OUTPUT}\pkg" ` in Package-Headers() 87 Package-Dynamic "${OUTPUT}\${Arch}\dynamic" ` 88 "${OUTPUT}\pkg\${InstallPrefix}\${Config}\v${SDK}\dynamic" 90 "${OUTPUT}\pkg\${InstallPrefix}\${Config}\v${SDK}\dynamic" 92 "${OUTPUT}\pkg\${InstallPrefix}\${Config}\v${SDK}\dynamic" 93 Package-Static "${OUTPUT}\${Arch}\static" ` 94 "${OUTPUT}\pkg\${InstallPrefix}\${Config}\v${SDK}\static" 96 "${OUTPUT}\pkg\${InstallPrefix}\${Config}\v${SDK}\static"
|
/freebsd/contrib/dialog/ |
H A D | run_test.sh | 39 OUTPUT=output.rc 49 DIALOGRC="$rcfile" $DIALOG --create-rc $OUTPUT 50 sed -e '/^#/d' "$OUTPUT" >"$INPUTS" 51 mv -f $INPUTS $OUTPUT 53 diff -u $INPUTS $OUTPUT | \ 55 -e "s,$OUTPUT,$rcfile-test," 58 rm -f $INPUTS $OUTPUT
|
/freebsd/sys/dev/cxgb/ |
H A D | bin2h.pl | 13 $success = open OUTPUT, ">$ARGV[1].h"; 52 print OUTPUT "$license\n"; 62 print OUTPUT "#define U (unsigned char)\n\n"; 64 print OUTPUT "static unsigned int $ARGV[1]_length = $size;\n"; 65 print OUTPUT "static unsigned char $ARGV[1]" . "[$size]" . " = {\n"; 71 print OUTPUT $buf; 73 print OUTPUT "};\n";
|
/freebsd/contrib/bsddialog/ |
H A D | Makefile | 6 OUTPUT = bsddialog macro 25 all : ${OUTPUT} 27 ${OUTPUT}: ${LIBBSDDIALOG} 29 ${LN} ${UTILITYPATH}/${OUTPUT} ${.CURDIR}/${OUTPUT} 37 ${RM} ${OUTPUT} *.core
|
/freebsd/contrib/ntp/scripts/ |
H A D | plot_summary.in | 113 open OUTPUT, ">$out_file" or die "$out_file: $!"; 146 print OUTPUT "$line\n"; 151 close OUTPUT or die "close failed on $out_file: $!"; 166 open OUTPUT, "> $cmd_file" or die "$cmd_file: $!"; 167 my $oldfh = select OUTPUT; 238 close OUTPUT or die "close failed on $cmd_file: $!"; 255 open OUTPUT, ">$out_file" or die "$out_file: $!"; 277 print OUTPUT join(' ', @Fld) . "\n"; 282 close OUTPUT or die "close failed on $out_file: $!"; 284 open OUTPUT, "> [all...] |
H A D | summary.in | 127 open OUTPUT, ">>$out_file" or die "can't open $out_file: $!"; 128 print OUTPUT "$fname\n"; 176 printf OUTPUT 186 close OUTPUT 196 open OUTPUT, ">>$out_file" or die "can't open $out_file: $!"; 197 print OUTPUT "$fname\n"; 255 print OUTPUT 257 print OUTPUT 279 print OUTPUT sort @lines; 280 close OUTPUT; [all...] |
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_skip_check_output_test.py | 43 OUTPUT = gtest_test_utils.Subprocess([EXE_PATH]).output variable 50 self.assertIn('Skipped\nskipping single test\n', OUTPUT) 53 re.search(skip_fixture + '.*' + skip_fixture, OUTPUT, flags=re.DOTALL), 54 repr(OUTPUT), 56 self.assertNotIn('FAILED', OUTPUT)
|
H A D | gtest_skip_environment_check_output_test.py | 43 OUTPUT = gtest_test_utils.Subprocess([EXE_PATH]).output variable 50 self.assertIn('Skipping the entire environment', OUTPUT) 51 self.assertNotIn('FAILED', OUTPUT)
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_program/ |
H A D | zfs_program_json.ksh | 100 OUTPUT=$(zfs program -j $TESTPOOL $TESTZCP $TESTDS $cmd 2>&1 | 102 if [ "$OUTPUT" != "${pos_cmds_out[$cnt]}" ]; then 103 log_note "Got :$OUTPUT" 127 OUTPUT=$(zfs program -j $cmd $TESTPOOL $TESTZCP $TESTDS 2>&1) 128 if [ "$OUTPUT" != "${neg_cmds_out[$cnt]}" ]; then 129 log_note "Got :$OUTPUT"
|
/freebsd/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/contrib/bsddialog/utility/ |
H A D | GNUmakefile | 6 OUTPUT = bsddialog macro 23 all : $(OUTPUT) 25 $(OUTPUT): $(OBJECTS) 33 $(RM) $(OUTPUT) *.o *~
|
H A D | Makefile | 6 OUTPUT = bsddialog macro 24 all : ${OUTPUT} 26 ${OUTPUT}: ${OBJECTS} 33 ${RM} ${OUTPUT} *.o *~ *.core *.gz
|
/freebsd/tests/sys/cddl/zfs/tests/xattr/ |
H A D | xattr_008_pos.ksh | 73 OUTPUT=$($RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS .) 74 if [ "$OUTPUT" != "passwd" ] 98 OUTPUT=$($RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS ..) 99 if [ "$OUTPUT" != ".." ]
|
/freebsd/cddl/usr.sbin/dwatch/ |
H A D | dwatch | 88 OUTPUT= # -o file 580 [ "$OUTPUT" ] && 761 o) OUTPUT="$OPTARG" ;; 997 [ "$OUTPUT" -a ! "$CONSOLE_FORCE" ] && CONSOLE= 1005 if [ "$CUSTOM_TEST$EXECNAME$JID$OUTPUT$TIMEOUT$TRACE$VERBOSE" -a \ 1012 [ "$OUTPUT" ] && msg="$msg output: $OUTPUT" 1075 case "$OUTPUT" in 1077 *) output_path="$OUTPUT" 1084 ${OUTPUT:+-o "$output_path"} \ 1128 -v output="$OUTPUT" \
|
/freebsd/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/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/tests/sys/cddl/zfs/tests/cli_user/misc/ |
H A D | zfs_unallow_001_neg.ksh | 66 OUTPUT=$($ZFS allow $TESTPOOL/$TESTFS/allowed | $GREP "Local+Descendent" ) 67 if [ -z "$OUTPUT" ]
|
H A D | zfs_allow_001_neg.ksh | 70 OUTPUT=$(run_unprivileged "$ZFS allow $TESTPOOL/$TESTFS" | $GREP "Local+Descendent" ) 71 if [ -n "$OUTPUT" ]
|
/freebsd/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;
|