| /src/tests/bin/sh/ |
| H A D | t_fsplit.sh | 45 check() function 56 (*) atf_fail "Internal test error, $# args to check, test ${TEST}";; 128 check 'for f in $x; do echo x${f}y; done' '' 143 check 'set -- ${x-a b c}; echo $#' 3 145 check 'set -- ${x-"a b" c}; echo $#' 2 146 check 'set -- ${x-a "b c"}; echo $#' 2 147 check 'set -- ${x-"a b c"}; echo $#' 1 149 check "set -- \${x-'a b' c}; echo \$#" 2 150 check "set -- \${x-a 'b c'}; echo \$#" 2 151 check "se [all...] |
| H A D | t_patterns.sh | 64 check() function 310 # First just check that "printf | wc -l" works properly... 311 check 'printf "%s\n" 1 2 3 | wc -l' '3' 0 #1 314 check 'printf "%s\n" ab* | wc -l' '31' 0 315 check 'printf "%s\n" x*y | wc -l' '525' 0 316 check 'printf "%s\n" * | wc -l' '5718' 0 317 check 'printf "%s\n" ? | wc -l' '26' 0 #5 318 check 'printf "%s\n" ?? | wc -l' '550' 0 319 check 'printf "%s\n" ??? | wc -l' '2297' 0 320 check 'print [all...] |
| H A D | t_here.sh | 41 check() function 131 check 'x=`cat <<EOF'$nl'text'${nl}EOF$nl'`; echo $x' 'text' 0 132 check 'x=`cat <<\EOF'$nl'text'${nl}EOF$nl'`; echo $x' 'text' 0 134 check "y=${y};"'x=`cat <<EOF'$nl'te${y}t'${nl}EOF$nl'`; echo $x' \ 136 check "y=${y};"'x=`cat <<\EOF'$nl'te${y}t'${nl}EOF$nl'`; echo $x' \ 138 check "y=${y};"'x=`cat <<"EOF"'$nl'te${y}t'${nl}EOF$nl'`; echo $x' \ 140 check "y=${y};"'x=`cat <<'"'EOF'"$nl'te${y}t'${nl}EOF$nl'`; echo $x' \ 143 # check that quotes in the here doc survive and cause no problems 144 check "cat <<EOF${nl}te'xt${nl}EOF$nl" "te'xt" 0 145 check "ca [all...] |
| H A D | t_expand.sh | 582 check() function 685 check 'set -- a b c; echo "$#: $1 $2 $3"' '3: a b c' 0 686 check 'set -- a b c d e f g h i j k l m; echo "$#: ${1}0 ${10} $10"' \ 688 check 'x="$0"; set -- a b; y="$0"; 691 check "${TEST_SH} -c 'echo 0=\$0 1=\$1 2=\$2' a b c" '0=a 1=b 2=c' 0 694 check "${TEST_SH} helper.sh a b c" '0=helper.sh 1=a 2=b' 0 696 check 'set -- a bb ccc dddd eeeee ffffff ggggggg hhhhhhhh \ 701 check 'set -- a b c; echo "$#: ${1-A} ${2-B} ${3-C} ${4-D} ${5-E}"' \ 703 check 'set -- a "" c "" e 706 check 'se [all...] |
| H A D | t_varquote.sh | 32 check() { function 47 check() { 59 check "$foo" '${a:-foo}' 62 check "$foo" "foo" 65 check "$foo" "'{}'" 68 check "$foo" "'{}'" 72 check "$foo" "''}" 88 check "$foo" "x}y}z}" 96 check "$foo" "'{}'"
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/ |
| H A D | check_analyze.sh | 29 check() { function 38 check $f rsp 1 39 check $f push 1 40 check $f pop 6 44 check $f rsp 1 45 check $f push 2 46 check $f pop 12 50 check $f rsp 0 51 check $f push 0 52 check [all...] |
| H A D | check_cmake.sh | 14 ninja check-sanitizer 15 ninja check-tsan 16 ninja check-asan 17 ninja check-msan 18 ninja check-lsan
|
| /src/usr.bin/make/unit-tests/ |
| H A D | meta-ignore.inc | 19 @echo > ${IGNORE}/check 20 @rm -f ${OBJ}/check-ignore 25 DESC.one= Initialize check-ignore.meta 26 DESC.two= Use .MAKE.META.${TEST} - check-ignore is up to date 27 DESC.three= Skip .MAKE.META.${TEST} - check-ignore is out of date 33 ${MAKE} -C ${.CURDIR} -f ${makefile} check-ignore parent=${.TARGET} 35 .if make(check-ignore) 56 # : < just reads from ${IGNORE}/check 59 check-ignore: .META .NOPATH 60 @: < ${IGNORE}/check > [all...] |
| H A D | varname-dot-make-meta-ignore_filter.exp | 1 Initialize check-ignore.meta 2 Building <tmpdir>/obj/check-ignore 4 Use .MAKE.META.IGNORE_FILTER - check-ignore is up to date 5 `check-ignore' is up to date. 7 Skip .MAKE.META.IGNORE_FILTER - check-ignore is out of date 8 <tmpdir>/obj/check-ignore.meta:<line>: file '<tmpdir>/ignore/check' is newer than the target... 9 Building <tmpdir>/obj/check-ignore
|
| H A D | varname-dot-make-meta-ignore_paths.exp | 1 Initialize check-ignore.meta 2 Building <tmpdir>/obj/check-ignore 4 Use .MAKE.META.IGNORE_PATHS - check-ignore is up to date 5 `check-ignore' is up to date. 7 Skip .MAKE.META.IGNORE_PATHS - check-ignore is out of date 8 <tmpdir>/obj/check-ignore.meta:<line>: file '<tmpdir>/ignore/check' is newer than the target... 9 Building <tmpdir>/obj/check-ignore
|
| H A D | varname-dot-make-meta-ignore_patterns.exp | 1 Initialize check-ignore.meta 2 Building <tmpdir>/obj/check-ignore 4 Use .MAKE.META.IGNORE_PATTERNS - check-ignore is up to date 5 `check-ignore' is up to date. 7 Skip .MAKE.META.IGNORE_PATTERNS - check-ignore is out of date 8 <tmpdir>/obj/check-ignore.meta:<line>: file '<tmpdir>/ignore/check' is newer than the target... 9 Building <tmpdir>/obj/check-ignore
|
| /src/libexec/httpd/testsuite/ |
| H A D | Makefile | 27 check: check-simple check-cgi check-bigfile target 29 check-simple: 34 check-cgi: 39 check-bigfile:
|
| /src/tests/usr.sbin/stdethers/ |
| H A D | t_stdethers.sh | 32 check() { function 62 check "/etc/ethers" 77 check "$(atf_get_srcdir)/d_valid.in"
|
| /src/tests/usr.sbin/stdhosts/ |
| H A D | t_stdhosts.sh | 32 check() { function 60 check "/etc/hosts" 74 check "$(atf_get_srcdir)/d_ipv6.in"
|
| /src/tests/kernel/ |
| H A D | t_magic_symlinks.sh | 57 check() { function 84 check "$(domainname)" "@domainname" 100 check "$(hostname)" "@hostname" 116 check "$(uname -m)" "@machine" 132 check "$(uname -p)" "@machine_arch" 148 check "$(uname -s)" "@ostype" 164 check "$(id -ru)" "@ruid" 180 check "$(id -u)" "@uid" 196 check "$(id -rg)" "@rgid" 212 check " [all...] |
| /src/lib/libc/time/ |
| H A D | tzcode2netbsd | 29 echo remember to check tzfile.h in ../../../include
|
| /src/tests/lib/libc/regex/ |
| H A D | test_regex.h | 38 char *check(char *, regmatch_t, char *);
|
| /src/common/lib/libc/string/ |
| H A D | strspn.c | 83 unsigned long check; local in function:strspn_x 126 check = m_0; 128 check = m_4; 130 check = m_8; 132 check = m_c; 134 if (!((check >> (ch & 0x3f)) & 1))
|
| /src/tests/lib/libc/sys/ |
| H A D | t_issetugid.c | 42 static bool check(int (*fuid)(uid_t), int (*fgid)(gid_t)); 45 check(int (*fuid)(uid_t), int (*fgid)(gid_t)) function in typeref:typename:bool 93 if (check(NULL, setegid) != true) 107 if (check(seteuid, NULL) != true) 121 if (check(NULL, setgid) != true) 135 if (check(setuid, NULL) != true)
|
| /src/bin/ed/test/ |
| H A D | Makefile | 7 all: check 10 check: build test target
|
| /src/games/backgammon/common_source/ |
| H A D | Makefile | 6 SRCS= allow.c board.c check.c fancy.c init.c odds.c \
|
| /src/sys/external/bsd/compiler_rt/dist/test/profile/ |
| H A D | CMakeLists.txt | 13 add_lit_testsuite(check-profile "Running the profile tests" 16 set_target_properties(check-profile PROPERTIES FOLDER "Profile tests")
|
| /src/usr.bin/colrm/ |
| H A D | colrm.c | 57 static void check(FILE *); 100 check(stdin); 119 check(stdout); 124 check(FILE *stream) function in typeref:typename:void
|
| /src/usr.sbin/sysinst/ |
| H A D | checkrc.c | 32 /* checkrc.c -- Create a script on the target to check the state of 45 static int check(const char *, int); 81 check(const char *varname, int filetocheck) function in typeref:typename:int 110 return check(varname, CHECK_CONF); 116 return check(varname, CHECK_DEFAULT);
|
| /src/games/hunt/huntd/ |
| H A D | draw.c | 138 check(pp, y - 1, x - 1); 139 check(pp, y - 1, x ); 140 check(pp, y - 1, x + 1); 141 check(pp, y , x - 1); 142 check(pp, y , x ); 143 check(pp, y , x + 1); 144 check(pp, y + 1, x - 1); 145 check(pp, y + 1, x ); 146 check(pp, y + 1, x + 1); 199 check(p 263 check(PLAYER *pp, int y, int x) function in typeref:typename:void [all...] |