Home
last modified time | relevance | path

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

123456

/freebsd-11-stable/contrib/amd/amd/
HDmapc.c101 static char wildcard[] = "*"; variable
561 int rc = search_map(m, wildcard, &m->wildcard); in mapc_find_wildcard()
564 m->wildcard = NULL; in mapc_find_wildcard()
621 if (m->wildcard) { in mapc_reload_map()
622 XFREE(m->wildcard); in mapc_reload_map()
623 m->wildcard = NULL; in mapc_reload_map()
630 error = mapc_search(m, wildcard, &m->wildcard); in mapc_reload_map()
632 m->wildcard = NULL; in mapc_reload_map()
740 m->wildcard = NULL; in mapc_create()
795 XFREE(m->wildcard); in mapc_clear()
[all …]
HDamq_subr.c550 n = m->wildcard ? m->wildcard : ""; in xdr_amq_map_info_qelem()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
HDCommonOpts.td117 def wildcard
118 : Flag<["--"], "wildcard">,
119 HelpText<"Allow wildcard syntax for symbol-related flags. Incompatible "
125 def w : Flag<["-"], "w">, Alias<wildcard>, HelpText<"Alias for --wildcard">;
/freebsd-11-stable/contrib/ldns/
HDdname.c461 ldns_dname_match_wildcard(const ldns_rdf *dname, const ldns_rdf *wildcard) in ldns_dname_match_wildcard() argument
466 if (ldns_dname_is_wildcard(wildcard)) { in ldns_dname_match_wildcard()
470 wc_chopped = ldns_dname_left_chop(wildcard); in ldns_dname_match_wildcard()
474 result = (ldns_dname_compare(dname, wildcard) == 0); in ldns_dname_match_wildcard()
HDdnssec_verify.c1581 ldns_rdf *wildcard; in ldns_dnssec_verify_denial_nsec3_match() local
1609 wildcard = ldns_dname_new_frm_str("*"); in ldns_dnssec_verify_denial_nsec3_match()
1610 (void) ldns_dname_cat(wildcard, closest_encloser); in ldns_dnssec_verify_denial_nsec3_match()
1615 wildcard in ldns_dnssec_verify_denial_nsec3_match()
1635 ldns_rdf_deep_free(wildcard); in ldns_dnssec_verify_denial_nsec3_match()
1672 wildcard = ldns_dname_new_frm_str("*"); in ldns_dnssec_verify_denial_nsec3_match()
1673 (void) ldns_dname_cat(wildcard, closest_encloser); in ldns_dnssec_verify_denial_nsec3_match()
1677 wildcard); in ldns_dnssec_verify_denial_nsec3_match()
1702 ldns_rdf_deep_free(wildcard); in ldns_dnssec_verify_denial_nsec3_match()
/freebsd-11-stable/contrib/binutils/ld/scripttempl/
HDelf32cr16.sc85 first. Because this is a wildcard, it
89 wildcard. The wildcard also means that it
/freebsd-11-stable/sys/netinet6/
HDin6_pcb.c691 int matchwild = 3, wildcard; in in6_pcblookup_local() local
747 wildcard = 0; in in6_pcblookup_local()
756 wildcard++; in in6_pcblookup_local()
760 wildcard++; in in6_pcblookup_local()
766 wildcard++; in in6_pcblookup_local()
768 if (wildcard < matchwild) { in in6_pcblookup_local()
770 matchwild = wildcard; in in6_pcblookup_local()
/freebsd-11-stable/sys/conf/
HDldscript.sparc64165 first. Because this is a wildcard, it
169 wildcard. The wildcard also means that it
HDldscript.i386103 first. Because this is a wildcard, it
107 wildcard. The wildcard also means that it
HDldscript.amd64115 first. Because this is a wildcard, it
119 wildcard. The wildcard also means that it
HDldscript.mips195 first. Because this is a wildcard, it
199 wildcard. The wildcard also means that it
HDldscript.mips.mips64196 first. Because this is a wildcard, it
200 wildcard. The wildcard also means that it
HDldscript.mips.cfe212 first. Because this is a wildcard, it
216 wildcard. The wildcard also means that it
/freebsd-11-stable/contrib/wpa/hostapd/
HDhostapd.vlan6 # Optional wildcard entry matching all VLAN IDs. The first # in the interface
/freebsd-11-stable/sys/fs/smbfs/
HDsmbfs_smb.c1021 const char *wildcard, int wclen, int attr, struct smb_cred *scred) in smbfs_findopenLM1() argument
1024 if (wildcard) { in smbfs_findopenLM1()
1025 if (wclen == 1 && wildcard[0] == '*') { in smbfs_findopenLM1()
1029 ctx->f_wildcard = wildcard; in smbfs_findopenLM1()
1225 const char *wildcard, int wclen, int attr, struct smb_cred *scred) in smbfs_findopenLM2() argument
1234 ctx->f_wildcard = wildcard; in smbfs_findopenLM2()
1369 smbfs_findopen(struct smbnode *dnp, const char *wildcard, int wclen, int attr, in smbfs_findopen() argument
1383 error = smbfs_findopenLM1(ctx, dnp, wildcard, wclen, attr, scred); in smbfs_findopen()
1385 error = smbfs_findopenLM2(ctx, dnp, wildcard, wclen, attr, scred); in smbfs_findopen()
/freebsd-11-stable/contrib/wpa/hs20/client/
HDAndroid.mk15 ifeq ($(wildcard external/icu),)
/freebsd-11-stable/contrib/ldns/ldns/
HDdname.h164 int ldns_dname_match_wildcard(const ldns_rdf *dname, const ldns_rdf *wildcard);
/freebsd-11-stable/sys/net/
HDif_stf.c201 int err, unit, wildcard; in stf_clone_create() local
208 wildcard = (unit < 0); in stf_clone_create()
235 if (wildcard) { in stf_clone_create()
HDif_clone.c690 int wildcard; in ifc_simple_create() local
698 wildcard = (unit < 0); in ifc_simple_create()
711 if (wildcard) { in ifc_simple_create()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
HDProcess.inc144 /// Perform wildcard expansion of Arg, or just push it into Args if it doesn't
151 // Don't expand Arg if it does not contain any wildcard characters. This is
152 // the common case. Also don't wildcard expand /?. Always treat it as an
167 // FIXME: This assumes the wildcard is only in the file name and not in the
/freebsd-11-stable/contrib/tcsh/nls/greek/
HDset350 48 Εμφάνιση ονομάτων αρχείων που ταιριάζουν με το wildcard
/freebsd-11-stable/sys/netinet/
HDin_pcb.c1502 int wildcard; in in_pcblookup_local() local
1561 wildcard = 0; in in_pcblookup_local()
1584 wildcard += INP_LOOKUP_MAPPED_PCB_COST; in in_pcblookup_local()
1587 wildcard++; in in_pcblookup_local()
1590 wildcard++; in in_pcblookup_local()
1595 wildcard++; in in_pcblookup_local()
1597 if (wildcard < matchwild) { in in_pcblookup_local()
1599 matchwild = wildcard; in in_pcblookup_local()
/freebsd-11-stable/sys/contrib/octeon-sdk/
HDcvmx-shared-linux-o32.ld171 first. Because this is a wildcard, it
175 wildcard. The wildcard also means that it
HDcvmx-shared-linux.ld179 first. Because this is a wildcard, it
183 wildcard. The wildcard also means that it
HDcvmx-shared-linux-n32.ld180 first. Because this is a wildcard, it
184 wildcard. The wildcard also means that it

123456