Searched refs:wildcard (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.0-release/sys/netipx/
H A Dipx_pcb.c391 int matchwild = 3, wildcard; local
400 wildcard = 0;
403 wildcard++;
406 wildcard++;
414 wildcard++;
418 if (wildcard && wildp == 0)
420 if (wildcard < matchwild) {
422 matchwild = wildcard;
423 if (wildcard == 0)
/freebsd-10.0-release/contrib/amd/amd/
H A Dmapc.c105 static char wildcard[] = "*"; variable
497 * Do a wildcard lookup in the map and
504 * Attempt to find the wildcard entry
506 int rc = search_map(m, wildcard, &m->wildcard);
509 m->wildcard = 0;
571 m->wildcard = 0;
573 dlog("calling mapc_search for wildcard");
574 error = mapc_search(m, wildcard, &m->wildcard);
[all...]
H A Damd.h353 char *wildcard; /* Wildcard value */ member in struct:mnt_map
/freebsd-10.0-release/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-10.0-release/sys/xen/interface/foreign/
H A DMakefile6 scripts := $(wildcard *.py)
/freebsd-10.0-release/sys/net/
H A Dif_clone.c566 int wildcard; local
568 wildcard = (*unit < 0);
579 if (wildcard) {
590 if (wildcard) {
635 int wildcard; local
643 wildcard = (unit < 0);
655 /* In the wildcard case, we need to update the name. */
656 if (wildcard) {
H A Dif_vlan.c859 int wildcard; local
903 wildcard = (unit < 0);
907 wildcard = 0;
922 wildcard = (unit < 0);
929 /* In the wildcard case, we need to update the name. */
930 if (wildcard) {
H A Dif_epair.c710 int error, unit, wildcard; local
737 wildcard = (unit < 0);
748 if (wildcard) {
/freebsd-10.0-release/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-10.0-release/sys/netinet6/
H A Din6_pcb.c682 int matchwild = 3, wildcard; local
692 * Look for an unconnected (wildcard foreign addr) PCB that
737 wildcard = 0;
746 wildcard++;
750 wildcard++;
756 wildcard++;
758 if (wildcard < matchwild) {
760 matchwild = wildcard;
892 * Then look for a wildcard match, if requested.
1028 * Then look for a wildcard matc
[all...]
/freebsd-10.0-release/sys/fs/smbfs/
H A Dsmbfs_smb.c966 const char *wildcard, int wclen, int attr, struct smb_cred *scred)
969 if (wildcard) {
970 if (wclen == 1 && wildcard[0] == '*') {
974 ctx->f_wildcard = wildcard;
1170 const char *wildcard, int wclen, int attr, struct smb_cred *scred)
1179 ctx->f_wildcard = wildcard;
1314 smbfs_findopen(struct smbnode *dnp, const char *wildcard, int wclen, int attr, argument
1328 error = smbfs_findopenLM1(ctx, dnp, wildcard, wclen, attr, scred);
1330 error = smbfs_findopenLM2(ctx, dnp, wildcard, wclen, attr, scred);
965 smbfs_findopenLM1(struct smbfs_fctx *ctx, struct smbnode *dnp, const char *wildcard, int wclen, int attr, struct smb_cred *scred) argument
1169 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.h163 int smbfs_findopen(struct smbnode *dnp, const char *wildcard, int wclen,
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dbeacon.c325 int wildcard = 0; local
328 wildcard = 1;
334 return wildcard ? WILDCARD_SSID_MATCH : NO_SSID_MATCH;
342 wildcard = 1;
349 return wildcard ? WILDCARD_SSID_MATCH : NO_SSID_MATCH;
/freebsd-10.0-release/sys/netinet/
H A Din_pcb.c1405 int wildcard; local
1415 * Look for an unconnected (wildcard foreign addr) PCB that
1464 wildcard = 0;
1487 wildcard += INP_LOOKUP_MAPPED_PCB_COST;
1490 wildcard++;
1493 wildcard++;
1498 wildcard++;
1500 if (wildcard < matchwild) {
1502 matchwild = wildcard;
1560 * Then look for a wildcard matc
[all...]
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dscan.c654 * wildcard SSID.
701 * wildcard SSID scans with specific SSID scans to avoid
702 * waiting a long time for a wildcard scan.
709 "wildcard SSID (Interleave with specific)");
721 wpa_dbg(wpa_s, MSG_DEBUG, "Include wildcard SSID in "
727 wpa_dbg(wpa_s, MSG_DEBUG, "Starting AP scan for wildcard "
901 int wildcard = 0; local
922 /* Use wildcard SSID to find this network */
923 wildcard = 1;
943 if (wildcard)
[all...]
/freebsd-10.0-release/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-10.0-release/contrib/binutils/ld/
H A Dldgram.y75 struct wildcard_spec wildcard;
102 %type <wildcard> wildcard_spec
/freebsd-10.0-release/crypto/openssh/
H A Dchannels.c2747 * specified address or wildcard. On the client, a specified bind
2750 * and force a wildcard bind, whereas a value of 2 (``clientspecified'')
2755 * "0.0.0.0" -> wildcard v4/v6 if SSH_OLD_FORWARD_ADDR
2756 * "" (empty string), "*" -> wildcard v4/v6
2764 int wildcard = 0; local
2769 wildcard = 1;
2775 wildcard = 1;
2780 *wildcardp = wildcard;
2790 int sock, r, success = 0, wildcard = 0, is_client; local
2810 addr = channel_fwd_bind_addr(listen_addr, &wildcard,
[all...]
/freebsd-10.0-release/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-10.0-release/contrib/ipfilter/
H A DHISTORY193 3472340 wildcard counter drops twice

Completed in 351 milliseconds