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

1234

/freebsd-9.3-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-9.3-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...]
/freebsd-9.3-release/lib/bind/dns/
H A Dcode.h1394 case 1: result = checkowner_in_a(name, rdclass, type, wildcard); break; \
1395 case 3: result = checkowner_ch_a(name, rdclass, type, wildcard); break; \
1396 case 4: result = checkowner_hs_a(name, rdclass, type, wildcard); break; \
1400 case 2: result = checkowner_ns(name, rdclass, type, wildcard); break; \
1401 case 3: result = checkowner_md(name, rdclass, type, wildcard); break; \
1402 case 4: result = checkowner_mf(name, rdclass, type, wildcard); break; \
1403 case 5: result = checkowner_cname(name, rdclass, type, wildcard); break; \
1404 case 6: result = checkowner_soa(name, rdclass, type, wildcard); break; \
1405 case 7: result = checkowner_mb(name, rdclass, type, wildcard); break; \
1406 case 8: result = checkowner_mg(name, rdclass, type, wildcard); brea
[all...]
/freebsd-9.3-release/sys/xen/interface/foreign/
H A DMakefile6 scripts := $(wildcard *.py)
/freebsd-9.3-release/sys/net/
H A Dif_clone.c444 int wildcard, bytoff, bitoff; local
450 wildcard = (*unit < 0);
454 if (wildcard) {
472 if (!wildcard) {
560 int wildcard; local
569 wildcard = (unit < 0);
581 /* In the wildcard case, we need to update the name. */
582 if (wildcard) {
/freebsd-9.3-release/sys/netinet6/
H A Din6_pcb.c684 int matchwild = 3, wildcard; local
694 * Look for an unconnected (wildcard foreign addr) PCB that
739 wildcard = 0;
748 wildcard++;
752 wildcard++;
758 wildcard++;
760 if (wildcard < matchwild) {
762 matchwild = wildcard;
894 * Then look for a wildcard match, if requested.
1030 * Then look for a wildcard matc
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Drdata.h734 dns_rdatatype_t type, isc_boolean_t wildcard);
737 * If wildcard is true allow the first label to be a wildcard if
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dnull_10.c171 UNUSED(wildcard);
H A Dproforma.c155 UNUSED(wildcard);
H A Dunspec_103.c172 UNUSED(wildcard);
H A Dcert_37.c265 UNUSED(wildcard);
H A Dcname_5.c215 UNUSED(wildcard);
H A Ddname_39.c216 UNUSED(wildcard);
H A Deui48_108.c192 UNUSED(wildcard);
H A Deui64_109.c197 UNUSED(wildcard);
H A Dgpos_27.c235 UNUSED(wildcard);
H A Dhinfo_13.c207 UNUSED(wildcard);
H A Disdn_20.c225 UNUSED(wildcard);
H A Dl32_105.c210 UNUSED(wildcard);
H A Dl64_106.c205 UNUSED(wildcard);
H A Dlp_107.c226 UNUSED(wildcard);
H A Dmb_7.c217 UNUSED(wildcard);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dssu.c358 dns_name_t *wildcard; local
429 wildcard = dns_fixedname_name(&fixed);
431 wildcard, NULL);
434 if (!dns_name_matcheswildcard(name, wildcard))
/freebsd-9.3-release/sys/fs/smbfs/
H A Dsmbfs_smb.c1014 const char *wildcard, int wclen, int attr, struct smb_cred *scred)
1017 if (wildcard) {
1018 if (wclen == 1 && wildcard[0] == '*') {
1022 ctx->f_wildcard = wildcard;
1217 const char *wildcard, int wclen, int attr, struct smb_cred *scred)
1228 ctx->f_wildcard = wildcard;
1363 smbfs_findopen(struct smbnode *dnp, const char *wildcard, int wclen, int attr, argument
1380 error = smbfs_findopenLM1(ctx, dnp, wildcard, wclen, attr, scred);
1382 error = smbfs_findopenLM2(ctx, dnp, wildcard, wclen, attr, scred);
1013 smbfs_findopenLM1(struct smbfs_fctx *ctx, struct smbnode *dnp, const char *wildcard, int wclen, int attr, struct smb_cred *scred) argument
1216 smbfs_findopenLM2(struct smbfs_fctx *ctx, struct smbnode *dnp, const char *wildcard, int wclen, int attr, struct smb_cred *scred) argument
/freebsd-9.3-release/sys/netinet/
H A Din_pcb.c1404 int wildcard; local
1414 * Look for an unconnected (wildcard foreign addr) PCB that
1463 wildcard = 0;
1486 wildcard += INP_LOOKUP_MAPPED_PCB_COST;
1489 wildcard++;
1492 wildcard++;
1497 wildcard++;
1499 if (wildcard < matchwild) {
1501 matchwild = wildcard;
1559 * Then look for a wildcard matc
[all...]

Completed in 219 milliseconds

1234