Home
last modified time | relevance | path

Searched refs:wildcard (Results 1 – 25 of 133) sorted by relevance

123456

/freebsd-head/crypto/libecc/
HDMakefile46 EXT_DEPS_SRC = $(wildcard src/external_deps/*.c)
53 UTILS_ARITH_SRC += $(wildcard src/utils/*_nn.c)
54 UTILS_ARITH_SRC += $(wildcard src/utils/*_fp.c)
55 UTILS_ARITH_SRC += $(wildcard src/utils/*_buf.c)
56 UTILS_EC_SRC = $(wildcard src/utils/*_curves.c)
57 UTILS_SIGN_SRC = $(wildcard src/utils/*_keys.c)
60 NN_SRC = $(wildcard src/nn/n*.c)
63 FP_SRC = $(wildcard src/fp/fp*.c)
66 CURVES_SRC = $(wildcard src/curves/*.c)
69 HASH_SRC = $(wildcard src/hash/sha*.c) $(wildcard src/hash/bash*.c) src/hash/hash_algs.c src/hash/s…
[all …]
/freebsd-head/contrib/bmake/unit-tests/
HDdeptgt-phony.mk19 depsrc-phony-pr-15164-*-wildcard: .PHONY
26 .PHONY: deptgt-phony-pr-15164-*-wildcard
27 deptgt-phony-pr-15164-*-wildcard:
30 all: depsrc-phony-pr-15164 depsrc-phony-pr-15164-*-wildcard
31 all: deptgt-phony-pr-15164 deptgt-phony-pr-15164-*-wildcard
HDarchive.mk23 @${MAKE} -f ${MAKEFILE} list-archive-wildcard
55 list-archive-wildcard: ${ARCHIVE}([at]*.mk) pre post
/freebsd-head/contrib/capsicum-test/
HDGNUmakefile14 ifneq ($(wildcard /usr/lib/$(PROCESSOR)-linux-gnu),)
37 ifneq ($(wildcard $(PLATFORM_LIBDIR)/libsctp.a),)
50 ifneq ($(wildcard $(PLATFORM_LIBDIR)/libcaprights.a),)
53 ifneq ($(wildcard /usr/lib/libcaprights.a),)
63 ifneq ($(wildcard /usr/include/gnu/stubs-x32.h),)
/freebsd-head/usr.sbin/nvmfd/
HDdiscovery.c24 bool wildcard; member
49 bool wildcard; in init_discovery_log_entry() local
69 wildcard = (sin->sin_addr.s_addr == htonl(INADDR_ANY)); in init_discovery_log_entry()
83 wildcard = (memcmp(&sin6->sin6_addr, &in6addr_any, in init_discovery_log_entry()
97 return (wildcard); in init_discovery_log_entry()
130 icd->wildcard = init_discovery_log_entry(&icd->entry, s, subnqn); in discovery_add_io_controller()
185 if (io_controllers[i].wildcard && in build_discovery_log_page()
198 if (io_controllers[i].wildcard && in build_discovery_log_page()
203 if (io_controllers[i].wildcard) in build_discovery_log_page()
/freebsd-head/contrib/arm-optimized-routines/string/
HDDir.mk15 string-lib-srcs := $(wildcard $(S)/$(ARCH)/*.[cS])
16 string-lib-srcs += $(wildcard $(S)/$(ARCH)/experimental/*.[cS])
17 string-test-srcs := $(wildcard $(S)/test/*.c)
18 string-bench-srcs := $(wildcard $(S)/bench/*.c)
20 string-arch-include-dir := $(wildcard $(S)/$(ARCH))
21 string-arch-includes := $(wildcard $(S)/$(ARCH)/*.h)
22 string-includes := $(patsubst $(S)/%,build/%,$(wildcard $(S)/include/*.h))
/freebsd-head/sys/contrib/zstd/lib/
HDlibzstd.mk125 ZSTD_COMMON_FILES := $(sort $(wildcard $(LIBZSTD)/common/*.c))
126 ZSTD_COMPRESS_FILES := $(sort $(wildcard $(LIBZSTD)/compress/*.c))
127 ZSTD_DECOMPRESS_FILES := $(sort $(wildcard $(LIBZSTD)/decompress/*.c))
128 ZSTD_DICTBUILDER_FILES := $(sort $(wildcard $(LIBZSTD)/dictBuilder/*.c))
129 ZSTD_DEPRECATED_FILES := $(sort $(wildcard $(LIBZSTD)/deprecated/*.c))
132 ZSTD_DECOMPRESS_AMD64_ASM_FILES := $(sort $(wildcard $(LIBZSTD)/decompress/*_amd64.S))
/freebsd-head/contrib/arm-optimized-routines/networking/
HDDir.mk15 networking-lib-srcs := $(wildcard $(S)/*.[cS]) $(wildcard $(S)/$(ARCH)/*.[cS])
16 networking-test-srcs := $(wildcard $(S)/test/*.c)
18 networking-includes := $(patsubst $(S)/%,build/%,$(wildcard $(S)/include/*.h))
/freebsd-head/crypto/openssl/doc/life-cycles/
HDMakefile25 rm -f $(wildcard *.png) $(wildcard *.txt)
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-objcopy/
HDCommonOpts.td124 def wildcard
125 : Flag<["--"], "wildcard">,
126 HelpText<"Allow wildcard syntax for symbol-related flags. Incompatible "
132 def w : Flag<["-"], "w">, Alias<wildcard>, HelpText<"Alias for --wildcard">;
/freebsd-head/sys/conf/
HDMakefile.arm63 --wildcard \
92 @${OBJCOPY} --wildcard --strip-symbol='$$[adtx]*' \
HDMakefile.arm6455 --wildcard \
88 @${OBJCOPY} --wildcard --strip-symbol='$$[adtx]*' \
HDldscript.amd64113 first. Because this is a wildcard, it
117 wildcard. The wildcard also means that it
HDldscript.i386107 first. Because this is a wildcard, it
111 wildcard. The wildcard also means that it
/freebsd-head/contrib/arm-optimized-routines/math/
HDDir.mk32 math-lib-srcs := $(wildcard $(math-src-dir)/*.[cS])
33 math-lib-srcs += $(wildcard $(math-src-dir)/$(ARCH)/*.[cS])
36 math-lib-srcs += $(wildcard $(math-src-dir)/$(ARCH)/*/*.[cS])
42 math-lib-srcs += $(wildcard $(math-src-dir)/$(ARCH)/experimental/*/*.[cS])
44 math-lib-srcs += $(wildcard $(math-src-dir)/$(ARCH)/experimental/*.[cS])
56 math-test-host-srcs := $(wildcard $(math-src-dir)/test/rtest/*.[cS])
58 math-includes := $(patsubst $(math-src-dir)/%,build/%,$(wildcard $(math-src-dir)/include/*.h))
186 math-tests := $(wildcard $(math-src-dir)/test/testcases/directed/*.tst)
190 math-rtests := $(wildcard $(math-src-dir)/test/testcases/random/*.tst)
/freebsd-head/contrib/bmake/
HDdir.c892 const char *brace, *slash, *wildcard, *wildcardComponent; in SearchPath_Expand() local
915 for (wildcard = pattern; *wildcard != '\0'; wildcard++) in SearchPath_Expand()
916 if (*wildcard == '?' || *wildcard == '[' || *wildcard == '*') in SearchPath_Expand()
919 if (*wildcard == '\0') { in SearchPath_Expand()
931 wildcardComponent = wildcard; in SearchPath_Expand()
/freebsd-head/contrib/ldns/
HDdname.c464 ldns_dname_match_wildcard(const ldns_rdf *dname, const ldns_rdf *wildcard) in ldns_dname_match_wildcard() argument
469 if (ldns_dname_is_wildcard(wildcard)) { in ldns_dname_match_wildcard()
473 wc_chopped = ldns_dname_left_chop(wildcard); in ldns_dname_match_wildcard()
477 result = (ldns_dname_compare(dname, wildcard) == 0); in ldns_dname_match_wildcard()
/freebsd-head/usr.sbin/rpc.tlsservd/
HDrpc.tlscommon.c256 rpctls_checkhost(struct sockaddr *sad, X509 *cert, unsigned int wildcard) in rpctls_checkhost() argument
268 wildcard, NULL); in rpctls_checkhost()
HDrpc.tlscommon.h34 unsigned int wildcard);
/freebsd-head/sys/contrib/device-tree/
HDMakefile23 ALL_ARCHES := $(patsubst src/%,%,$(wildcard src/*))
124 cmd_files := $(wildcard $(foreach f,$(ARCH_DTB) $(ARCH_DTBO),$(dir $(f)).$(notdir $(f)).cmd))
/freebsd-head/crypto/openssl/doc/man3/
HDSSL_set1_host.pod48 identifiers. When wildcard matching is not disabled, the name
49 matched in the peer certificate may be a wildcard name. When one
80 matched in the certificate (which might be a wildcard) is retrieved,
/freebsd-head/contrib/wpa/hostapd/
HDhostapd.vlan6 # Optional wildcard entry matching all VLAN IDs. The first # in the interface
/freebsd-head/sys/netinet6/
HDin6_pcb.c734 int matchwild = 3, wildcard; in in6_pcblookup_local() local
791 wildcard = 0; in in6_pcblookup_local()
793 wildcard++; in in6_pcblookup_local()
796 wildcard++; in in6_pcblookup_local()
802 wildcard++; in in6_pcblookup_local()
804 if (wildcard < matchwild) { in in6_pcblookup_local()
806 matchwild = wildcard; in in6_pcblookup_local()
/freebsd-head/contrib/dialog/samples/copifuncs/
HDcopi.ifmcfg235 # - address <wildcard>
36 # where <wildcard> is an (possibly incomplete) fidonet address,
/freebsd-head/contrib/wpa/hs20/client/
HDAndroid.mk15 ifeq ($(wildcard external/icu),)

123456