Searched refs:wild (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.9.5/postfix-252/postfix/src/smtpd/
H A Dsmtpd_dnswl.in16 client_restrictions permit_dnswl_client,wild.porcupine.org,reject
25 recipient_restrictions permit_dnswl_client,wild.porcupine.org,reject_unauth_destination
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/strings/
H A Dapr_fnmatch.c202 int wild; local
203 /* For '*' wild processing only; surpress 'used before initialization'
268 for (wild = 0; ((*pattern == '*') || (*pattern == '?')); ++pattern)
271 wild = 1;
282 if (wild)
305 wild = 0;
318 /* Begin first wild comparison at the current position */
343 /* Success; begin a new wild pattern search
363 if (wild) {
/macosx-10.9.5/apr-30/apr/apr/strings/
H A Dapr_fnmatch.c202 int wild; local
203 /* For '*' wild processing only; surpress 'used before initialization'
268 for (wild = 0; ((*pattern == '*') || (*pattern == '?')); ++pattern)
271 wild = 1;
282 if (wild)
305 wild = 0;
318 /* Begin first wild comparison at the current position */
343 /* Success; begin a new wild pattern search
363 if (wild) {
/macosx-10.9.5/sudo-72/src/
H A Dfnmatch.c302 int wild; local
303 /* For '*' wild processing only; surpress 'used before initialization'
371 for (wild = 0; ((*pattern == '*') || (*pattern == '?')); ++pattern)
374 wild = 1;
385 if (wild)
408 wild = 0;
421 /* Begin first wild comparison at the current position */
446 /* Success; begin a new wild pattern search
466 if (wild) {
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A Dnsec3.c471 domainname wild; local
482 wild.c[0] = 1;
483 wild.c[1] = '*';
484 wild.c[2] = 0;
485 if (!AppendDomainName(&wild, ce))
490 if (!NSEC3Find(m, NSEC3Covers, ncr, &wild, mDNSNULL, &wildcard, mDNSNULL, dv->q.qtype))
497 LogDNSSEC("NSEC3NameErrorProof: Wildcard %##s covered by %s", wild.c, CRDisplayString(m, wildcard));
569 domainname wild; local
584 wild.c[0] = 1;
585 wild
[all...]
H A Dnsec.c915 LogDNSSEC("NoDataProof: Verifying wild and noname %s", RRDisplayString(m, nsec_wild));
921 LogDNSSEC("NoDataProof: Verifying wild %s", RRDisplayString(m, nsec_wild));
938 domainname wild; local
955 wild.c[0] = 1;
956 wild.c[1] = '*';
957 wild.c[2] = 0;
958 if (!AppendDomainName(&wild, ce))
963 if (NSECNameExists(m, rr, &wild, qtype) != 0)
965 LogDNSSEC("NSECNoWildcard: Wildcard name %##s exists or not valid qname %##s (%s)", wild.c, qname->c, DNSTypeName(qtype));
968 LogDNSSEC("NSECNoWildcard: Wildcard name %##s does not exist for record %s, qname %##s (%s)", wild
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/vmalloc/
H A Dvmprivate.c80 { if(!vd->wild || SEG(vd->wild) != seg)
83 { s = SIZE(vd->wild) + sizeof(Head_t);
131 if(bp == vd->wild)
132 vd->wild = NIL(Block_t*);
172 check for the wild block.
193 /* see if the wild block is still wild */
194 if((t = vd->wild) && (seg = SEG(t)) != vd->seg)
203 vd->wild
[all...]
H A Dvmopen.c123 vd->free = vd->wild = NIL(Block_t*);
165 else vd->wild = b;
H A Dvmclear.c57 vd->free = vd->wild = NIL(Block_t*);
H A Dvmbest.c41 static int N_wild; /* # allocated from the wild block */
103 if(b == vd->wild)
455 if(np == vd->wild)
456 vd->wild = NIL(Block_t*);
485 { vd->wild = fp;
591 if(bp == vd->wild)
611 vd->wild = NIL(Block_t*);
723 if((tp = vd->wild) && SIZE(tp) >= size)
725 vd->wild = NIL(Block_t*);
761 vd->wild
[all...]
/macosx-10.9.5/Libinfo-449.1.3/nis.subproj/
H A Dinnetgr.c290 char *wild = "*"; local
296 case 1: makekey(key,wild,domain); break;
297 case 2: makekey(key,name,wild); break;
298 case 3: makekey(key,wild,wild); break;
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dvalidator.h152 dns_fixedname_t wild; member in struct:dns_validator
H A Ddnssec.h131 dns_rdata_t *sigrdata, dns_name_t *wild);
144 *\li 'wild' if non-NULL then is a valid and has a buffer.
151 * 'wild' contains the name of the wildcard if non-NULL.
H A Drbt.h129 unsigned int wild:1; member in struct:dns_rbtnode
/macosx-10.9.5/vim-53/src/
H A Dgui_xmdlg.c53 static char wild[3] = "*"; variable
289 /* find order place, but make sure that wild card comes first */
290 if (!strcmp(item, wild))
294 if (strcmp(buf[i], item) > 0 && strcmp(buf[i], wild))
313 /* An empty selection or a wild card matches anything.
315 if (!data->sel[l] || !strcmp(data->sel[l], wild))
377 /* First we insert the wild char into every single list. */
379 add_to_list(list[ENCODING], wild, &count[ENCODING]);
381 add_to_list(list[NAME], wild, &count[NAME]);
383 add_to_list(list[STYLE], wild,
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dvalidator.c851 isc_boolean_t *data, dns_name_t *wild)
975 if (wild != NULL) {
988 wild, NULL);
1333 dns_name_t *wild = dns_fixedname_name(&val->wild); local
1343 rdataset, &exists, &data, wild)
1925 dns_name_t *wild; local
1929 wild = dns_fixedname_name(&fixed);
1932 key, ignore, val->view->mctx, rdata, wild);
1953 if (!dns_name_equal(val->event->name, wild)) {
849 nsecnoexistnodata(dns_validator_t *val, dns_name_t *name, dns_name_t *nsecname, dns_rdataset_t *nsecset, isc_boolean_t *exists, isc_boolean_t *data, dns_name_t *wild) argument
2798 dns_name_t *name, *wild, tname; local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dnssec/
H A Dtests.sh131 $DIG $DIGOPTS a.wild.example. @10.53.0.2 a > dig.out.ns2.test$n || ret=1
132 $DIG $DIGOPTS a.wild.example. @10.53.0.4 a > dig.out.ns4.test$n || ret=1
142 $DIG $DIGOPTS a.wild.nsec3.example. @10.53.0.3 a > dig.out.ns3.test$n || ret=1
151 $DIG $DIGOPTS a.wild.nsec3.example. @10.53.0.3 a > dig.out.ns3.test$n || ret=1
160 $DIG $DIGOPTS a.wild.nsec3.example. @10.53.0.3 a > dig.out.ns3.test$n || ret=1
161 $DIG $DIGOPTS a.wild.nsec3.example. @10.53.0.4 a > dig.out.ns4.test$n || ret=1
171 $DIG $DIGOPTS a.wild.optout.example. \
173 $DIG $DIGOPTS a.wild.optout.example. \
262 $DIG $DIGOPTS b.wild.example. @10.53.0.2 txt > dig.out.ns2.test$n || ret=1
263 $DIG $DIGOPTS b.wild
[all...]
/macosx-10.9.5/xnu-2422.115.4/SETUP/kextsymboltool/
H A Dkextsymboltool.c624 boolean_t wild; local
633 wild = ((len > 2) && ('*' == name[len-=2]));
634 if (wild)
696 if (result && !wild)
856 printf("wild: %s, %s\n", export_symbols[export_idx].name,
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Din6_pcb.c186 int wild = 0, reuseport = (so->so_options & SO_REUSEPORT); local
195 wild = 1;
338 &sin6.sin6_addr, lport, wild);
351 sin.sin_addr, lport, wild);
H A Din6_src.c1221 int count, error = 0, wild = 0; local
1234 wild = INPLOOKUP_WILDCARD;
1289 wild));
1311 wild));
/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Dpackage.cpp884 const char *wild; local
895 wild=strchr(pattern, '*');
896 if(wild==NULL) {
901 findPrefixLength=(int32_t)(wild-pattern);
902 findSuffix=wild+1;
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlschemastypes.c409 xmlSchemaWildcardPtr wild; local
433 wild = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard));
434 if (wild == NULL) {
438 memset(wild, 0, sizeof(xmlSchemaWildcard));
439 wild->type = XML_SCHEMA_TYPE_ANY;
440 wild->any = 1;
441 wild->processContents = XML_SCHEMAS_ANY_LAX;
442 particle->children = (xmlSchemaTreeItemPtr) wild;
446 wild = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard));
447 if (wild
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemastypes.c409 xmlSchemaWildcardPtr wild; local
433 wild = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard));
434 if (wild == NULL) {
438 memset(wild, 0, sizeof(xmlSchemaWildcard));
439 wild->type = XML_SCHEMA_TYPE_ANY;
440 wild->any = 1;
441 wild->processContents = XML_SCHEMAS_ANY_LAX;
442 particle->children = (xmlSchemaTreeItemPtr) wild;
446 wild = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard));
447 if (wild
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isccfg/
H A Dparser.c1957 const char *wild = ""; local
1964 wild = " or '*'";
1966 wild = " or IPv4 prefix";
1970 prefix, wild);
1974 prefix, wild);
1978 prefix, wild);
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp781 bool wild; local
799 wild = ('*' == key->getChar( keyLen - 1 ));
803 if( wild)

Completed in 189 milliseconds

12