/freebsd/crypto/openssl/crypto/ |
H A D | mem_sec.c | 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]) 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() 344 OPENSSL_assert(((ptr - sh.arena) & ((sh.arena_size >> list) - 1)) == 0); in sh_testbit() 345 bit = (ONE << list) + ((ptr - sh.arena) / (sh.arena_size >> list)); in sh_testbit() 346 OPENSSL_assert(bit > 0 && bit < sh.bittable_size); in sh_testbit() [all …]
|
/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 …]
|
H A D | all.exclude.pae | 3 # crossmp7.sh 4 # zfs.sh 5 # zfs2.sh 6 # zfs3.sh 7 # zfs4.sh 8 # zfs5.sh 9 # zfs6.sh 10 # zfs7.sh 11 # zfs8.sh
|
/freebsd/contrib/netbsd-tests/usr.bin/id/ |
H A D | t_id.sh | 29 cat >run_id.sh <<EOF 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 59 atf_check -s eq:1 -o empty -e file:experr ./run_id.sh nonexistent 61 atf_check -s eq:1 -o empty -e save:stderr ./run_id.sh root nonexistent [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/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/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/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/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/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/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/contrib/bmake/unit-tests/ |
H A D | cond-short.mk | 35 .if 0 && ${echo "unexpected and" 1>&2 :L:sh} 38 .if 1 && ${echo "expected and" 1>&2 :L:sh} 41 .if 0 && exists(nonexistent${echo "unexpected and exists" 1>&2 :L:sh}) 44 .if 1 && exists(nonexistent${echo "expected and exists" 1>&2 :L:sh}) 47 .if 0 && empty(${echo "unexpected and empty" 1>&2 :L:sh}) 50 .if 1 && empty(${echo "expected and empty" 1>&2 :L:sh}) 55 VAR= ${VAR${:U11${echo "unexpected VAR U11" 1>&2 :L:sh}}} 56 VAR13= ${VAR${:U12${echo "unexpected VAR13" 1>&2 :L:sh}}} 57 .if 0 && !empty(VAR${:U13${echo "unexpected U13 condition" 1>&2 :L:sh}}) 60 VAR= ${VAR${:U21${echo "unexpected VAR U21" 1>&2 :L:sh}}} [all …]
|
H A D | var-op-sunsh.mk | 11 VAR:sh= echo colon-sh 18 VAR :sh = echo colon-sh-spaced 57 VAR.${:Uecho 123:sh}= ok-123 91 VAR :sh :sh :sh :sh= echo multiple 104 VAR :sh(Put a comment here)= comment in parentheses 113 VAR :sh{Put}((((a}{comment}}}}{here}= comment in braces 124 VAR :sh += echo two 135 VAR :sh != echo echo echo echo spaces-around 144 VAR:sh != echo echo echo echo space-after 145 .if ${${:UVAR\:sh}} != "echo echo echo space-after" [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/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/tools/test/stress2/tools/ |
H A D | fail.sh | 33 out=/tmp/fail.sh.out 58 credleak.sh 20170321 Known lockd issue 59 db.sh 20170323 ls stalls for more than 90 secs 60 dev3.sh 20170323 pts memory leak 61 gnop5.sh 20170905 mount: Invalid sectorsize 16384 62 graid1_7.sh 20170430 FAIL Remove component gptid/02b9... 63 graid1_8.sh 20170512 Known: do not run fsck 64 mountu.sh 20170321 Known NFS problem 65 nfs13.sh 20170323 tmpfs using options triggers this 66 nfs15lockd.sh 20170330 unmount of /mnt failed: Device busy [all …]
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | Makefile.am | 3 %D%/commitcheck.sh \ 4 %D%/common.sh.in \ 8 %D%/make_gitrev.sh \ 9 %D%/man-dates.sh \ 10 %D%/mancheck.sh \ 11 %D%/paxcheck.sh \ 12 %D%/zfs-tests-color.sh 15 %D%/zfs-helpers.sh \ 16 %D%/zfs-tests.sh \ 17 %D%/zfs.sh \ [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/sbin/ipf/ipfsync/ |
H A D | ipsyncm.c | 62 synchdr_t *sh; local 127 n1, (int) sizeof(*sh)); 145 if (inbuf < sizeof(*sh)) { 149 sh = (synchdr_t *)buff; 150 len = ntohl(sh->sm_len); 151 magic = ntohl(sh->sm_magic); 161 printf("v:%d p:%d len:%d magic:%x", sh->sm_v, 162 sh->sm_p, len, magic); 164 if (sh->sm_cmd == SMC_CREATE) 166 else if (sh->sm_cmd == SMC_UPDATE) [all …]
|
H A D | ipsyncs.c | 62 synchdr_t *sh; local 145 n1, (int) sizeof(*sh)); 163 if (inbuf < sizeof(*sh)) { 167 sh = (synchdr_t *)buff; 168 len = ntohl(sh->sm_len); 169 magic = ntohl(sh->sm_magic); 179 printf("v:%d p:%d len:%d magic:%x", sh->sm_v, 180 sh->sm_p, len, magic); 182 if (sh->sm_cmd == SMC_CREATE) 184 else if (sh->sm_cmd == SMC_UPDATE) [all …]
|
H A D | ipfsyncd.c | 452 synchdr_t *sh; local 459 if (pklen < sizeof(*sh)) { 465 sh = (synchdr_t *)buff; 466 len = ntohl(sh->sm_len); 467 magic = ntohl(sh->sm_magic); 475 if (pklen < len + sizeof(*sh)) { 482 printsynchdr(sh); 483 printcommand(sh->sm_cmd); 484 printtable(sh->sm_table); 488 n2 = sizeof(*sh) + len; [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/elftoolchain/elfcopy/ |
H A D | pe.c | 47 GElf_Shdr sh; in create_pe() local 122 if (gelf_getshdr(scn, &sh) == NULL) { in create_pe() 127 if ((name = elf_strptr(e, indx, sh.sh_name)) == in create_pe() 147 poh.oh_textbase = (uint32_t) sh.sh_addr; in create_pe() 148 poh.oh_textsize = (uint32_t) roundup(sh.sh_size, in create_pe() 152 poh.oh_database = sh.sh_addr; in create_pe() 153 if (sh.sh_type == SHT_NOBITS) in create_pe() 155 roundup(sh.sh_size, poh.oh_filealign); in create_pe() 156 else if (sh.sh_flags & SHF_ALLOC) in create_pe() 158 roundup(sh.sh_size, poh.oh_filealign); in create_pe() [all …]
|
/freebsd/contrib/unifdef/ |
H A D | Makefile | 16 version.h: version.sh 17 version.sh:: 18 scripts/reversion.sh 21 scripts/runtests.sh tests 23 install: unifdef unifdefall.sh unifdef.1 27 install -m 755 unifdefall.sh ${bindest}/unifdefall 39 [ ! -d .git ] || rm -f Changelog version.sh 46 DISTEXTRA= version.h version.sh unifdef.txt Changelog 49 scripts/copycheck.sh 50 scripts/release.sh ${DISTEXTRA} [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...] |