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

1234567

/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dexclude.h1 /* $NetBSD: exclude.h,v 1.1.1.1 2016/01/13 03:15:30 christos Exp $ */
3 /* exclude.h -- declarations for excluding file names
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));
51 bool excluded_filename PARAMS ((struct exclude cons
[all...]
H A Dexclude.c1 /* $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...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Dexclude-file-1.d1 #source: exclude-file-a.s
2 #source: exclude-file-b.s
3 #ld: -T exclude-file-1.t
4 #map: exclude-file-1.map
H A Dexclude-file-2.d1 #source: exclude-file-a.s
2 #source: exclude-file-b.s
3 #ld: -T exclude-file-2.t
4 #map: exclude-file-2.map
H A Dexclude-file-3.d1 #source: exclude-file-a.s
2 #source: exclude-file-b.s
3 #ld: -T exclude-file-3.t
4 #map: exclude-file-3.map
H A Dexclude-file-4.d1 #source: exclude-file-a.s
2 #source: exclude-file-b.s
3 #ld: -T exclude-file-4.t
4 #map: exclude-file-4.map
H A Dexclude-file-5.d1 #source: exclude-file-a.s
2 #source: exclude-file-b.s
3 #ld: -T exclude-file-5.t
4 #map: exclude-file-5.map
H A Dexclude-file-6.d1 #source: exclude-file-a.s
2 #source: exclude-file-b.s
3 #ld: -T exclude-file-6.t
4 #map: exclude-file-6.map
H A Dexclude-file-7.d1 #source: exclude-file-a.s
2 #source: exclude-file-b.s
3 #ld: -T exclude-file-7.t
4 #map: exclude-file-7.map
H A Dexclude-file.exp23 unsupported exclude-file.exp
27 set test_list [lsort [glob -nocomplain $srcdir/$subdir/exclude-file-*.d]]
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dexclude.h1 /* $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));
H A Dexclude.c1 /* $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...]
H A Dsavedir.h6 #include "exclude.h"
18 struct exclude *, struct exclude *));
/netbsd-current/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-current/crypto/external/bsd/netpgp/
H A Dmkdist15 tar --exclude CVS --exclude .libs --exclude autom4te.cache --exclude \*.lo --exclude \*.o --exclude \*.la -cvzf netpgp-$t.tar.gz netpgp-$t
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dpr20513a.d8 [ ]*\[.*\][ ]+\..text\.exclude[ ]+.*
H A Dpr20513b.d8 [ ]*\[.*\][ ]+\..text\.exclude[ ]+.*
H A Dexclude.exp1 # Expect script for --exclude-libs tests
44 set test3 "ld link shared library with --exclude-libs"
45 set test4 "ld exclude symbols from archive - --exclude-libs libexclude"
46 set test5 "ld exclude symbols from archive - --exclude-libs libexclude.a"
47 set test6 "ld exclude symbols from archive - --exclude-libs ALL"
48 set test7 "ld exclude symbols from archive - --exclude
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dexclude-1a.d2 #source: exclude-1.s
/netbsd-current/usr.sbin/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;
/netbsd-current/external/cddl/dtracetoolkit/dist/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;
/netbsd-current/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;
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dmkdist8 tar --exclude CVS -cvzf $HOME/${name}.tar.gz ${name} &&

Completed in 224 milliseconds

1234567