/src/tests/bin/sh/ |
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' '' 141 # Check that IFS is applied to text from ${x-...} unless it is inside 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 \$#" [all...] |
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 'printf "%s\n" ???? | wc -l' '1745' [all...] |
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 "cat <<\EOF${nl}te'xt${nl}EOF$nl" "te'xt" [all...] |
t_expand.sh | 50 "of the \$@ variable had been broken. Check for" \ 70 ' seems to have broken. Check for this bug.' 530 atf_set descr "Check iteration of \$@ in for loop when set to null;" \ 542 'Check iteration of "$@" in for loop when set to null;' 552 'Check expansion of null parameter as default for another null' 562 'Check expansion of missing parameter as default for another null' 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" [all...] |
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/ |
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 $f pop [all...] |
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/ |
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 > ${.TARGET [all...] |
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
|
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
|
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/ |
Makefile | 27 check: check-simple check-cgi check-bigfile target 29 check-simple: 34 check-cgi: 39 check-bigfile:
|
/src/tests/usr.sbin/stdethers/ |
t_stdethers.sh | 32 check() { function 62 check "/etc/ethers" 77 check "$(atf_get_srcdir)/d_valid.in"
|
/src/tests/usr.sbin/stdhosts/ |
t_stdhosts.sh | 32 check() { function 60 check "/etc/hosts" 74 check "$(atf_get_srcdir)/d_ipv6.in"
|
/src/tests/kernel/ |
t_magic_symlinks.sh | 57 check() { function 80 atf_set "descr" "Check that @domainname magic symlinks work" 84 check "$(domainname)" "@domainname" 96 atf_set "descr" "Check that @hostname magic symlinks work" 100 check "$(hostname)" "@hostname" 112 atf_set "descr" "Check that @machine magic symlinks work" 116 check "$(uname -m)" "@machine" 128 atf_set "descr" "Check that @machine_arch magic symlinks work" 132 check "$(uname -p)" "@machine_arch" 144 atf_set "descr" "Check that @ostype magic symlinks work [all...] |
/src/lib/libc/time/ |
tzcode2netbsd | 29 echo remember to check tzfile.h in ../../../include
|
/src/tests/lib/libc/regex/ |
test_regex.h | 38 char *check(char *, regmatch_t, char *);
|
/src/tests/lib/libc/sys/ |
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/common/lib/libc/string/ |
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/bin/ed/test/ |
Makefile | 7 all: check 10 check: build test target
|
/src/games/backgammon/common_source/ |
Makefile | 6 SRCS= allow.c board.c check.c fancy.c init.c odds.c \
|
/src/sys/external/bsd/compiler_rt/dist/test/profile/ |
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/ |
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/ |
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/ |
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(pp, y, --x) 263 check(PLAYER *pp, int y, int x) function in typeref:typename:void [all...] |