OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:excludes
(Results
1 - 7
of
7
) sorted by relevancy
/src/usr.sbin/mtree/
excludes.c
1
/* $NetBSD:
excludes
.c,v 1.13 2004/06/20 22:20:18 jmc Exp $ */
39
__RCSID("$NetBSD:
excludes
.c,v 1.13 2004/06/20 22:20:18 jmc Exp $");
56
* We're assuming that there won't be a whole lot of
excludes
,
64
static LIST_HEAD(, exclude)
excludes
;
71
LIST_INIT(&
excludes
);
99
LIST_INSERT_HEAD(&
excludes
, e, link);
112
e = LIST_FIRST(&
excludes
);
Makefile
10
SRCS= compare.c crc.c create.c
excludes
.c misc.c mtree.c spec.c specspec.c \
/src/usr.bin/diff/
diff.h
96
struct
excludes
{
struct
98
struct
excludes
*next;
110
extern struct
excludes
*excludes_list;
diff.c
48
struct
excludes
*excludes_list;
423
* Read in an
excludes
file and push each line.
448
* Push a pattern onto the
excludes
list.
453
struct
excludes
*entry;
diffdir.c
227
* diff, else 0. Checks the
excludes
list.
232
struct
excludes
*excl;
242
/* check
excludes
list */
/src/lib/libc/citrus/modules/
citrus_big5.c
106
_BIG5ExcludeList
excludes
;
member in struct:__anon244
187
TAILQ_FOREACH(exclude, &ei->
excludes
, entry) {
227
exclude = TAILQ_LAST(&ei->
excludes
, _BIG5ExcludeList);
235
TAILQ_INSERT_TAIL(&ei->
excludes
, exclude, entry);
243
_CITRUS_PROP_HINT_NUM("
excludes
", &_citrus_BIG5_fill_excludes),
255
while ((exclude = TAILQ_FIRST(&ei->
excludes
)) != NULL) {
256
TAILQ_REMOVE(&ei->
excludes
, exclude, entry);
272
TAILQ_INIT(&ei->
excludes
);
284
TAILQ_INIT(&ei->
excludes
);
/src/sys/external/bsd/compiler_rt/
prepare-import.sh
15
rm -rf lib/builtins/Darwin-
excludes
lib/builtins/macho_embedded
Completed in 17 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026