Searched refs:wildcard (Results 1 - 25 of 27) sorted by path

12

/freebsd-11-stable/contrib/amd/amd/
H A Damd.h356 char *wildcard; /* Wildcard value */ member in struct:mnt_map
H A Damq_subr.c550 n = m->wildcard ? m->wildcard : "";
H A Dmapc.c101 static char wildcard[] = "*"; variable
552 * Do a wildcard lookup in the map and
559 * Attempt to find the wildcard entry
561 int rc = search_map(m, wildcard, &m->wildcard);
564 m->wildcard = NULL;
621 if (m->wildcard) {
622 XFREE(m->wildcard);
623 m->wildcard = NULL;
629 dlog("calling mapc_search for wildcard");
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c192 /* Whether to permit wildcard in symbol comparison. */ variable
193 static bfd_boolean wildcard = FALSE;
305 {"wildcard", no_argument, 0, 'w'},
387 {"wildcard", no_argument, 0, 'w'},
458 -w --wildcard Permit wildcard in symbol comparison\n\
540 -w --wildcard Permit wildcard in symbol comparison\n\
781 if (wildcard)
2714 wildcard
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dldgram.y75 struct wildcard_spec wildcard;
102 %type <wildcard> wildcard_spec
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi72 and a file wildcard, like:
/freebsd-11-stable/contrib/ldns/
H A Ddname.c461 ldns_dname_match_wildcard(const ldns_rdf *dname, const ldns_rdf *wildcard) argument
465 /* check whether it really is a wildcard */
466 if (ldns_dname_is_wildcard(wildcard)) {
467 /* ok, so the dname needs to be a subdomain of the wildcard
470 wc_chopped = ldns_dname_left_chop(wildcard);
474 result = (ldns_dname_compare(dname, wildcard) == 0);
H A Ddnssec_verify.c808 /* TODO: check wildcard nsec too */
1503 /* needed for wildcard check on exact match */
1523 RRSIG is equal, then it is proven that wildcard expansion
1581 ldns_rdf *wildcard; local
1609 wildcard = ldns_dname_new_frm_str("*");
1610 (void) ldns_dname_cat(wildcard, closest_encloser);
1615 wildcard
1635 ldns_rdf_deep_free(wildcard);
1663 /* wildcard no data? section 8.7 */
1672 wildcard
[all...]
/freebsd-11-stable/contrib/ldns/ldns/
H A Ddname.h156 * Checks whether the dname matches the given wildcard
158 * \param[in] wildcard The wildcard to check with
159 * \return 1 If the wildcard matches, OR if 'wildcard' is not a wildcard and
161 * 0 If the wildcard does not match, or if it is not a wildcard and
164 int ldns_dname_match_wildcard(const ldns_rdf *dname, const ldns_rdf *wildcard);
201 * Check if dname is a wildcard, start
[all...]
/freebsd-11-stable/contrib/wpa/hs20/client/
H A DAndroid.mk15 ifeq ($(wildcard external/icu),)
/freebsd-11-stable/crypto/openssh/
H A Dchannels.c142 /* special-case wildcard meaning allow any host */
3121 * specified address or wildcard. On the client, a specified bind
3124 * and force a wildcard bind, whereas a value of 2 (``clientspecified'')
3129 * "0.0.0.0" -> wildcard v4/v6 if SSH_OLD_FORWARD_ADDR
3130 * "" (empty string), "*" -> wildcard v4/v6
3139 int wildcard = 0; local
3144 wildcard = 1;
3150 wildcard = 1;
3178 *wildcardp = wildcard;
3187 int sock, r, success = 0, wildcard local
[all...]
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_smb.c1021 const char *wildcard, int wclen, int attr, struct smb_cred *scred)
1024 if (wildcard) {
1025 if (wclen == 1 && wildcard[0] == '*') {
1029 ctx->f_wildcard = wildcard;
1225 const char *wildcard, int wclen, int attr, struct smb_cred *scred)
1234 ctx->f_wildcard = wildcard;
1369 smbfs_findopen(struct smbnode *dnp, const char *wildcard, int wclen, int attr, argument
1383 error = smbfs_findopenLM1(ctx, dnp, wildcard, wclen, attr, scred);
1385 error = smbfs_findopenLM2(ctx, dnp, wildcard, wclen, attr, scred);
1020 smbfs_findopenLM1(struct smbfs_fctx *ctx, struct smbnode *dnp, const char *wildcard, int wclen, int attr, struct smb_cred *scred) argument
1224 smbfs_findopenLM2(struct smbfs_fctx *ctx, struct smbnode *dnp, const char *wildcard, int wclen, int attr, struct smb_cred *scred) argument
H A Dsmbfs_subr.h162 int smbfs_findopen(struct smbnode *dnp, const char *wildcard, int wclen,
/freebsd-11-stable/sys/netinet/
H A Din_pcb.c1502 int wildcard; local
1512 * Look for an unconnected (wildcard foreign addr) PCB that
1561 wildcard = 0;
1584 wildcard += INP_LOOKUP_MAPPED_PCB_COST;
1587 wildcard++;
1590 wildcard++;
1595 wildcard++;
1597 if (wildcard < matchwild) {
1599 matchwild = wildcard;
1659 * For incoming connections, we may wish to do a wildcard
[all...]
/freebsd-11-stable/sys/netinet6/
H A Din6_pcb.c691 int matchwild = 3, wildcard; local
701 * Look for an unconnected (wildcard foreign addr) PCB that
747 wildcard = 0;
756 wildcard++;
760 wildcard++;
766 wildcard++;
768 if (wildcard < matchwild) {
770 matchwild = wildcard;
903 * Then look for a wildcard match in the pcbgroup.
964 * Then look for a wildcard matc
[all...]
/freebsd-11-stable/usr.sbin/dconschat/
H A Ddconschat.c977 "\t-w listen on wildcard address rather than localhost\n"
1003 int unit=0, wildcard=0; local
1052 wildcard = 1;
1149 wildcard ? NULL : "localhost", port[i]);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.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/subversion/subversion/libsvn_subr/
H A Dutf8proc.c406 const char wildcard = (*like == '%' ? '*' : '?');
408 ((char*)pattern_buf->data)[patternbuf_len++] = wildcard;
404 const char wildcard = (*like == '%' ? '*' : '?'); local
/freebsd-11-stable/contrib/unbound/services/
H A Dauthzone.c2151 /** see if the domain has a wildcard child '*.domain' */
2158 wc[0] = 1; /* length of wildcard label */
2159 wc[1] = (uint8_t)'*'; /* wildcard label */
2164 /** find wildcard between qname and cename */
2175 /* see if we can go up to find the wildcard */
2235 * itself for answer purposes). That name may have DNAME, NS or wildcard
2510 /** Change a dname to a different one, for wildcard namechange */
2555 /** Find NSEC and add for wildcard denial */
2567 wc[0] = 1; /* length of wildcard label */
2568 wc[1] = (uint8_t)'*'; /* wildcard labe
3054 az_generate_wildcard_answer(struct auth_zone* z, struct query_info* qinfo, struct regional* region, struct dns_msg* msg, struct auth_data* ce, struct auth_data* wildcard, struct auth_data* node) argument
3163 struct auth_data* wildcard; local
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dbeacon.c585 int wildcard = 0; local
588 wildcard = 1;
594 return wildcard ? WILDCARD_SSID_MATCH : NO_SSID_MATCH;
602 wildcard = 1;
609 return wildcard ? WILDCARD_SSID_MATCH : NO_SSID_MATCH;
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_registrar.c767 "configured wildcard PIN");
779 * @uuid: UUID-E or %NULL for wildcard (any UUID)
874 * wps_registrar_invalidate_wildcard_pin - Invalidate a wildcard PIN
878 * Returns: 0 on success, -1 if not wildcard PIN is enabled
932 int wildcard = 0; local
945 /* Check for wildcard UUIDs since none of the UUID-specific
950 wpa_printf(MSG_DEBUG, "WPS: Found a wildcard "
952 wildcard = 1;
974 if (wildcard)
988 * a wildcard UUI
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A DAndroid.mk76 ifneq ($(wildcard external/libnl),)
1709 ifneq ($(wildcard external/libnl),)
H A Dscan.c770 * for adding the wildcard scan entry.
1003 * wildcard SSID.
1095 * wildcard SSID scans with specific SSID scans to avoid
1096 * waiting a long time for a wildcard scan.
1103 "wildcard SSID (Interleave with specific)");
1115 wpa_dbg(wpa_s, MSG_DEBUG, "Include wildcard SSID in "
1127 wpa_dbg(wpa_s, MSG_DEBUG, "Starting AP scan for wildcard "
1429 int wildcard = 0; local
1453 /* Use wildcard SSID to find this network */
1454 wildcard
[all...]
/freebsd-11-stable/sys/net/
H A Dif_clone.c690 int wildcard; local
698 wildcard = (unit < 0);
710 /* In the wildcard case, we need to update the name. */
711 if (wildcard) {
H A Dif_epair.c730 int error, unit, wildcard; local
737 wildcard = (unit < 0);
748 if (wildcard) {

Completed in 304 milliseconds

12