Searched refs:check (Results 226 - 250 of 772) sorted by relevance

1234567891011>>

/freebsd-13-stable/crypto/heimdal/include/kadm5/
H A DMakefile.in55 $(top_srcdir)/cf/check-compile-et.m4 \
56 $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
57 $(top_srcdir)/cf/check-man.m4 \
58 $(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
59 $(top_srcdir)/cf/check-type-extra.m4 \
60 $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
61 $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
428 check-am: all-am
429 $(MAKE) $(AM_MAKEFLAGS) check
[all...]
/freebsd-13-stable/crypto/heimdal/tools/
H A DMakefile.in57 $(top_srcdir)/cf/check-compile-et.m4 \
58 $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
59 $(top_srcdir)/cf/check-man.m4 \
60 $(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
61 $(top_srcdir)/cf/check-type-extra.m4 \
62 $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
63 $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
593 check-am: all-am
594 $(MAKE) $(AM_MAKEFLAGS) check
[all...]
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dgetcap.c72 * check for that now, so just disable the code.
106 const char *source, *check; local
126 *dest++ = *source++; /* Do not check first field */
128 check=source+1;
129 while (*check && (isspace((unsigned char)*check) ||
130 (*check=='\\' && isspace((unsigned char)check[1]))))
131 ++check;
132 if( *check
[all...]
/freebsd-13-stable/contrib/libdivsufsort/lib/
H A Dsssort.c673 saint_t check, next; local
675 for(check = 0, ssize = 0;;) {
680 MERGE_CHECK(first, last, check);
681 STACK_POP(first, middle, last, check);
689 MERGE_CHECK(first, last, check);
690 STACK_POP(first, middle, last, check);
720 STACK_PUSH(r, rm, last, (next & 3) | (check & 4));
721 middle = lm, last = l, check = (check & 3) | (next & 4);
724 STACK_PUSH(first, lm, l, (check
[all...]
/freebsd-13-stable/contrib/apr/
H A DMakefile.in127 test: check
128 check: $(TARGET_LIB)
129 cd test && $(MAKE) all check
/freebsd-13-stable/contrib/ntp/ntpsnmpd/
H A DMakefile.am111 $(top_srcdir)/scripts/build/check--help $@
117 include $(top_srcdir)/sntp/check-libntp.mf
118 include $(top_srcdir)/check-libopts.mf
/freebsd-13-stable/contrib/ntp/sntp/
H A DMakefile.in126 $(top_srcdir)/m4/openldap-thread-check.m4 \
206 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
283 $(top_srcdir)/bincheck.mf $(top_srcdir)/check-libntp.mf \
284 $(top_srcdir)/check-libopts.mf $(top_srcdir)/depsver.mf \
653 $(srcdir)/sntp-opts.h check-scm-rev \
655 $(srcdir)/include/version.texi $(NULL) check-libntp \
656 check-libopts .deps-ver
657 CLEANFILES = built-sources-only check-COPYRIGHT-submake $(NULL) \
658 check-libntp check
[all...]
/freebsd-13-stable/lib/libc/yp/
H A Dyplib.c301 struct sockaddr_in check; local
343 if (_getsockname(ysd->dom_socket, (struct sockaddr *)&check,
344 &checklen) == -1 || check.sin_family != AF_INET ||
345 check.sin_port != ysd->dom_local_port) {
511 * We could do a reserved port check here too, but this
539 * so that we can check its authenticity later.
542 bzero((char *)&check, checklen);
543 _bind(ysd->dom_socket, (struct sockaddr *)&check, checklen);
544 check.sin_family = AF_INET;
546 (struct sockaddr *)&check,
577 struct sockaddr_in check; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp87 DumpValueObjectOptions &DumpValueObjectOptions::SetScopeChecked(bool check) { argument
88 m_scope_already_checked = check;
/freebsd-13-stable/crypto/heimdal/kadmin/
H A DMakefile.in61 $(top_srcdir)/cf/check-compile-et.m4 \
62 $(top_srcdir)/cf/check-getpwnam_r-posix.m4 \
63 $(top_srcdir)/cf/check-man.m4 \
64 $(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
65 $(top_srcdir)/cf/check-type-extra.m4 \
66 $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/check-x.m4 \
67 $(top_srcdir)/cf/check-xau.m4 $(top_srcdir)/cf/crypto.m4 \
119 check.$(OBJEXT) cpw.$(OBJEXT) del.$(OBJEXT) \
439 check
[all...]
/freebsd-13-stable/lib/atf/libatf-c/
H A DMakefile46 check.c \
63 check.h \
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dsh-errctl.mk18 check="\# error checking on\nset -e" \
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp29 : public Checker<check::ASTCodeBody, check::EndOfTranslationUnit> {
/freebsd-13-stable/bin/sh/
H A Dalias.c144 lookupalias(const char *name, int check) argument
152 if (check && (ap->flag & ALIASINUSE))
/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dhist.c69 HIST_checkInput_e check,
128 if (check && maxSymbolValue > *maxSymbolValuePtr) return ERROR(maxSymbolValue_tooSmall);
167 /* fast variant (unsafe : won't check if src contains values beyond count[] limit) */
66 HIST_count_parallel_wksp( unsigned* count, unsigned* maxSymbolValuePtr, const void* source, size_t sourceSize, HIST_checkInput_e check, U32* const workSpace) argument
/freebsd-13-stable/contrib/ntp/ntpq/
H A DMakefile.am118 $(top_srcdir)/scripts/build/check--help $@
128 cd ../sntp && $(MAKE) $(AM_MAKEFLAGS) check-scm-rev
137 include $(top_srcdir)/check-libopts.mf
138 include $(top_srcdir)/sntp/check-libntp.mf
/freebsd-13-stable/contrib/ntp/util/
H A DMakefile.am112 $(top_srcdir)/scripts/build/check--help $@
127 cd ../sntp && $(MAKE) $(AM_MAKEFLAGS) check-scm-rev
136 include $(top_srcdir)/sntp/check-libntp.mf
137 include $(top_srcdir)/check-libopts.mf
/freebsd-13-stable/contrib/lutok/
H A DMakefile.am147 check-local: check-kyua
148 PHONY_TARGETS += check-kyua
149 check-kyua:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc117 // For everything else, we want to check to make sure the symbol isn't defined
/freebsd-13-stable/share/mk/
H A Dbsd.test.mk75 # kyua automatically descends directories; only run make check on the
77 .if !make(check)
100 beforecheck realcheck aftercheck check: .PHONY
102 check: beforecheck realcheck aftercheck
H A Dsuite.test.mk82 # Definition of the "make check" target and supporting variables.
107 .if ${MK_MAKE_CHECK_USE_SANDBOX} != "no" && make(check)
118 # NOTE: this is intentional to ensure that "make check" can be run multiple
119 # times. "aftercheck" won't be run if "make check" fails, is interrupted,
/freebsd-13-stable/crypto/openssh/regress/
H A Dkeys-command.sh39 if ! $OBJ/check-perm -m keys-command $KEY_COMMAND ; then
/freebsd-13-stable/usr.sbin/crunch/crunchide/
H A Dcrunchide.c211 int (*check)(int, const char *); /* 1 if match, zero if not */ member in struct:__anon16522
241 if ((*exec_formats[i].check)(fd, filename) != 0)
/freebsd-13-stable/targets/pseudo/userland/libexec/
H A DMakefile.depend8 libexec/atf/atf-check \
/freebsd-13-stable/tools/build/make_check/
H A DMakefile106 # check if bmake can expand plain variables
121 # check that make -V '${VAR}' works
290 .SHELL: name="echo" path="${.OBJDIR}/shell_test" quiet="be quiet" echo="be verbose" filter="be verbose" echoFlag="x" errFlag="y" hasErrCtl=y check="check errors" ignore="ignore errors"
298 .SHELL: name="echo" path="${.OBJDIR}/shell_test" quiet="be quiet" echo="be verbose" filter="be verbose" echoFlag="x" errFlag="y" hasErrCtl=y check="check errors" ignore="ignore errors"

Completed in 247 milliseconds

1234567891011>>