| /netbsd-src/external/gpl2/diffutils/dist/lib/ |
| H A D | exclude.c | 89 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 D | exclude.h | 44 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 D | exclude.c | 41 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 D | exclude.h | 31 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 D | module.modulemap | 28 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 D | mkdist | 22 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 D | citrus_big5.c | 183 _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 D | tcl_cpudist.d | 55 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 D | tcl_calldist.d | 55 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 D | tcl_cputime.d | 56 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 D | tcl_calltime.d | 56 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 D | tcl_cpudist.d | 55 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 D | tcl_calldist.d | 55 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 D | tcl_cputime.d | 56 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 D | tcl_calltime.d | 56 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 D | sh_calldist.d | 52 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 D | rb_calldist.d | 52 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 D | rb_cpudist.d | 52 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 D | sh_cpudist.d | 53 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 D | mkdist | 15 tar --exclude CVS --exclude .libs --exclude autom4te.cache --exclude \*.lo --exclude \*.o --exclude…
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Shell/ |
| H A D | sh_calldist.d | 52 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 D | sh_cpudist.d | 53 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 D | rb_calldist.d | 52 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 D | rb_cpudist.d | 52 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 D | excludes.c | 59 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()
|