Home
last modified time | relevance | path

Searched refs:excludes (Results 1 – 25 of 108) sorted by relevance

12345

/openbsd/usr.bin/locate/locate/
H A Dupdatedb.sh87 excludes="! (" or=""
90 excludes="$excludes $or -fstype $fstype"
93 excludes="$excludes ) -prune"
99 excludes="$excludes -or -path $path -prune"
108 if $find $SEARCHPATHS $excludes -or -print 2>/dev/null |
/openbsd/gnu/llvm/llvm/utils/lit/lit/
H A DTestingConfig.py101 excludes = [],
147 test_exec_root, test_source_root, excludes, argument
160 self.excludes = set(excludes)
198 self.excludes = set(self.excludes)
H A Ddiscovery.py190 if lc.suffixes or lc.excludes:
206 if filename in ('Output', '.svn', '.git') or filename in lc.excludes:
/openbsd/usr.bin/diff/
H A Ddiff.h79 struct excludes { struct
81 struct excludes *next; argument
88 extern struct excludes *excludes_list;
H A Ddiff.c43 struct excludes *excludes_list;
319 struct excludes *entry; in push_excludes()
H A Ddiffdir.c221 struct excludes *excl; in selectfile()
/openbsd/gnu/llvm/llvm/utils/lit/lit/formats/
H A Dbase.py19 filename in localConfig.excludes):
63 d not in localConfig.excludes)]
68 filename in localConfig.excludes):
/openbsd/usr.bin/gprof/
H A Delf.c45 static char *excludes[] = { ".mcount", "_mcleanup", NULL }; variable
127 *defaultEs = excludes; in getnfile()
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/standalone-tests-with-excludes/
H A Dlit.cfg4 config.excludes = ['.test']
/openbsd/gnu/gcc/config/
H A Dpo.m434 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
35 dnl The second test excludes FreeBSD msgfmt.
43 dnl The first test excludes Solaris xgettext and early GNU xgettext versions.
44 dnl The second test excludes FreeBSD xgettext.
/openbsd/gnu/usr.bin/binutils-2.17/config/
H A Dpo.m434 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
35 dnl The second test excludes FreeBSD msgfmt.
43 dnl The first test excludes Solaris xgettext and early GNU xgettext versions.
44 dnl The second test excludes FreeBSD xgettext.
/openbsd/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Darguments.py89 uniq_excludes = set(os.path.abspath(entry) for entry in args.excludes)
90 args.excludes = list(uniq_excludes)
H A Danalyze.py220 for exclude_directory in args.excludes)
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Dsvr3z.ifile10 * BIND to an address that excludes page 0 from being mapped. The value
/openbsd/gnu/llvm/llvm/utils/lit/tests/
H A Dlit.cfg22 # excludes: A list of individual files to exclude.
23 config.excludes = ['Inputs']
/openbsd/gnu/usr.bin/texinfo/m4/
H A Dpo.m434 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
35 dnl The second test excludes FreeBSD msgfmt.
43 dnl The first test excludes Solaris xgettext and early GNU xgettext versions.
44 dnl The second test excludes FreeBSD xgettext.
/openbsd/gnu/llvm/libcxx/utils/libcxx/test/
H A Dformat.py198 if filename.startswith('.') or filename in localConfig.excludes:
/openbsd/gnu/llvm/lld/COFF/
H A DDriver.h49 std::vector<StringRef> excludes; member
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def169 /// This excludes any user-declared but not user-provided special members
181 /// This excludes any user-declared but not user-provided special members
/openbsd/lib/libexpat/
H A DREADME.md177 1. Run `make` (which excludes xmlwf).
179 1. Run `make install` (again, excludes xmlwf).
/openbsd/gnu/gcc/gcc/config/mips/
H A Dconstraints.md171 if @samp{!TARGET_EXPLICIT_RELOCS}). For MIPS16, it excludes stack and
/openbsd/gnu/usr.bin/binutils/ld/
H A Dpe-dll.c360 static struct exclude_list_struct *excludes = 0; variable
379 new_exclude->next = excludes; in pe_dll_add_excludes()
380 excludes = new_exclude; in pe_dll_add_excludes()
483 for (ex = excludes; ex; ex = ex->next) in auto_export()
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Dpe-dll.c360 static struct exclude_list_struct *excludes = 0; variable
379 new_exclude->next = excludes; in pe_dll_add_excludes()
380 excludes = new_exclude; in pe_dll_add_excludes()
483 for (ex = excludes; ex; ex = ex->next) in auto_export()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Ddlltool.c663 static struct string_list *excludes; variable
1340 new_exclude->next = excludes; in add_excludes()
1341 excludes = new_exclude; in add_excludes()
1357 for (excl_item = excludes; excl_item; excl_item = excl_item->next) in match_exclude()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Ddlltool.c666 static struct string_list *excludes; variable
1351 new_exclude->next = excludes; in add_excludes()
1352 excludes = new_exclude; in add_excludes()
1368 for (excl_item = excludes; excl_item; excl_item = excl_item->next) in match_exclude()

12345