Searched refs:exclude (Results 1 - 25 of 126) sorted by relevance

123456

/macosx-10.10/gnutar-453/gnutar/lib/
H A Dexclude.h0 /* exclude.h -- declarations for excluding file names
29 /* Include instead of exclude. */
36 struct exclude;
38 struct exclude *new_exclude (void);
39 void free_exclude (struct exclude *);
40 void add_exclude (struct exclude *, char const *, int);
41 int add_exclude_file (void (*) (struct exclude *, char const *, int),
42 struct exclude *, char const *, int, char);
43 bool excluded_file_name (struct exclude const *, char const *);
H A Dexclude.c0 /* exclude.c -- exclude file names
34 #include "exclude.h"
59 /* An exclude pattern-options pair. The options are fnmatch options
68 /* An exclude list, of pattern-options pairs. */
70 struct exclude struct
72 struct patopts *exclude; member in struct:exclude
77 /* Return a newly allocated and empty exclude list. */
79 struct exclude *
85 /* Free the storage associated with an exclude lis
172 struct patopts const *exclude = ex->exclude; local
[all...]
/macosx-10.10/gnudiff-19/diffutils/lib/
H A Dexclude.h0 /* exclude.h -- declarations for excluding file names
35 /* Include instead of exclude. */
42 struct exclude;
44 struct exclude *new_exclude PARAMS ((void));
45 void free_exclude PARAMS ((struct exclude *));
46 void add_exclude PARAMS ((struct exclude *, char const *, int));
47 int add_exclude_file PARAMS ((void (*) (struct exclude *, char const *, int),
48 struct exclude *, char const *, int, char));
49 bool excluded_filename PARAMS ((struct exclude const *, char const *));
H A Dexclude.c0 /* exclude.c -- exclude file names
58 #include "exclude.h"
76 /* An exclude pattern-options pair. The options are fnmatch options
85 /* An exclude list, of pattern-options pairs. */
87 struct exclude struct
89 struct patopts *exclude; member in struct:exclude
94 /* Return a newly allocated and empty exclude list. */
96 struct exclude *
99 struct exclude *e
154 struct patopts const *exclude = ex->exclude; local
[all...]
/macosx-10.10/vim-55/xcodescripts/
H A Dinstall-runtime.sh16 --exclude spell \
17 --exclude rgb.txt \
18 --exclude macmap.vim \
19 --exclude makemenu.vim \
20 --exclude \*.1 \
21 --exclude \*.man \
22 --exclude Makefile \
23 --exclude \*.info \
24 --exclude \*.dict \
25 --exclude \*
[all...]
/macosx-10.10/rsync-45/rsync/testsuite/
H A Dcompare-dest.test20 $RSYNC -av --include=text --include='*/' --exclude='*' "$fromdir/" "$alt1dir/"
21 $RSYNC -av --include=etc-ltr-list --include='*/' --exclude='*' "$fromdir/" "$alt2dir/"
26 $RSYNC -av --exclude=/text --exclude=etc-ltr-list "$fromdir/" "$chkdir/"
H A Ddaemon-gzip-download.test31 # Build chkdir with a normal rsync and an --exclude.
32 $RSYNC -av --exclude=foobar.baz "$fromdir/" "$chkdir/"
H A Ddaemon-gzip-upload.test25 # Build chkdir with a normal rsync and an --exclude.
26 $RSYNC -av --exclude=foobar.baz "$fromdir/" "$chkdir/"
H A Dbatch-mode.test16 # Build chkdir for the daemon tests using a normal rsync and an --exclude.
17 $RSYNC -av --exclude=foobar.baz "$fromdir/" "$chkdir/"
H A Ddelete.test19 $RSYNC -av -f 'exclude,! */' "$fromdir/" "$chkdir/empty/"
34 $RSYNC -r --exclude=baz --filter=': filters' --delete-excluded "$fromdir/" "$todir/"
H A Dexclude.test8 # Test rsync handling of exclude/include directives.
10 # Test some of the more obscure wildcard handling of exclude/include
28 exclude down
44 - home-cvs-exclude
48 echo cvsout >"$fromdir/bar/down/to/home-cvs-exclude"
81 # Setup our test exclude/include files.
83 excl="$scratchdir/exclude-from"
106 home-cvs-exclude
123 # Un-tweak the directory times in our first (weak) exclude test (though
125 $RSYNC -av --existing --include='*/' --exclude
[all...]
/macosx-10.10/file_cmds-242/mtree/
H A Dexcludes.c51 struct exclude { struct
52 LIST_ENTRY(exclude) link;
56 static LIST_HEAD(, exclude) excludes;
69 struct exclude *e;
101 struct exclude *e;
/macosx-10.10/xnu-2782.1.97/tools/
H A Dremote_build.sh177 tar jcf ./BUILD/obj.tar.bz2 --exclude=\*.o --exclude=\*.cpo --exclude=\*.d --exclude=\*.cpd --exclude=\*.non_lto --exclude=\*.ctf --exclude=conf -C ./BUILD/obj . || exit 1
216 rsync -azv --delete --exclude=\*~ --exclude=.svn --exclude
[all...]
H A Dxcrun_cache.sh137 rsync -aq --exclude=c++ --exclude=php --exclude=soc "${SDKPROPERTY}/usr/include/" "${OBJROOT}/BuildTools/${SDKNAME}/usr/include/"
147 rsync -aq --exclude=\*_debug.dylib --exclude=\*_profile.dylib "${SDKPROPERTY}/usr/lib/system/" "${OBJROOT}/BuildTools/${SDKNAME}/usr/lib/system/"
/macosx-10.10/AvailabilityVersions-9/
H A DMakefile22 rsync -a --exclude=.svn --exclude=.git ./ "$(SRCROOT)"
/macosx-10.10/ruby-106/ruby/lib/rake/
H A Dclean.rb18 CLEAN.clear_exclude.exclude { |fn|
/macosx-10.10/ruby-106/ruby/test/rake/
H A Dtest_rake_file_list.rb151 x = fl.exclude(%r{^x.+\.})
157 fl.exclude('*.c')
161 fl.exclude('existing')
168 fl.exclude { |fn| fn.pathmap('%n') == 'xyz' }
169 assert fl.exclude?("xyz.c"), "Should exclude xyz.c"
174 fl = FileList['*'].exclude(/.*\.[hcx]$/)
180 fl = FileList['*'].exclude('abc.c')
334 files = FileList['test/lib/*_test.rb'].exclude("test/lib/filelist_test.rb")
407 assert fl.exclude
[all...]
H A Dtest_rake_package_task.rb16 p.package_files.exclude(/\bCVS\b/)
17 p.package_files.exclude(/~$/)
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dgrep-changelog34 use vars qw($author $regexp $exclude $from_date $to_date
51 "exclude=s" => \$exclude,
81 --exclude=TEXT Exclude entries matching TEXT
137 # $exclude.
146 && (!$exclude || $entry !~ $exclude));
148 return 1 if !$exclude || $entry !~ $exclude;
/macosx-10.10/Heimdal-398.1.2/tests/kdc/
H A Dleaks-kill.sh23 leaks -exclude __CFInitialize $pid > leaks-log 2>&1 || \
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DRegisterSet.h84 void exclude(const RegisterSet& other) { m_vector.exclude(other.m_vector); } function in class:JSC::RegisterSet
/macosx-10.10/pyobjc-45/2.5/
H A DGNUmakefile26 RSYNC += --exclude=OBJROOT
33 RSYNC += --exclude=SYMROOT
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLThunks.cpp115 clobber.exclude(RegisterSet::reservedHardwareRegisters());
116 clobber.exclude(RegisterSet::stackRegisters());
117 clobber.exclude(RegisterSet::calleeSaveRegisters());
118 clobber.exclude(dontClobber);
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dns64/ns2/
H A Dnamed.conf41 exclude { 2001:eeee::/32; 64:FF9B::/96; ::ffff:0000:0000/96; };
48 exclude { 64:FF9B::/96; ::ffff:0000:0000/96; };
/macosx-10.10/ruby-106/ruby/benchmark/
H A Ddriver.rb77 @exclude = opt[:exclude] || nil
180 next if @exclude && /#{@exclude}/ =~ File.basename(file)
278 o.on('-x', '--exclude [PATTERN]', "Benchmark exclude pattern"){|e|
279 opt[:exclude] = e

Completed in 153 milliseconds

123456