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

123456

/macosx-10.9.5/ruby-104/ruby/lib/rake/contrib/
H A Dsys.rb28 # Install all the files matching +wildcard+ into the +dest_dir+
30 def install(wildcard, dest_dir, mode)
31 FileList.glob(wildcard).each do |fn|
53 # Copy all files matching +wildcard+ into the directory +dest_dir+.
54 def copy_files(wildcard, dest_dir)
55 for_matching_files(wildcard, dest_dir) { |from, to| copy(from, to) }
64 # Link all files matching +wildcard+ into the directory +dest_dir+.
65 def link_files(wildcard, dest_dir)
66 for_matching_files(wildcard, dest_dir) { |from, to| link(from, to) }
75 # Symlink all files matching +wildcard
[all...]
H A Dftptools.rb128 # Upload all files matching +wildcard+ to the uploader's root
130 def upload_files(wildcard)
131 FileList.glob(wildcard).each do |fn|
/macosx-10.9.5/libpcap-42/libpcap/msdos/
H A Dcommon.dj24 ifeq ($(wildcard $(GCCLIB)/libgcc.a),)
/macosx-10.9.5/llvmCore-3425.0.33/projects/
H A DMakefile15 DIRS:= $(filter-out llvm-test test-suite,$(patsubst $(PROJ_SRC_DIR)/%/Makefile,%,$(wildcard $(PROJ_SRC_DIR)/*/Makefile)))
/macosx-10.9.5/curl-78.94.1/curl/packages/TPF/
H A Dcurl.mak33 include $(word 1,$(wildcard $(foreach d,$(TPF_ROOT),$d/opensource/curl/lib/Makefile.inc)) Makefile.inc_not_found)
/macosx-10.9.5/zlib-53/zlib/nintendods/
H A DMakefile60 CFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.c)))
61 CPPFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.cpp)))
62 SFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.s)))
63 BINFILES := $(foreach dir,$(DATA),$(notdir $(wildcard $(dir)/*.*)))
/macosx-10.9.5/TimeZoneData-61/
H A Dmakefile61 ln -sf $(notdir $(lastword $(wildcard $(SRCROOT)/tzdata*.tar.gz))) latest_tzdata.tar.gz; \
62 ln -sf $(notdir $(lastword $(wildcard $(SRCROOT)/tzcode*.tar.gz))) latest_tzcode.tar.gz;);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A Dnsec3.c407 CacheRecord *closerEncloser, CacheRecord *wildcard, DNSSECVerifierCallback callback)
418 if (closerEncloser == wildcard)
420 if (closestEncloser == wildcard)
440 if (wildcard)
442 r = AllocateRRVerifier(&wildcard->resrec, &status);
469 CacheRecord *wildcard; local
481 // that the wildcard does not exist
490 if (!NSEC3Find(m, NSEC3Covers, ncr, &wild, mDNSNULL, &wildcard, mDNSNULL, dv->q.qtype))
492 LogMsg("NSEC3NameErrorProof: Cannot find encloser for wildcard");
497 LogDNSSEC("NSEC3NameErrorProof: Wildcard %##s covered by %s", wild.c, CRDisplayString(m, wildcard));
406 VerifyNSEC3(mDNS *const m, DNSSECVerifier *dv, CacheRecord *ncr, CacheRecord *closestEncloser, CacheRecord *closerEncloser, CacheRecord *wildcard, DNSSECVerifierCallback callback) argument
567 CacheRecord *wildcard = mDNSNULL; local
[all...]
H A Dnsec.c41 // NSEC records are also used for wildcard expanded answer in which case they are cached with the cache record
324 // This function is normally called before checking for wildcard matches. If you
325 // find this NSEC, there is no need to look for a wildcard record
513 // If the answer was result of a wildcard match, then this function proves
514 // that a proper wildcard was used to answer the question and that the
528 // 1) We used a wildcard because the qname does not exist, so verify
531 // 2) Is the wildcard the right one ?
577 LogDNSSEC("WildcardAnswerProof: NSEC3 wildcard proof failed for %##s (%s)", q.qname.c, DNSTypeName(q.qtype));
592 LogMsg("WildcardAnswerProof: ERROR!! Closest Encloser %##s does not match wildcard name %##s", q.qname.c, dv->wildcardName->c);
610 mDNSlocal mDNSBool NSECNoDataError(mDNS *const m, ResourceRecord *rr, domainname *name, mDNSu16 qtype, domainname **wildcard) argument
830 domainname *wildcard = mDNSNULL; local
[all...]
/macosx-10.9.5/patch_cmds-17/diffstat/
H A Dmakefile.wnt16 $P/wildcard.obj
/macosx-10.9.5/vim-53/src/po/
H A DMake_ming.mak95 --add-comments --keyword=_ --keyword=N_ $(wildcard ../*.c) ../if_perl.xs $(wildcard ../globals.h)
99 --add-comments --keyword=_ --keyword=N_ $(wildcard ../*.c) ../if_perl.xs $(wildcard ../globals.h)
H A DMake_cyg.mak121 --add-comments --keyword=_ --keyword=N_ $(wildcard ../*.c) ../if_perl.xs $(wildcard ../globals.h)
125 --add-comments --keyword=_ --keyword=N_ $(wildcard ../*.c) ../if_perl.xs $(wildcard ../globals.h)
/macosx-10.9.5/libxml2-26/libxml2/doc/
H A DMakefile.am21 EXTRA_DIST_wc = xmlcatalog_man.xml $(wildcard tutorial/*.html) \
22 $(wildcard tutorial/*.c) $(wildcard tutorial/*.pdf) \
23 $(wildcard tutorial/images/*.png) \
24 $(wildcard tutorial/images/callouts/*.png) $(wildcard API*.html) \
25 $(wildcard *.1) $(wildcard *.xsl) $(wildcard *.html) \
26 $(wildcard *
[all...]
/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A DMakefile.inc6 sendrecv httpcustomheader certinfo chkspeed ftpgetinfo ftp-wildcard \
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/tsiggss/ns1/
H A Dnamed.conf49 grant Administrator@EXAMPLE.NIL wildcard * A AAAA SRV CNAME;
50 grant testdenied@EXAMPLE.NIL wildcard * TXT;
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DMakefile21 INTRINSICTDS := $(wildcard $(PROJ_SRC_ROOT)/include/llvm/Intrinsics*.td)
/macosx-10.9.5/perl-92/5.16/
H A DMakefile69 ifneq ($(wildcard $(Makefile_inc)),)
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/library/
H A Dxpath.tcl94 if {[regexp ^$nodetestExpr2 [string trimleft $locpath] discard discard discard nodetest discard typetest discard discard literal wildcard locpath]} {
95 set nodetest [ResolveWildcard $nodetest $typetest $wildcard $literal]
117 # wildcard specified
122 } elseif {[regexp ^((${::xml::QName})${::xml::allWsp}::${::xml::allWsp})?$nodetestExpr2 $locpath discard discard axis discard discard discard nodetest discard typetest discard discard literal wildcard locpath]} {
127 set nodetest [ResolveWildcard $nodetest $typetest $wildcard $literal]
305 proc xpath::ResolveWildcard {nodetest typetest wildcard literal} {
308 switch -glob -- [string length $nodetest],[string length $typetest],[string length $wildcard],[string length $literal] {
313 # Name wildcard specified
322 return -code error "bad location step (found both nodetest and wildcard)"
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dftp.c3334 data->set.chunk_end(data->wildcard.customptr);
3860 struct WildcardData *wildcard = &(conn->data->wildcard); local
3868 wildcard->state = CURLWC_CLEAN;
3873 wildcard->pattern = strdup(last_slash);
3874 if(!wildcard->pattern)
3879 else { /* there is only 'wildcard pattern' or nothing */
3881 wildcard->pattern = strdup(path);
3882 if(!wildcard->pattern)
3887 wildcard
3953 struct WildcardData * const wildcard = &(conn->data->wildcard); local
[all...]
H A DMakefile.inc14 curl_fnmatch.c fileinfo.c ftplistparser.c wildcard.c krb5.c \
34 curl_fnmatch.h wildcard.h fileinfo.h ftplistparser.h strtok.h \
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-shlib/
H A DMakefile34 Archives := $(wildcard $(LibDir)/libLLVM*.a)
35 SharedLibraries := $(wildcard $(LibDir)/libLLVM*$(SHLIBEXT))
/macosx-10.9.5/net_snmp-140.1/
H A DAEP.make80 AEP_Filename = $(wildcard $(AEP_ProjVers).tar.gz $(AEP_ProjVers).tar.bz2)
100 AEP_ManPages := $(wildcard *.[1-9] man/*.[1-9])
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Din6_pcb.c925 int matchwild = 3, wildcard; local
934 * Look for an unconnected (wildcard foreign addr) PCB that
974 wildcard = 0;
978 wildcard++;
981 wildcard++;
987 wildcard++;
989 if (wildcard < matchwild) {
991 matchwild = wildcard;
1062 u_int fport_arg, struct in6_addr *laddr, u_int lport_arg, int wildcard,
1108 if (wildcard) {
1061 in6_pcblookup_hash_exists(struct inpcbinfo *pcbinfo, struct in6_addr *faddr, u_int fport_arg, struct in6_addr *laddr, u_int lport_arg, int wildcard, uid_t *uid, gid_t *gid, struct ifnet *ifp) argument
1166 in6_pcblookup_hash(struct inpcbinfo *pcbinfo, struct in6_addr *faddr, u_int fport_arg, struct in6_addr *laddr, u_int lport_arg, int wildcard, struct ifnet *ifp) argument
[all...]
/macosx-10.9.5/CPAN-52/
H A DMakefile4 ifneq ($(wildcard $(SRCROOT)/Platforms/$(RC_TARGET_CONFIG)/$(VERS).inc),)
/macosx-10.9.5/lukemftpd-50/
H A DAEP.make94 AEP_Filename = $(wildcard $(AEP_ProjVers).tar.gz $(AEP_ProjVers).tar.bz2)
111 AEP_ManPages := $(wildcard *.[1-9] man/*.[1-9])

Completed in 798 milliseconds

123456