| /freebsd-11-stable/contrib/amd/amd/ |
| HD | mapc.c | 101 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 …]
|
| HD | amq_subr.c | 550 n = m->wildcard ? m->wildcard : ""; in xdr_amq_map_info_qelem()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| HD | CommonOpts.td | 117 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/ |
| HD | dname.c | 461 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()
|
| HD | dnssec_verify.c | 1581 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/ |
| HD | elf32cr16.sc | 85 first. Because this is a wildcard, it 89 wildcard. The wildcard also means that it
|
| /freebsd-11-stable/sys/netinet6/ |
| HD | in6_pcb.c | 691 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/ |
| HD | ldscript.sparc64 | 165 first. Because this is a wildcard, it 169 wildcard. The wildcard also means that it
|
| HD | ldscript.i386 | 103 first. Because this is a wildcard, it 107 wildcard. The wildcard also means that it
|
| HD | ldscript.amd64 | 115 first. Because this is a wildcard, it 119 wildcard. The wildcard also means that it
|
| HD | ldscript.mips | 195 first. Because this is a wildcard, it 199 wildcard. The wildcard also means that it
|
| HD | ldscript.mips.mips64 | 196 first. Because this is a wildcard, it 200 wildcard. The wildcard also means that it
|
| HD | ldscript.mips.cfe | 212 first. Because this is a wildcard, it 216 wildcard. The wildcard also means that it
|
| /freebsd-11-stable/contrib/wpa/hostapd/ |
| HD | hostapd.vlan | 6 # Optional wildcard entry matching all VLAN IDs. The first # in the interface
|
| /freebsd-11-stable/sys/fs/smbfs/ |
| HD | smbfs_smb.c | 1021 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/ |
| HD | Android.mk | 15 ifeq ($(wildcard external/icu),)
|
| /freebsd-11-stable/contrib/ldns/ldns/ |
| HD | dname.h | 164 int ldns_dname_match_wildcard(const ldns_rdf *dname, const ldns_rdf *wildcard);
|
| /freebsd-11-stable/sys/net/ |
| HD | if_stf.c | 201 int err, unit, wildcard; in stf_clone_create() local 208 wildcard = (unit < 0); in stf_clone_create() 235 if (wildcard) { in stf_clone_create()
|
| HD | if_clone.c | 690 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/ |
| HD | Process.inc | 144 /// 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/ |
| HD | set3 | 50 48 Εμφάνιση ονομάτων αρχείων που ταιριάζουν με το wildcard
|
| /freebsd-11-stable/sys/netinet/ |
| HD | in_pcb.c | 1502 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/ |
| HD | cvmx-shared-linux-o32.ld | 171 first. Because this is a wildcard, it 175 wildcard. The wildcard also means that it
|
| HD | cvmx-shared-linux.ld | 179 first. Because this is a wildcard, it 183 wildcard. The wildcard also means that it
|
| HD | cvmx-shared-linux-n32.ld | 180 first. Because this is a wildcard, it 184 wildcard. The wildcard also means that it
|