HomeSort by: relevance | last modified time | path
    Searched refs:exclude (Results 1 - 25 of 159) sorted by relevancy

1 2 3 4 5 6 7

  /src/crypto/external/apache2/openssl/dist/.ctags.d/
exclude.ctags 11 --exclude=.ctags.d
12 --exclude=test
  /src/external/gpl2/diffutils/dist/lib/
exclude.h 1 /* $NetBSD: exclude.h,v 1.1.1.1 2016/01/13 03:15:30 christos Exp $ */
3 /* exclude.h -- declarations for excluding file names
31 /* Exclude options, which can be ORed with fnmatch options. */
37 /* Include instead of exclude. */
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))
    [all...]
exclude.c 1 /* $NetBSD: exclude.c,v 1.1.1.1 2016/01/13 03:15:30 christos Exp $ */
3 /* exclude.c -- exclude file names
60 #include "exclude.h"
78 /* An exclude pattern-options pair. The options are fnmatch options
87 /* An exclude list, of pattern-options pairs. */
89 struct exclude struct
91 struct patopts *exclude; member in struct:exclude
96 /* Return a newly allocated and empty exclude list. */
98 struct exclude *
156 struct patopts const *exclude = ex->exclude; local
    [all...]
  /src/external/gpl2/grep/dist/lib/
exclude.h 1 /* $NetBSD: exclude.h,v 1.1.1.1 2016/01/10 21:36:18 christos Exp $ */
3 /* exclude.h -- declarations for excluding file names
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));
exclude.c 1 /* $NetBSD: exclude.c,v 1.1.1.1 2016/01/10 21:36:18 christos Exp $ */
3 /* exclude.c -- exclude file names
31 #include <exclude.h>
41 struct exclude struct
43 char const **exclude; member in struct:exclude
48 struct exclude *
51 struct exclude *ex = (struct exclude *) xmalloc (sizeof (struct exclude));
61 char const * const *exclude = ex->exclude; local
    [all...]
savedir.h 6 #include "exclude.h"
18 struct exclude *, struct exclude *));
  /src/external/bsd/iscsi/
mkdist 22 tar --exclude CVS --exclude .libs \
23 --exclude autom4te.cache --exclude \*.lo \
24 --exclude \*.o --exclude \*.la \
25 --exclude \*~ --exclude \*.orig \
  /src/crypto/external/bsd/netpgp/
mkdist 15 tar --exclude CVS --exclude .libs --exclude autom4te.cache --exclude \*.lo --exclude \*.o --exclude \*.la -cvzf netpgp-$t.tar.gz netpgp-$t
  /src/usr.sbin/mtree/
excludes.c 59 struct exclude { struct
60 LIST_ENTRY(exclude) link;
64 static LIST_HEAD(, exclude) excludes;
79 struct exclude *e;
107 struct exclude *e;
  /src/external/cddl/dtracetoolkit/dist/Bin/
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;
php_calldist.d 53 self->exclude[self->depth] = 0;
61 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
63 self->exclude[self->depth] = 0;
73 self->exclude[self->depth] += this->elapsed_incl;
php_cpudist.d 53 self->exclude[self->depth] = 0;
61 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
63 self->exclude[self->depth] = 0;
73 self->exclude[self->depth] += this->oncpu_incl;
pl_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;
pl_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;
py_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;
py_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;
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;
  /src/external/cddl/dtracetoolkit/dist/Shell/
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;
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
mkdist 8 tar --exclude CVS -cvzf $HOME/${name}.tar.gz ${name} &&
  /src/external/cddl/dtracetoolkit/dist/Perl/
pl_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;
pl_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;
  /src/external/cddl/dtracetoolkit/dist/Php/
php_calldist.d 53 self->exclude[self->depth] = 0;
61 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
63 self->exclude[self->depth] = 0;
73 self->exclude[self->depth] += this->elapsed_incl;
php_cpudist.d 53 self->exclude[self->depth] = 0;
61 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
63 self->exclude[self->depth] = 0;
73 self->exclude[self->depth] += this->oncpu_incl;
  /src/external/cddl/dtracetoolkit/dist/Python/
py_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;
py_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;

Completed in 116 milliseconds

1 2 3 4 5 6 7