Home
last modified time | relevance | path

Searched refs:exclude (Results 1 – 25 of 809) sorted by relevance

12345678910>>...33

/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dexclude.c89 struct exclude struct
91 struct patopts *exclude; member
98 struct exclude *
101 struct exclude *ex = (struct exclude *) xmalloc (sizeof *ex); in new_exclude()
104 ex->exclude = (struct patopts *) xmalloc (ex->exclude_alloc in new_exclude()
105 * sizeof ex->exclude[0]); in new_exclude()
112 free_exclude (struct exclude *ex) in free_exclude()
114 free (ex->exclude); in free_exclude()
147 excluded_filename (struct exclude const *ex, char const *f) in excluded_filename()
156 struct patopts const *exclude = ex->exclude; in excluded_filename() local
[all …]
H A Dexclude.h44 struct exclude;
46 struct exclude *new_exclude PARAMS ((void));
47 void free_exclude PARAMS ((struct exclude *));
48 void add_exclude PARAMS ((struct exclude *, char const *, int));
49 int add_exclude_file PARAMS ((void (*) (struct exclude *, char const *, int),
50 struct exclude *, char const *, int, char));
51 bool excluded_filename PARAMS ((struct exclude const *, char const *));
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dexclude.c41 struct exclude struct
43 char const **exclude; argument
48 struct exclude *
51 struct exclude *ex = (struct exclude *) xmalloc (sizeof (struct exclude)); in new_exclude()
54 ex->exclude = (char const **) xmalloc (ex->exclude_alloc * sizeof (char *)); in new_exclude()
59 excluded_filename (struct exclude const *ex, char const *f, int options) in excluded_filename()
61 char const * const *exclude = ex->exclude; in excluded_filename() local
66 if (fnmatch (exclude[i], f, options) == 0) in excluded_filename()
73 add_exclude (struct exclude *ex, char const *pattern) in add_exclude()
76 ex->exclude = (char const **) xrealloc (ex->exclude, in add_exclude()
[all …]
H A Dexclude.h31 struct exclude;
33 struct exclude *new_exclude PARAMS ((void));
34 void add_exclude PARAMS ((struct exclude *, char const *));
35 int add_exclude_file PARAMS ((void (*) (struct exclude *, char const *),
36 struct exclude *, char const *, char));
37 int excluded_filename PARAMS ((struct exclude const *, char const *, int));
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/
H A Dmodule.modulemap28 exclude header "CodeGen/LinkAllAsmWriterComponents.h"
29 exclude header "CodeGen/LinkAllCodegenComponents.h"
116 exclude header "DebugInfo/PDB/DIA/DIADataStream.h"
117 exclude header "DebugInfo/PDB/DIA/DIAEnumDebugStreams.h"
118 exclude header "DebugInfo/PDB/DIA/DIAEnumFrameData.h"
119 exclude header "DebugInfo/PDB/DIA/DIAEnumInjectedSources.h"
120 exclude header "DebugInfo/PDB/DIA/DIAEnumLineNumbers.h"
121 exclude header "DebugInfo/PDB/DIA/DIAEnumSectionContribs.h"
122 exclude header "DebugInfo/PDB/DIA/DIAEnumSourceFiles.h"
123 exclude header "DebugInfo/PDB/DIA/DIAEnumSymbols.h"
[all …]
/netbsd-src/external/bsd/iscsi/
H A Dmkdist22 tar --exclude CVS --exclude .libs \
23 --exclude autom4te.cache --exclude \*.lo \
24 --exclude \*.o --exclude \*.la \
25 --exclude \*~ --exclude \*.orig \
/netbsd-src/lib/libc/citrus/modules/
H A Dcitrus_big5.c183 _BIG5Exclude *exclude; in _citrus_BIG5_check_excludes() local
187 TAILQ_FOREACH(exclude, &ei->excludes, entry) { in _citrus_BIG5_check_excludes()
188 if (c >= exclude->start && c <= exclude->end) in _citrus_BIG5_check_excludes()
220 _BIG5Exclude *exclude; in _citrus_BIG5_fill_excludes() local
227 exclude = TAILQ_LAST(&ei->excludes, _BIG5ExcludeList); in _citrus_BIG5_fill_excludes()
228 if (exclude != NULL && (wint_t)start <= exclude->end) in _citrus_BIG5_fill_excludes()
230 exclude = (void *)malloc(sizeof(*exclude)); in _citrus_BIG5_fill_excludes()
231 if (exclude == NULL) in _citrus_BIG5_fill_excludes()
233 exclude->start = (wint_t)start; in _citrus_BIG5_fill_excludes()
234 exclude->end = (wint_t)end; in _citrus_BIG5_fill_excludes()
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Tcl/
H A Dtcl_cpudist.d55 self->exclude[self->depth] = 0;
63 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
65 self->exclude[self->depth] = 0;
74 self->exclude[self->depth] += this->oncpu_incl;
80 self->exclude[self->depth] = 0;
88 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
90 self->exclude[self->depth] = 0;
99 self->exclude[self->depth] += this->oncpu_incl;
H A Dtcl_calldist.d55 self->exclude[self->depth] = 0;
63 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
65 self->exclude[self->depth] = 0;
74 self->exclude[self->depth] += this->elapsed_incl;
80 self->exclude[self->depth] = 0;
88 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
90 self->exclude[self->depth] = 0;
99 self->exclude[self->depth] += this->elapsed_incl;
H A Dtcl_cputime.d56 self->exclude[self->depth] = 0;
64 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
66 self->exclude[self->depth] = 0;
76 self->exclude[self->depth] += this->oncpu_incl;
82 self->exclude[self->depth] = 0;
90 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
92 self->exclude[self->depth] = 0;
102 self->exclude[self->depth] += this->oncpu_incl;
H A Dtcl_calltime.d56 self->exclude[self->depth] = 0;
64 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
66 self->exclude[self->depth] = 0;
76 self->exclude[self->depth] += this->elapsed_incl;
82 self->exclude[self->depth] = 0;
90 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
92 self->exclude[self->depth] = 0;
102 self->exclude[self->depth] += this->elapsed_incl;
/netbsd-src/external/cddl/dtracetoolkit/dist/Bin/
H A Dtcl_cpudist.d55 self->exclude[self->depth] = 0;
63 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
65 self->exclude[self->depth] = 0;
74 self->exclude[self->depth] += this->oncpu_incl;
80 self->exclude[self->depth] = 0;
88 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
90 self->exclude[self->depth] = 0;
99 self->exclude[self->depth] += this->oncpu_incl;
H A Dtcl_calldist.d55 self->exclude[self->depth] = 0;
63 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
65 self->exclude[self->depth] = 0;
74 self->exclude[self->depth] += this->elapsed_incl;
80 self->exclude[self->depth] = 0;
88 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
90 self->exclude[self->depth] = 0;
99 self->exclude[self->depth] += this->elapsed_incl;
H A Dtcl_cputime.d56 self->exclude[self->depth] = 0;
64 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
66 self->exclude[self->depth] = 0;
76 self->exclude[self->depth] += this->oncpu_incl;
82 self->exclude[self->depth] = 0;
90 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
92 self->exclude[self->depth] = 0;
102 self->exclude[self->depth] += this->oncpu_incl;
H A Dtcl_calltime.d56 self->exclude[self->depth] = 0;
64 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
66 self->exclude[self->depth] = 0;
76 self->exclude[self->depth] += this->elapsed_incl;
82 self->exclude[self->depth] = 0;
90 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
92 self->exclude[self->depth] = 0;
102 self->exclude[self->depth] += this->elapsed_incl;
H A Dsh_calldist.d52 self->exclude[self->depth] = 0;
60 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
62 self->exclude[self->depth] = 0;
72 self->exclude[self->depth] += this->elapsed_incl;
89 self->exclude[self->depth] += this->elapsed;
106 self->exclude[self->depth] += this->elapsed;
H A Drb_calldist.d52 self->exclude[self->depth] = 0;
60 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
62 self->exclude[self->depth] = 0;
72 self->exclude[self->depth] += this->elapsed_incl;
91 self->exclude[self->depth] += this->elapsed;
107 self->exclude[self->depth] += this->elapsed;
H A Drb_cpudist.d52 self->exclude[self->depth] = 0;
60 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
62 self->exclude[self->depth] = 0;
72 self->exclude[self->depth] += this->oncpu_incl;
91 self->exclude[self->depth] += this->oncpu;
107 self->exclude[self->depth] += this->oncpu;
H A Dsh_cpudist.d53 self->exclude[self->depth] = 0;
60 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
62 self->exclude[self->depth] = 0;
72 self->exclude[self->depth] += this->oncpu_incl;
89 self->exclude[self->depth] += this->oncpu;
127 self->exclude[depth[ppid]] += this->oncpu;
/netbsd-src/crypto/external/bsd/netpgp/
H A Dmkdist15 tar --exclude CVS --exclude .libs --exclude autom4te.cache --exclude \*.lo --exclude \*.o --exclude
/netbsd-src/external/cddl/dtracetoolkit/dist/Shell/
H A Dsh_calldist.d52 self->exclude[self->depth] = 0;
60 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
62 self->exclude[self->depth] = 0;
72 self->exclude[self->depth] += this->elapsed_incl;
89 self->exclude[self->depth] += this->elapsed;
106 self->exclude[self->depth] += this->elapsed;
H A Dsh_cpudist.d53 self->exclude[self->depth] = 0;
60 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
62 self->exclude[self->depth] = 0;
72 self->exclude[self->depth] += this->oncpu_incl;
89 self->exclude[self->depth] += this->oncpu;
127 self->exclude[depth[ppid]] += this->oncpu;
/netbsd-src/external/cddl/dtracetoolkit/dist/Ruby/
H A Drb_calldist.d52 self->exclude[self->depth] = 0;
60 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
62 self->exclude[self->depth] = 0;
72 self->exclude[self->depth] += this->elapsed_incl;
91 self->exclude[self->depth] += this->elapsed;
107 self->exclude[self->depth] += this->elapsed;
H A Drb_cpudist.d52 self->exclude[self->depth] = 0;
60 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
62 self->exclude[self->depth] = 0;
72 self->exclude[self->depth] += this->oncpu_incl;
91 self->exclude[self->depth] += this->oncpu;
107 self->exclude[self->depth] += this->oncpu;
/netbsd-src/usr.sbin/mtree/
H A Dexcludes.c59 struct exclude { struct
60 LIST_ENTRY(exclude) link;
64 static LIST_HEAD(, exclude) excludes; argument
79 struct exclude *e; in read_excludes_file()
107 struct exclude *e; in check_excludes()

12345678910>>...33