Home
last modified time | relevance | path

Searched full:wildcard (Results 1 – 25 of 541) sorted by relevance

12345678910>>...22

/freebsd/contrib/bmake/unit-tests/
H A Ddeptgt-phony.mk14 # expect: Expanding "depsrc-phony-pr-15164-*-wildcard"...
15 # expect: Expanding "deptgt-phony-pr-15164-*-wildcard"...
19 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
H A Dsuff-incomplete.exp28 Wildcard expanding "all"...
32 Wildcard expanding "suff-incomplete.c"...suffix is ".c"...
35 Wildcard expanding "suff-incomplete.c"...suffix is ".c"...
37 Wildcard expanding "all"...
41 Wildcard expanding ".END"...
H A Darchive.exp16 Making list-archive-wildcard out-of-date archive-suffix.mk archive.mk ternary.mk
17 list-archive-wildcard: archive-suffix.mk
18 list-archive-wildcard: archive.mk
19 list-archive-wildcard: ternary.mk
H A Dsuff.exp46 Wildcard expanding "edge-case.to"...suffix is ".to"...
64 Wildcard expanding "a*.mk"...
69 Wildcard expanding "edge-case.additional"...
85 Wildcard expanding "archive-suffix.mk"...
96 Wildcard expanding "archive.mk"...
107 Wildcard expanding "edge-case.additional"...
143 Wildcard expanding ".END"...
H A Dsuff-lookup.exp44 Wildcard expanding "all"...
48 Wildcard expanding "suff-lookup.cc"...suffix is ".cc"...
66 Wildcard expanding "all"...
70 Wildcard expanding ".END"...
H A Dsuff-rebuild.exp37 Wildcard expanding "all"...
44 Wildcard expanding "suff-rebuild-example"...
65 Wildcard expanding "all"...
72 Wildcard expanding ".END"...
/freebsd/crypto/libecc/
H A DMakefile46 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/contrib/ldns/ldns/
H A Ddname.h157 * Checks whether the dname matches the given wildcard
159 * \param[in] wildcard The wildcard to check with
160 * \return 1 If the wildcard matches, OR if 'wildcard' is not a wildcard and
162 * 0 If the wildcard does not match, or if it is not a wildcard and
165 int ldns_dname_match_wildcard(const ldns_rdf *dname, const ldns_rdf *wildcard);
202 * Check if dname is a wildcard, starts with *.
204 * \return true if a wildcard, false if not.
/freebsd/contrib/unbound/validator/
H A Dval_nsec.c287 *reason = "NSEC for wildcard does not prove absence of DS"; in val_nsec_prove_nodata_dsreply()
307 * Done before wildcard, because this is an exact match, in nsec_proves_nodata()
308 * and would prevent a wildcard from matching. */ in nsec_proves_nodata()
321 /* wildcard checking. */ in nsec_proves_nodata()
323 /* If this is a wildcard NSEC, make sure that a) it was in nsec_proves_nodata()
324 * possible to have generated qname from the wildcard and in nsec_proves_nodata()
326 * does NOT prove that this wildcard was the applicable in nsec_proves_nodata()
327 * wildcard. */ in nsec_proves_nodata()
335 * closest encloser, for the wildcard to apply in nsec_proves_nodata()
341 /* should have gotten the wildcard CNAME */ in nsec_proves_nodata()
[all …]
H A Dval_nsec.h108 * wildcard case. If the ownername of 'nsec' is a wildcard, the validator
110 * the wildcard is, in fact, *.closest_encloser.
114 * @param wc: if the nodata is proven for a wildcard match, the wildcard
135 * Determine if the given NSEC proves a positive wildcard response.
138 * @param wc: wildcard (without *. label)
156 * Determine if the given NSEC proves that a wildcard match does not exist.
/freebsd/usr.sbin/jail/
H A Djail.conf.5142 is used to define wildcard parameters.
144 definition statement, as well as any parameters in a wildcard
148 substitution is for a parameter defined in a wildcard section.
149 This is useful for wildcard parameters based on e.g., a jail's name.
152 wildcard section placed before (above) a jail definition defines
154 Or a wildcard section placed after (below) all jails would contain
156 Multiple wildcard statements are allowed, and wildcard parameters may
159 If hierarchical jails are defined, a partial-matching wildcard
217 # Dynamic wildcard parameter:
/freebsd/contrib/arm-optimized-routines/string/
H A DDir.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/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MacroFusion.cpp27 // Assume the 1st instr to be a wildcard if it is unspecified. in isArithmeticBccPair()
79 // Assume the 1st instr to be a wildcard if it is unspecified. in isArithmeticCbzPair()
123 // Assume the 1st instr to be a wildcard if it is unspecified. in isAESPair()
144 // Assume the 1st instr to be a wildcard if it is unspecified. in isCryptoEORPair()
163 // Assume the 1st instr to be a wildcard if it is unspecified. in isAdrpAddPair()
173 // Assume the 1st instr to be a wildcard if it is unspecified. in isLiteralsPair()
224 // Assume the 1st instr to be a wildcard if it is unspecified. in isAddressLdStPair()
244 // Assume the 1st instr to be a wildcard if it is unspecified. in isCCSelectPair()
262 // Assume the 1st instr to be a wildcard if it is unspecified. in isCCSelectPair()
323 // Assume the 1st instr to be a wildcard if it is unspecified. in isArithmeticLogicPair()
[all …]
/freebsd/tools/tools/nvmf/nvmfd/
H A Ddiscovery.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/contrib/capsicum-test/
H A DGNUmakefile14 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/crypto/openssh/regress/
H A Dkeygen-knownhosts.sh92 # find key with wildcard
95 check_find host-e.somedomain "find wildcard key"
144 # find key with wildcard and hash
147 # Key with wildcard hostname should not be hashed.
148 check_find host-e "find wildcard key" -Hq
181 # Remove wildcard
185 diff $OBJ/kh.hosts $OBJ/kh.expect || fail "remove wildcard"
191 diff $OBJ/kh.hosts $OBJ/kh.expect || fail "remove wildcard"
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonOpts.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/contrib/arm-optimized-routines/networking/
H A DDir.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/crypto/krb5/src/util/support/
H A Ddir_filenames.c74 char *wildcard; in k5_dir_filenames() local
82 if (asprintf(&wildcard, "%s\\*", dirname) < 0) in k5_dir_filenames()
84 handle = FindFirstFile(wildcard, &ffd); in k5_dir_filenames()
85 free(wildcard); in k5_dir_filenames()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dqlog.md88 global-specifier = wildcard
92 component-specifier = name / wildcard
94 wildcard = "*"
118 - Partial wildcard matches are not supported at this time.
/freebsd/contrib/bearssl/test/x509/
H A Dalltests.txt274 ; Wildcard processing: the name 'localhost' should not match because
275 ; the engine recognises the wildcard only in a '*.' starting sequence,
286 ; Wildcard processing: the name 'example.com' will be matched by '*.com'.
297 ; Wildcard processing: the name 'www.example.com' will be matched by
309 ; Wildcard processing: the name 'foo.foo.example.com' will not be matched by
310 ; 'foo.*.example.com' because we accept the wildcard only in the first name
321 ; Wildcard processing: the name 'foo.bar.example.com' will not be matched by
333 ; Wildcard processing: the name 'foo.bar.example.foobar' will not be matched by
334 ; '*.*.example.foobar' because we support only a single level of wildcard.
344 ; Wildcard processing: the name 'foo.*.example.foobar' will be matched
/freebsd/crypto/openssl/test/recipes/
H A D25-test_verify.t45 "fail wildcard trust non-ca root");
72 # Wildcard trust
74 "accept wildcard trust");
76 "accept wildcard trust with server purpose");
78 "accept wildcard trust with client purpose");
100 # Wildcard mistrust
102 "fail wildcard mistrust");
104 "fail wildcard mistrust with server purpose");
106 "fail wildcard mistrust with client purpose");
136 "fail non-CA wildcard trust intermediate");
[all …]
/freebsd/contrib/arm-optimized-routines/math/
H A DDir.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])
47 # Scalar experimental symbols will have been added by wildcard, so remove them
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/share/man/man4/
H A Dinet6.493 .Dq wildcard
385 If you perform a wildcard bind
392 and there is no wildcard bind
402 If there are both a wildcard bind
404 socket and a wildcard bind
422 wildcard bind sockets.
/freebsd/sys/contrib/zstd/lib/
H A Dlibzstd.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))

12345678910>>...22