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

1234567891011>>

/freebsd-10-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-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp25 void Checker<check::_VoidCheck, check::_VoidCheck, check::_VoidCheck,
26 check::_VoidCheck, check::_VoidCheck, check::_VoidCheck,
27 check::_VoidCheck, check::_VoidCheck, check::_VoidCheck,
28 check
[all...]
/freebsd-10-stable/contrib/ntp/sntp/
H A Dcheck-libopts.mf0 ## check-libopts.mf - automake fragment
7 BUILT_SOURCES += check-libopts
8 CLEANFILES += check-libopts
10 check-libopts: libopts/libopts.la
/freebsd-10-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-10-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...]
H A Dsha256.c24 #include "check.h"
119 process(lzma_check_state *check) argument
121 transform(check->state.sha256.state, check->buffer.u32);
127 lzma_sha256_init(lzma_check_state *check) argument
134 memcpy(check->state.sha256.state, s, sizeof(s));
135 check->state.sha256.size = 0;
142 lzma_sha256_update(const uint8_t *buf, size_t size, lzma_check_state *check) argument
149 const size_t copy_start = check->state.sha256.size & 0x3F;
154 memcpy(check
169 lzma_sha256_finish(lzma_check_state *check) argument
[all...]
/freebsd-10-stable/contrib/ntp/
H A Dcheck-libopts.mf0 ## check-libopts.mf - automake fragment
7 BUILT_SOURCES += check-libopts
8 CLEANFILES += check-libopts
10 check-libopts: ../sntp/libopts/libopts.la
/freebsd-10-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)
H A Deasy_buffer_encoder.c17 lzma_easy_buffer_encode(uint32_t preset, lzma_check check,
25 return lzma_stream_buffer_encode(opt_easy.filters, check,
/freebsd-10-stable/libexec/atf/
H A DMakefile28 SUBDIR= atf-check atf-sh tests
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckerDocumentation.cpp37 class CheckerDocumentation : public Checker< check::PreStmt<ReturnStmt>,
38 check::PostStmt<DeclStmt>,
39 check::PreObjCMessage,
40 check::PostObjCMessage,
41 check::PreCall,
42 check::PostCall,
43 check::BranchCondition,
44 check::Location,
45 check::Bind,
46 check
[all...]
/freebsd-10-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-10-stable/usr.bin/bmake/tests/shell/replace/
H A DMakefile.test16 hasErrCtl=y check="check errors" ignore="ignore errors"
/freebsd-10-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-10-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-10-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-10-stable/contrib/byacc/test/
H A Derr_syntax20.y6 %type <check> expr
/freebsd-10-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-10-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dtest_regex.h38 char *check(char *, regmatch_t, char *);
/freebsd-10-stable/crypto/openssh/regress/
H A Ddhgex.sh31 # check what we request
37 # check what we got (depends on contents of system moduli file)
44 check() function
55 #check 2048 3des-cbc
56 check 3072 `${SSH} -Q cipher | grep 128`
57 check 3072 arcfour blowfish-cbc
58 check 7680 `${SSH} -Q cipher | grep 192`
59 check 8192 `${SSH} -Q cipher | grep 256`
60 check 8192 rijndael-cbc@lysator.liu.se chacha20-poly1305@openssh.com
/freebsd-10-stable/contrib/sendmail/libsm/
H A Dt-fget.c19 check(char *msg, int l) function
71 check("", strlen(""));
72 check("\n", strlen("\n"));
73 check("test\n", strlen("test\n"));
76 check(res, l);
79 check(res, l);
83 check(res, l);

Completed in 613 milliseconds

1234567891011>>