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

1234

/freebsd-10.0-release/contrib/diff/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_filename (struct exclude const *, char const *);
H A Dexclude.c0 /* exclude.c -- exclude file names
39 #include "exclude.h"
73 /* An exclude pattern-options pair. The options are fnmatch options
82 /* An exclude list, of pattern-options pairs. */
84 struct exclude struct
86 struct patopts *exclude; member in struct:exclude
91 /* Return a newly allocated and empty exclude list. */
93 struct exclude *
99 /* Free the storage associated with an exclude lis
146 struct patopts const *exclude = ex->exclude; local
[all...]
/freebsd-10.0-release/gnu/usr.bin/grep/
H A Dexclude.h0 /* exclude.h -- declarations for excluding file names
29 struct exclude;
31 struct exclude *new_exclude PARAMS ((void));
32 void add_exclude PARAMS ((struct exclude *, char const *));
33 int add_exclude_file PARAMS ((void (*) (struct exclude *, char const *),
34 struct exclude *, char const *, char));
35 int excluded_filename PARAMS ((struct exclude const *, char const *, int));
H A Dexclude.c0 /* exclude.c -- exclude file names
29 #include <exclude.h>
39 struct exclude struct
41 char const **exclude; member in struct:exclude
46 struct exclude *
49 struct exclude *ex = (struct exclude *) xmalloc (sizeof (struct exclude));
52 ex->exclude
59 char const * const *exclude = ex->exclude; local
[all...]
H A Dsavedir.h4 #include "exclude.h"
16 struct exclude *, struct exclude *));
/freebsd-10.0-release/usr.sbin/pkg_install/
H A DMakefile15 --exclude .#* --exclude *~ --exclude CVS \
16 --exclude .svn --exclude pkg_install-*.tar.gz \
/freebsd-10.0-release/contrib/mtree/
H A Dexcludes.c59 struct exclude { struct
60 LIST_ENTRY(exclude) link;
64 static LIST_HEAD(, exclude) excludes;
79 struct exclude *e;
107 struct exclude *e;
/freebsd-10.0-release/usr.sbin/mtree/
H A Dexcludes.c50 struct exclude { struct
51 LIST_ENTRY(exclude) link;
55 static LIST_HEAD(, exclude) excludes;
68 struct exclude *e;
100 struct exclude *e;
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
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 Dphp_calldist.d53 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;
H A Dphp_cpudist.d53 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;
H A Dpl_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;
H A Dpl_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;
H A Dpy_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;
H A Dpy_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;
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_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 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;
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/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;
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Perl/
H A Dpl_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;
H A Dpl_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;
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Php/
H A Dphp_calldist.d53 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;
H A Dphp_cpudist.d53 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;
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Python/
H A Dpy_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;
H A Dpy_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;

Completed in 112 milliseconds

1234