Searched refs:check (Results 1 - 25 of 777) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_fsplit.sh45 check() function
51 (*) atf_fail "Internal test error, $# args to check test ${TEST}";;
93 check 'for f in $x; do echo x${f}y; done' ''
104 check 'set -- ${x-a b c}; echo $#' 3
106 check 'set -- ${x-"a b" c}; echo $#' 2
107 check 'set -- ${x-a "b c"}; echo $#' 2
108 check 'set -- ${x-"a b c"}; echo $#' 1
110 check "set -- \${x-'a b' c}; echo \$#" 2
111 check "set -- \${x-a 'b c'}; echo \$#" 2
112 check "se
[all...]
H A Dt_here.sh41 check() function
128 check 'x=`cat <<EOF'$nl'text'${nl}EOF$nl'`; echo $x' 'text' 0
129 check 'x=`cat <<\EOF'$nl'text'${nl}EOF$nl'`; echo $x' 'text' 0
131 check "y=${y};"'x=`cat <<EOF'$nl'te${y}t'${nl}EOF$nl'`; echo $x' \
133 check "y=${y};"'x=`cat <<\EOF'$nl'te${y}t'${nl}EOF$nl'`; echo $x' \
135 check "y=${y};"'x=`cat <<"EOF"'$nl'te${y}t'${nl}EOF$nl'`; echo $x' \
137 check "y=${y};"'x=`cat <<'"'EOF'"$nl'te${y}t'${nl}EOF$nl'`; echo $x' \
140 # check that quotes in the here doc survive and cause no problems
141 check "cat <<EOF${nl}te'xt${nl}EOF$nl" "te'xt" 0
142 check "ca
[all...]
H A Dt_varquote.sh32 check() { function
47 check() { function
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" "'{}'"
/freebsd-11-stable/usr.bin/bmake/tests/execution/plus/
H A DMakefile.test3 check-+:
6 do-check-+:
/freebsd-11-stable/usr.bin/bmake/tests/execution/ellipsis/
H A DMakefile.test5 check-ellipsis:
10 do-check-ellipsis: do-check-ellipsis-1 do-check-ellipsis-2
11 .ORDER: do-check-ellipsis-1 do-check-ellipsis-2
13 do-check-ellipsis-1:
18 do-check-ellipsis-2:
/freebsd-11-stable/tools/regression/iscsi/
H A Discsi-test.sh116 check() { function
138 check iscontrol -dt $TARGETIP > $TMPDIR/discovered
142 check cmp $TMPDIR/expected $TMPDIR/discovered
148 check iscsictl -Ad $TARGETIP
152 check cmp $TMPDIR/expected $TMPDIR/discovered
154 check iscsictl -Ra
166 check iscsiadm -m discovery -t sendtargets -p $TARGETIP > $TMPDIR/discovered
170 check cmp $TMPDIR/expected $TMPDIR/discovered
176 check iscsiadm add discovery-address $TARGETIP
177 check iscsiad
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/check/
H A Dcheck.c3 /// \file check.c
13 #include "check.h"
84 lzma_check_init(lzma_check_state *check, lzma_check type) argument
92 check->state.crc32 = 0;
98 check->state.crc64 = 0;
104 lzma_sha256_init(check);
117 lzma_check_update(lzma_check_state *check, lzma_check type, argument
123 check->state.crc32 = lzma_crc32(buf, size, check->state.crc32);
129 check
148 lzma_check_finish(lzma_check_state *check, lzma_check type) argument
[all...]
H A Dcheck.h3 /// \file check.h
4 /// \brief Internal API to different integrity check functions
77 /// \brief Structure to hold internal state of the check being calculated
80 /// change in future if new integrity check algorithms are added.
110 /// \brief Initialize *check depending on type
115 extern void lzma_check_init(lzma_check_state *check, lzma_check type);
117 /// Update the check state
118 extern void lzma_check_update(lzma_check_state *check, lzma_check type,
121 /// Finish the check calculation and store the result to check
141 lzma_sha256_init(lzma_check_state *check) argument
148 lzma_sha256_update(const uint8_t *buf, size_t size, lzma_check_state *check) argument
165 lzma_sha256_finish(lzma_check_state *check) argument
[all...]
/freebsd-11-stable/usr.bin/bmake/tests/execution/joberr/
H A DMakefile.test3 check-joberr:
8 do-check-joberr:
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Deasy_encoder.c17 lzma_easy_encoder(lzma_stream *strm, uint32_t preset, lzma_check check)
23 return lzma_stream_encoder(strm, opt_easy.filters, check);
H A Dstream_flags_common.c29 if ((unsigned int)(a->check) > LZMA_CHECK_ID_MAX
30 || (unsigned int)(b->check) > LZMA_CHECK_ID_MAX)
33 if (a->check != b->check)
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckerDocumentation.cpp36 class CheckerDocumentation : public Checker< check::PreStmt<ReturnStmt>,
37 check::PostStmt<DeclStmt>,
38 check::PreObjCMessage,
39 check::PostObjCMessage,
40 check::ObjCMessageNil,
41 check::PreCall,
42 check::PostCall,
43 check::BranchCondition,
44 check::NewAllocator,
45 check
[all...]
/freebsd-11-stable/libexec/atf/
H A DMakefile28 SUBDIR= atf-check atf-sh tests
/freebsd-11-stable/usr.bin/bmake/tests/execution/empty/
H A DMakefile.test5 check-empty:
10 do-check-empty:
/freebsd-11-stable/contrib/nvi/catalog/
H A DMakefile34 CHK= dutch.check english.check french.check german.check \
35 polish.check ru_RU.KOI8-R.check spanish.check swedish.check \
36 uk_UA.KOI8-U.check zh_CN.GB2312.check
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dwidechars.c101 int check = WideCharToMultiByte(CP_UTF8, local
109 TR(TRACE_BITS, ("\tcheck ->%d\n", check));
110 if (check > 0 && (size_t) check <= n) {
111 result = check;
125 int check; local
127 check = WideCharToMultiByte(CP_UTF8,
135 if (check > 0) {
141 check + 1,
/freebsd-11-stable/crypto/heimdal/include/
H A DMakefile.am8 CHECK_LOCAL = no-check-local
/freebsd-11-stable/usr.bin/bmake/tests/shell/replace/
H A DMakefile.test16 hasErrCtl=y check="check errors" ignore="ignore errors"
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/plugins/CheckerDependencyHandling/
H A DCheckerDependencyHandling.cpp10 struct Dependency : public Checker<check::BeginFunction> {
13 struct DependendentChecker : public Checker<check::BeginFunction> {
/freebsd-11-stable/sys/compat/linux/
H A Dcheck_internal_locks.d44 check["futex_mtx"] = 0;
48 /check[probefunc] > 0/
57 ++check[probefunc];
65 /check[probefunc] == 0/
78 --check[probefunc];
/freebsd-11-stable/contrib/ntp/libjsmn/
H A Djsmn_test.c15 #define check(cond) do { if (!(cond)) fail(); } while (0) macro
53 check(r >= 0);
54 check(t[0].type == JSMN_OBJECT);
55 check(t[0].start == 0 && t[0].end == 2);
60 check(r >= 0);
61 check(t[0].type == JSMN_ARRAY);
62 check(t[0].start == 0 && t[0].end == 2);
67 check(r >= 0);
68 check(t[0].type == JSMN_OBJECT && t[0].start == 0 && t[0].end == 8);
69 check(
[all...]
/freebsd-11-stable/usr.bin/lastcomm/tests/
H A Dlegacy_test.sh11 check() function
31 lastcomm -cesuS -f $DIR/v1-$ARCH-acct.in | check 1 $DIR/v1-$ARCH.out
32 lastcomm -cesuS -f - <$DIR/v1-$ARCH-acct.in | tail -r | check 2 $DIR/v1-$ARCH.out
33 lastcomm -cesuS -f $DIR/v2-$ARCH-acct.in | check 3 $DIR/v2-$ARCH.out
34 lastcomm -cesuS -f - <$DIR/v2-$ARCH-acct.in | tail -r | check 4 $DIR/v2-$ARCH.out
35 lastcomm -cesuS -f v1v2-$ARCH-acct.in | check 5 v1v2-$ARCH.out
36 lastcomm -cesuS -f - <v1v2-$ARCH-acct.in | tail -r | check 6 v1v2-$ARCH.out
/freebsd-11-stable/libexec/atf/atf-check/
H A DMakefile26 # $FreeBSD: stable/11/libexec/atf/atf-check/Makefile 360658 2020-05-05 12:59:04Z dim $
34 PROG_CXX= atf-check
35 SRCS= atf-check.cpp
36 MAN= atf-check.1
/freebsd-11-stable/contrib/gcclibs/libiberty/testsuite/
H A DMakefile.in46 check: @CHECK@
48 really-check: check-cplus-dem check-pexecute check-expandargv
51 check-cplus-dem: test-demangle $(srcdir)/demangle-expected
55 check-pexecute: test-pexecute
59 check-expandargv: test-expandargv
/freebsd-11-stable/contrib/byacc/test/
H A Derr_syntax20.y6 %type <check> expr

Completed in 239 milliseconds

1234567891011>>