/freebsd/tools/test/stress2/misc/ |
H A D | all.exclude | 1 # List of tests not to run, unless the '-a' option is used with all.sh 4 backingstore.sh g_vfs_done():md6a[WRITE(offset=...)]error = 28 20111220 5 backingstore2.sh panic: 43 vncache entries remaining 20111220 6 backingstore3.sh g_vfs_done():md6a[WRITE(offset=...)]error = 28 20111230 7 dd.sh CAM stuck in vmwait 20200116 8 force13.sh https://people.freebsd.org/~pho/stress/log/log0376.txt 20221113 9 force14.sh Waiting for fix 20230319 10 force15.sh Waiting for fix 20230319 11 force4.sh https://people.freebsd.org/~pho/stress/log/log0082.txt 20210328 12 force7.sh https://people.freebsd.org/~pho/stress/log/log0266.txt 20220207 [all …]
|
/freebsd/crypto/openssh/regress/ |
H A D | README.regress | 10 based tests, which are driven by a driver script (test-exec.sh) which is 26 LTESTS: Whitespace separated list of tests (filenames without the .sh 51 If you need to manipulate the environment more you can invoke test-exec.sh 56 $ PATH=`pwd`/..:$PATH:. TEST_SHELL=/bin/sh sh test-exec.sh `pwd` \ 57 agent-timeout.sh 63 test-exec.sh: the main test driver. Sets environment, creates config files 67 connect.sh: simple connect 68 proxy-connect.sh: proxy connect 69 connect-privsep.sh: proxy connect with privsep 70 connect-uri.sh: uri connect [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_fp16.td | 20 def VNEGSH : SInst<"vneg", "11", "Sh">; 23 def SCALAR_FRECPSH : IInst<"vrecps", "111", "Sh">; 24 def FSQRTSH : SInst<"vsqrt", "11", "Sh">; 25 def SCALAR_FRSQRTSH : IInst<"vrsqrts", "111", "Sh">; 28 def SCALAR_FRECPEH : IInst<"vrecpe", "11", "Sh">; 31 def SCALAR_FRECPXH : IInst<"vrecpx", "11", "Sh">; 34 def SCALAR_FRSQRTEH : IInst<"vrsqrte", "11", "Sh">; 37 def FRINTZ_S64H : SInst<"vrnd", "11", "Sh">; 38 def FRINTA_S64H : SInst<"vrnda", "11", "Sh">; 39 def FRINTI_S64H : SInst<"vrndi", "11", "Sh">; [all …]
|
/freebsd/crypto/openssl/crypto/ |
H A D | mem_sec.c | 85 * These are the functions that must be implemented by a secure heap (sh). 283 * of "sh.minsize" units. The freelist and bitmaps are kept separately, 297 ((char*)(p) >= sh.arena && (char*)(p) < &sh.arena[sh.arena_size]) 299 ((char*)(p) >= (char*)sh.freelist && (char*)(p) < (char*)&sh.freelist[sh.freelist_size]) 320 } SH; typedef 322 static SH sh; variable 326 ossl_ssize_t list = sh.freelist_size - 1; in sh_getlist() 327 size_t bit = (sh.arena_size + ptr - sh.arena) / sh.minsize; in sh_getlist() 330 if (TESTBIT(sh.bittable, bit)) in sh_getlist() 343 OPENSSL_assert(list >= 0 && list < sh.freelist_size); in sh_testbit() [all …]
|
/freebsd/contrib/netbsd-tests/usr.bin/id/ |
H A D | t_id.sh | 1 # $NetBSD: t_id.sh,v 1.1 2012/03/17 16:33:14 jruoho Exp $ 29 cat >run_id.sh <<EOF 30 #! /bin/sh 34 chmod +x run_id.sh 45 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh 46 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh 100 47 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh test 50 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh 0 51 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh root 55 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/ |
H A D | Makefile.am | 3 %D%/zed-functions.sh \ 9 %D%/all-debug.sh \ 10 %D%/all-syslog.sh \ 11 %D%/data-notify.sh \ 12 %D%/deadman-slot_off.sh \ 13 %D%/generic-notify.sh \ 14 %D%/pool_import-led.sh \ 15 %D%/resilver_finish-notify.sh \ 16 %D%/resilver_finish-start-scrub.sh \ 17 %D%/scrub_finish-notify.sh \ [all …]
|
/freebsd/contrib/bsddialog/ |
H A D | README.md | 56 % sh ./examples_utility/calendar.sh 57 % sh ./examples_utility/checklist.sh 58 % sh ./examples_utility/datebox.sh 59 % sh ./examples_utility/form.sh 60 % sh ./examples_utility/gauge.sh [all...] |
/freebsd/contrib/bmake/unit-tests/ |
H A D | var-op-sunsh.mk | 3 # Tests for the :sh= variable assignment operator, which runs its right-hand 10 # The assignment operator is directly preceded by the ':sh'. 11 VAR:sh= echo colon-sh 12 .if ${VAR} != "colon-sh" 16 # It is also possible to have whitespace around the :sh assignment 18 VAR :sh = echo colon-sh-spaced 19 .if ${VAR} != "colon-sh-spaced" 23 # Until 2020-10-04, the ':sh' could even be followed by other characters. 38 # Until 2020-10-04, the last of them was interpreted as the ':sh' 49 # just looked for the previous ":sh", without taking any contextual [all …]
|
/freebsd/contrib/elftoolchain/libpe/ |
H A D | libpe_section.c | 99 PE_SecHdr *sh; in libpe_parse_section_headers() local 117 sh = &ps->ps_sh; in libpe_parse_section_headers() 123 memcpy(sh->sh_name, tmp, sizeof(sh->sh_name)); in libpe_parse_section_headers() 125 PE_READ32(hdr, sh->sh_virtsize); in libpe_parse_section_headers() 126 PE_READ32(hdr, sh->sh_addr); in libpe_parse_section_headers() 127 PE_READ32(hdr, sh->sh_rawsize); in libpe_parse_section_headers() 128 PE_READ32(hdr, sh->sh_rawptr); in libpe_parse_section_headers() 129 PE_READ32(hdr, sh->sh_relocptr); in libpe_parse_section_headers() 130 PE_READ32(hdr, sh->sh_lineptr); in libpe_parse_section_headers() 131 PE_READ16(hdr, sh->sh_nreloc); in libpe_parse_section_headers() [all …]
|
/freebsd/crypto/openssl/test/certs/ |
H A D | setup.sh | 4 ./mkcert.sh genroot "Root CA" root-key root-cert 6 ./mkcert.sh genss "Root CA" root-key root-nonca 7 ./mkcert.sh genroot "Root CA" root-key2 root-cert2 8 ./mkcert.sh genroot "Root Cert 2" root-key root-name2 9 DAYS=-1 ./mkcert.sh genroot "Root CA" root-key root-expired 11 ./mkcert.sh genroot "Cross Root" cross-key cross-root 12 ./mkcert.sh genca "Root CA" root-key root-cross-cert cross-key cross-root 43 ./mkcert.sh genroot "Root CA" root-key root-cert-md5 46 ./mkcert.sh genroot "Root CA" root-key-768 root-cert-768 49 ./mkcert.sh genroot "Root CA" root-key croot-cert clientAuth [all …]
|
/freebsd/libexec/atf/atf-sh/ |
H A D | Makefile | 31 .PATH: ${ATF}/atf-sh 34 PROG_CXX= atf-sh 35 SRCS= atf-sh.cpp 36 MAN= atf-sh.1 atf-sh.3 38 MLINKS+= atf-sh.3 atf-sh-api.3 41 atf-sh.3 atf_add_test_case.3 \ 42 atf-sh.3 atf_check.3 \ 43 atf-sh.3 atf_check_equal.3 \ 44 atf-sh.3 atf_config_get.3 \ 45 atf-sh.3 atf_config_has.3 \ [all …]
|
/freebsd/bin/sh/tests/expansion/ |
H A D | set-u1.0 | 2 ${SH} -uc 'unset foo; echo $foo' 2>/dev/null && exit 1 3 ${SH} -uc 'foo=; echo $foo' >/dev/null || exit 1 4 ${SH} -uc 'foo=1; echo $foo' >/dev/null || exit 1 6 ${SH} -uc 'unset foo; echo ${foo-}' >/dev/null || exit 1 7 ${SH} -uc 'unset foo; echo ${foo+}' >/dev/null || exit 1 8 ${SH} -uc 'unset foo; echo ${foo=}' >/dev/null || exit 1 10 ${SH} -uc 'unset foo; echo ${#foo}' 2>/dev/null && exit 1 11 ${SH} -uc 'foo=; echo ${#foo}' >/dev/null || exit 1 12 ${SH} -uc 'unset foo; echo ${foo#?}' 2>/dev/null && exit 1 13 ${SH} -uc 'foo=1; echo ${foo#?}' >/dev/null || exit 1 [all …]
|
/freebsd/contrib/bc/ |
H A D | Makefile.in | 184 INSTALL = $(SCRIPTSDIR)/exec-install.sh 185 SAFE_INSTALL = $(SCRIPTSDIR)/safe-install.sh 186 LINK = $(SCRIPTSDIR)/link.sh 187 MANPAGE = $(SCRIPTSDIR)/manpage.sh 189 LOCALE_INSTALL = $(SCRIPTSDIR)/locale_install.sh 190 LOCALE_UNINSTALL = $(SCRIPTSDIR)/locale_uninstall.sh 348 @export BC_TEST_OUTPUT_DIR="$(BUILDDIR)/tests"; sh $(TESTSDIR)/stdin.sh bc %%BC_TEST_EXEC%% 351 @export BC_TEST_OUTPUT_DIR="$(BUILDDIR)/tests"; sh $(TESTSDIR)/read.sh bc %%BC_TEST_EXEC%% 356 @export BC_TEST_OUTPUT_DIR="$(BUILDDIR)/tests"; sh $(TESTSDIR)/errors.sh bc %%BC_TEST_EXEC%% 359 …@export BC_TEST_OUTPUT_DIR="$(BUILDDIR)/tests"; sh $(TESTSDIR)/other.sh bc $(BC_ENABLE_EXTRA_MATH)… [all …]
|
/freebsd/contrib/kyua/integration/ |
H A D | Makefile.am.inc | 40 cat $(srcdir)/integration/utils.sh $(srcdir)/integration/$${name}.sh \ 43 cat $(srcdir)/integration/utils.sh $(srcdir)/integration/$${name}.sh \ 49 $(srcdir)/integration/utils.sh \ 52 EXTRA_DIST += integration/utils.sh 56 EXTRA_DIST += integration/cmd_about_test.sh 57 integration/cmd_about_test: $(srcdir)/integration/cmd_about_test.sh \ 65 EXTRA_DIST += integration/cmd_config_test.sh 66 integration/cmd_config_test: $(srcdir)/integration/cmd_config_test.sh \ 73 EXTRA_DIST += integration/cmd_db_exec_test.sh 74 integration/cmd_db_exec_test: $(srcdir)/integration/cmd_db_exec_test.sh \ [all …]
|
/freebsd/contrib/bc/tests/ |
H A D | all.sh | 1 #! /bin/sh 33 . "$testdir/../scripts/functions.sh" 158 sh "$testdir/test.sh" "$d" "$t" "$generate_tests" "$time_tests" "$exe" "$@" & 161 sh "$testdir/test.sh" "$d" "$t" "$generate_tests" "$time_tests" "$exe" "$@" 168 sh "$testdir/stdin.sh" "$d" "$exe" "$@" & 171 sh "$testdir/stdin.sh" " [all...] |
/freebsd/sys/contrib/libsodium/dist-build/ |
H A D | Makefile.am | 2 android-build.sh \ 3 android-arm.sh \ 4 android-armv7-a.sh \ 5 android-armv8-a.sh \ 6 android-mips32.sh \ 7 android-mips64.sh \ 8 android-x86.sh \ 9 android-x86_64.sh \ 10 emscripten.sh \ 11 ios.sh \ [all …]
|
/freebsd/share/misc/ |
H A D | mdoc.template | 10 .\" .Sh LIBRARY 14 .\" .Sh IMPLEMENTATION NOTES 16 .\" .Sh RETURN VALUES 18 .\" .Sh ENVIRONMENT 19 .\" .Sh FILES 22 .\" .Sh EXIT STATUS 23 .\" .Sh EXAMPLES 26 .\" .Sh DIAGNOSTICS 27 .\" .Sh COMPATIBILITY 29 .\" .Sh ERRORS [all …]
|
/freebsd/tools/regression/usr.bin/env/ |
H A D | regress-env.rgdata | 36 sb_args:/bin/sh 42 sb_args:-S /bin/sh 48 sb_args:-S TESTVAR=bb22bb /bin/sh 53 sb_args:-S\_TESTVAR=ab22ab\_/bin/sh 58 sb_args:-S\_TESTVAR="abc\_33\_abc"\_/bin/sh 63 # First we see that 'sh' can not be found in /usr/sbin, and then 67 sb_args:-S sh 71 stderr:[%-testpgm.basename-%]: sh: No such file or directory 74 sb_args:-S -P/bin sh 80 sb_args:-S -P/sbin:/usr/sbin sh [all …]
|
/freebsd/contrib/bc/manuals/ |
H A D | build.md | 6 To accomplish that, a POSIX-compatible, custom `configure.sh` script is used to 13 [ENVIRONMENT_VARIABLE=<value>...] ./configure.sh [build_options...] 22 ./configure.sh -h 23 ./configure.sh --help 26 ***WARNING***: even though `configure.sh` supports both option types, short and 30 the `configure.sh` script: 88 Out-of-source builds are done by calling `configure.sh` from the directory where 93 call `configure.sh` and `make` like so: 96 ../bc/configure.sh 100 ***WARNING***: The path to `configure.sh` from the build directory must not have [all …]
|
/freebsd/contrib/tcsh/ |
H A D | src.desc | 13 Shell functions (sh*.c). All these files are from csh. 14 sh.c: Initialization, command loop and script handling. 15 sh.char.c: Character classification tables. 16 sh.dir.c: Directory handling (cd, pushd, popd, dirs). Initialization 18 sh.dol.c: Input line processor. Dollar/History expansion. 19 sh.err.c: Error handling routines and table. 20 sh.exec.c: Command execution (searching and executing commands) 22 sh.exp.c: Expression evaluation. 23 sh.file.c: Old csh file completion. Not used in tcsh. 24 sh.func.c: Csh builtin functions. [all …]
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 15-test_dsaparam.t | 21 #!/bin/sh 27 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:1024 -pkeyopt qbi… 28 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:2048 -pkeyopt qbi… 29 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:2048 -pkeyopt qbi… 30 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:3072 -pkeyopt qbi… 32 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:1024 -pkeyopt qbi… 33 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:2048 -pkeyopt qbi… 34 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:2048 -pkeyopt qbi… 35 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:3072 -pkeyopt qbi… 37 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:1024 -pkeyopt qbi… [all …]
|
/freebsd/tools/test/netfibs/ |
H A D | README | 14 initiator.sh and reflector.sh 16 intiator.sh runs two local test cases, one which shows a documented 20 ICMP6, TCP or UDP packets with multiple FIBs. initiator.sh and 21 reflector.sh must run on two different nodes both having a network 30 env IFACE=ifname sh intiator.sh 31 env IFACE=ifname sh reflector.sh 34 output. A special value of 42 will enable sh(1) xtrace printing. 39 NOTE: at the time of writing reflector.sh can trigger kernel races 45 forwarding.sh 47 forwarding.sh tests FIBs in the forwarding path, making sure that [all …]
|
/freebsd/bin/csh/ |
H A D | Makefile | 30 SRCS= sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \ 31 sh.exp.c sh.file.c sh.func.c sh.glob.c sh.hist.c sh.init.c \ 32 sh.lex.c sh.misc.c sh.parse.c sh.print.c sh.proc.c sh.sem.c \ 33 sh.set.c sh.time.c sh.char.h sh.dir.h sh.proc.h sh.h 34 SRCS+= sh.decls.h glob.c glob.h mi.termios.c mi.wait.h mi.varargs.h 41 tc.sched.c tc.sig.c tc.sig.h tc.str.c sh.types.h tc.vers.c tc.wait.h \ 44 GENHDRS= ed.defns.h sh.err.h tc.const.h tc.defs.c 124 gethost: gethost.c sh.err.h sh.h ${BUILD_TOOLS_META} 148 sh.err.h: sh.err.c 156 tc.const.h: tc.const.c sh.char.h config.h config_f.h sh.types.h sh.err.h ${BUILD_TOOLS_META}
|
/freebsd/contrib/libxo/tests/xo/ |
H A D | Makefile.am | 15 xo_01.sh \ 16 xo_02.sh 22 ${addprefix saved/, ${TEST_CASES:.sh=.T.err}} \ 23 ${addprefix saved/, ${TEST_CASES:.sh=.T.out}} \ 24 ${addprefix saved/, ${TEST_CASES:.sh=.XP.err}} \ 25 ${addprefix saved/, ${TEST_CASES:.sh=.XP.out}} \ 26 ${addprefix saved/, ${TEST_CASES:.sh=.JP.err}} \ 27 ${addprefix saved/, ${TEST_CASES:.sh=.JP.out}} \ 28 ${addprefix saved/, ${TEST_CASES:.sh=.HP.err}} \ 29 ${addprefix saved/, ${TEST_CASES:.sh=.HP.out}} \ [all …]
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | include.am | 14 test/rpcgen_wrapper.sh \ 16 test/test.sh 60 test_runner_epoll: $(top_srcdir)/test/test.sh 61 $(top_srcdir)/test/test.sh -b EPOLL 62 test_runner_select: $(top_srcdir)/test/test.sh 63 $(top_srcdir)/test/test.sh -b SELECT 64 test_runner_kqueue: $(top_srcdir)/test/test.sh 65 $(top_srcdir)/test/test.sh -b KQUEUE 66 test_runner_evport: $(top_srcdir)/test/test.sh 67 $(top_srcdir)/test/test.sh -b EVPORT [all …]
|