Searched refs:check (Results 101 - 125 of 772) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/kyua/admin/
H A Dtravis-build.sh43 make check-api-docs
85 make check-style
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/
H A DMakefile.am39 check-local: all
/freebsd-13-stable/contrib/openpam/misc/
H A Dcoverage.sh.in30 gmake -C "${srcdir}" $j check || exit 1
/freebsd-13-stable/contrib/ntp/parseutil/
H A DMakefile.am22 check-local: @DCFD@
/freebsd-13-stable/contrib/ntp/adjtimed/
H A DMakefile.am22 include $(top_srcdir)/sntp/check-libntp.mf
/freebsd-13-stable/contrib/ntp/clockstuff/
H A DMakefile.am18 include $(top_srcdir)/sntp/check-libntp.mf
/freebsd-13-stable/sys/contrib/libsodium/dist-build/
H A Dnativeclient-x86.sh29 make -j${PROCESSORS} check && make -j${PROCESSORS} install || exit 1
H A Dnativeclient-x86_64.sh29 make -j${PROCESSORS} check && make -j${PROCESSORS} install || exit 1
H A Dosx.sh27 make -j${PROCESSORS} check && make -j${PROCESSORS} install || exit 1
/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
H A Dpriv.h49 * For each coding scheme a quadrupel of check, print, encode and
71 uni_check_f check; member in struct:iedecl
80 uni_msg_check_f check; member in struct:msgdecl
94 * Need to check range here because declaring a variable as a enum does not
/freebsd-13-stable/crypto/openssh/regress/
H A Dsftp-chroot.sh16 if ! $OBJ/check-perm -m chroot "$CHROOT" ; then
/freebsd-13-stable/contrib/xz/src/liblzma/api/lzma/
H A Dcontainer.h154 * \brief Integrity check type
156 * See check.h for available checks. The xz command line tool
160 lzma_check check; member in struct:__anon6585
233 * \param check Integrity check type to use. See check.h for available
244 * - LZMA_UNSUPPORTED_CHECK: The given check type is not
259 lzma_stream *strm, uint32_t preset, lzma_check check)
271 * \param check Type of the integrity check t
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInvalidatedIteratorChecker.cpp29 : public Checker<check::PreCall, check::PreStmt<UnaryOperator>,
30 check::PreStmt<BinaryOperator>,
31 check::PreStmt<ArraySubscriptExpr>,
32 check::PreStmt<MemberExpr>> {
H A DStackAddrEscapeChecker.cpp30 : public Checker<check::PreCall, check::PreStmt<ReturnStmt>,
31 check::EndFunction> {
/freebsd-13-stable/contrib/ntp/sntp/
H A DMakefile.am121 check-scm-rev \
129 check-COPYRIGHT-submake \
172 check-autogen-version.def: FRC
182 $(MAKE) $(AM_MAKEFLAGS) check-autogen-version.def
190 check-scm-rev: $(srcdir)/scm-rev
215 check-COPYRIGHT-submake: $(srcdir)/../COPYRIGHT
221 check-COPYRIGHT: FRC
223 || [ check-COPYRIGHT-submake -nt $(srcdir)/../COPYRIGHT ] \
224 || $(MAKE) $(AM_MAKEFLAGS) check-COPYRIGHT-submake
226 $(srcdir)/COPYRIGHT: check
[all...]
/freebsd-13-stable/contrib/ntp/sntp/tests/
H A DMakefile.am233 BUILT_SOURCES += check-libsntp
234 CLEANFILES += check-libsntp
236 check-libsntp: ../libsntp.a
242 ## check-libntp.mf - automake fragment
245 BUILT_SOURCES += check-libntp check-libunity
246 CLEANFILES += check-libntp check-libunity
248 check-libntp: ../../libntp/libntp.a
254 check
[all...]
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A DMakefile.am48 TESTS = check-der check-gen check-timegm check-ber check-template
53 check_der_SOURCES = check-der.c check-common.c check-common.h
55 check_template_SOURCES = check-template.c check
[all...]
H A DMakefile.in52 TESTS = check-der$(EXEEXT) check-gen$(EXEEXT) check-timegm$(EXEEXT) \
53 check-ber$(EXEEXT) check-template$(EXEEXT)
65 $(top_srcdir)/cf/check-compile-et.m4 \
66 $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
67 $(top_srcdir)/cf/check-man.m4 \
68 $(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
69 $(top_srcdir)/cf/check
[all...]
/freebsd-13-stable/contrib/dialog/
H A Dbuttons.c63 size_t check; local
73 check = mbrtowc(cmp2, string, len, &state);
74 if ((int) check <= 0)
146 int check = UCH(label[first]); local
151 check = string_to_char(&temp);
154 if (dlg_isupper(check) && !was_hotkey(check, result, n)) {
155 result[n] = check;
194 int check; local
200 check
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp78 bool MCAsmParser::check(bool P, const Twine &Msg) { function in class:MCAsmParser
79 return check(P, getTok().getLoc(), Msg);
82 bool MCAsmParser::check(bool P, SMLoc Loc, const Twine &Msg) { function in class:MCAsmParser
/freebsd-13-stable/contrib/ncurses/menu/
H A Dm_global.c116 unsigned check; local
121 check = (unsigned)_nc_Calculate_Text_Width(&((*items)->name));
122 if (check > MaximumNameLength)
123 MaximumNameLength = check;
125 check = (unsigned)_nc_Calculate_Text_Width(&((*items)->description));
126 if (check > MaximumDescriptionLength)
127 MaximumDescriptionLength = check;
295 int check = 0; local
306 check = _nc_Calculate_Text_Width(&((*items)->name));
310 check
[all...]
/freebsd-13-stable/crypto/openssl/apps/
H A Dpkeyparam.c33 {"check", OPT_CHECK, '-', "Check key param consistency"},
42 int text = 0, noout = 0, ret = 1, check = 0; local
74 check = 1;
95 if (check) {
/freebsd-13-stable/usr.bin/pathchk/
H A Dpathchk.c30 * pathchk -- check pathnames
33 * command line. If -p is specified, check whether the pathname is portable
51 static int check(const char *);
85 rval |= check(arg);
99 check(const char *path) function
/freebsd-13-stable/lib/libxo/tests/
H A Dfunctional_test.sh31 check() function
67 eval "${tc_escaped}_body() { check ${tc_script} ${xo_fmt}; }"
/freebsd-13-stable/release/
H A DMakefile.azure9 AZURE_UPLOAD_TGTS= azure-check-depends \
27 azure-check-depends:

Completed in 216 milliseconds

1234567891011>>