Searched refs:check (Results 51 - 75 of 777) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gperf/
H A DMakefile.in46 check : force
47 cd @subdir@; $(MAKE) check
/freebsd-11-stable/contrib/sendmail/test/
H A DMakefile11 check: FRC
/freebsd-11-stable/contrib/xz/src/xz/
H A Dcoder.h55 /// Set the integrity check type used when compressing
56 extern void coder_set_check(lzma_check check);
/freebsd-11-stable/usr.bin/bsdcat/tests/
H A Dfunctional_test.sh33 check() function
53 eval "${testcase}_body() { check ${testcase}; }"
/freebsd-11-stable/usr.bin/cpio/tests/
H A Dfunctional_test.sh33 check() function
53 eval "${testcase}_body() { check ${testcase}; }"
/freebsd-11-stable/usr.bin/tar/tests/
H A Dfunctional_test.sh33 check() function
48 eval "${testcase}_body() { check ${testcase}; }"
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_offloadings.c77 uint16_t *check = NULL; local
90 iph->check = 0;
91 iph->check = nm_os_csum_ipv4(iph);
92 nm_prdis("IP csum %x", be16toh(iph->check));
111 check = &tcph->check;
119 check = &udph->check;
124 *check = 0;
126 nm_os_csum_tcpudp_ipv4(iph, check_data, len-iphlen, check);
415 uint16_t *check = NULL; local
[all...]
/freebsd-11-stable/sbin/fsck_msdosfs/
H A DMakefile10 SRCS= main.c check.c boot.c fat.c dir.c fsutil.c
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/plugins/CheckerOptionHandling/
H A DCheckerOptionHandling.cpp10 struct MyChecker : public Checker<check::BeginFunction> {
/freebsd-11-stable/contrib/sendmail/editmap/
H A DMakefile11 check: FRC
/freebsd-11-stable/contrib/sendmail/src/
H A DMakefile11 check: FRC
/freebsd-11-stable/contrib/sendmail/rmail/
H A DMakefile11 check: FRC
/freebsd-11-stable/contrib/sendmail/praliases/
H A DMakefile11 check: FRC
/freebsd-11-stable/contrib/sendmail/smrsh/
H A DMakefile11 check: FRC
/freebsd-11-stable/contrib/sendmail/libmilter/
H A DMakefile11 check: FRC
/freebsd-11-stable/contrib/sendmail/libsm/
H A DMakefile11 check: FRC
/freebsd-11-stable/contrib/sendmail/libsmdb/
H A DMakefile11 check: FRC
/freebsd-11-stable/contrib/sendmail/vacation/
H A DMakefile11 check: FRC
/freebsd-11-stable/contrib/sendmail/mail.local/
H A DMakefile11 check: FRC
/freebsd-11-stable/contrib/sendmail/libsmutil/
H A DMakefile11 check: FRC
/freebsd-11-stable/contrib/sendmail/mailstats/
H A DMakefile11 check: FRC
/freebsd-11-stable/contrib/sendmail/makemap/
H A DMakefile11 check: FRC
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dblock_buffer_encoder.c17 #include "check.h"
235 // check the version before validating the contents of *block.
239 if ((unsigned int)(block->check) > LZMA_CHECK_ID_MAX
243 if (!lzma_check_is_supported(block->check))
247 // here already. This way we don't need to check it again when adding
252 const size_t check_size = lzma_check_size(block->check);
301 // Calculate the integrity check. We reserved space for
302 // the Check field earlier so we don't need to check for
304 lzma_check_state check; local
305 lzma_check_init(&check, bloc
[all...]
H A Dblock_decoder.c15 #include "check.h"
47 lzma_check_state check; member in struct:__anon4429
49 /// True if the integrity check won't be calculated and verified.
106 lzma_check_update(&coder->check, coder->block->check,
146 if (coder->block->check == LZMA_CHECK_NONE)
150 lzma_check_finish(&coder->check, coder->block->check);
157 const size_t check_size = lzma_check_size(coder->block->check);
164 // coder->check
[all...]
H A Dblock_util.c25 + lzma_check_size(block->check);
60 || (unsigned int)(block->check) > LZMA_CHECK_ID_MAX)
71 + lzma_check_size(block->check);

Completed in 214 milliseconds

1234567891011>>