| /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/bsd/zstd/dist/tests/ |
| test-license.py | 130 def exclude(filename): function 142 if exclude(filename):
|
| /src/external/gpl2/grep/dist/lib/ |
| 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...] |
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_config.c | 355 static const char *exclude = NULL; local 364 exclude = getenv("__ZFS_POOL_EXCLUDE"); 368 if (exclude != NULL) { 369 cur = exclude;
|
| libzfs_sendrecv.c | 1197 boolean_t exclude = B_FALSE; local 1238 exclude = !nvlist_exists(snapprops, "is_clone_origin"); 1240 exclude = B_TRUE; 1248 if (exclude || (sdd->filter_cb != NULL &&
|
| /src/external/gpl2/diffutils/dist/lib/ |
| 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/lib/libc/citrus/modules/ |
| citrus_big5.c | 183 _BIG5Exclude *exclude; local 187 TAILQ_FOREACH(exclude, &ei->excludes, entry) { 188 if (c >= exclude->start && c <= exclude->end) 220 _BIG5Exclude *exclude; local 227 exclude = TAILQ_LAST(&ei->excludes, _BIG5ExcludeList); 228 if (exclude != NULL && (wint_t)start <= exclude->end) 230 exclude = (void *)malloc(sizeof(*exclude)); 251 _BIG5Exclude *exclude; local [all...] |
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
| analyze.py | 211 def exclude(filename, directory): function in function:run_analyzer_parallel 233 for cmd in json.load(handle) if not exclude(
|
| /src/external/gpl2/xcvs/dist/diff/ |
| diff.c | 126 static char const **exclude; 135 if (fnmatch (exclude[i], f, 0) == 0) 145 exclude = (char const **) 147 ? xmalloc ((exclude_alloc = 64) * sizeof (*exclude)) 148 : xrealloc (exclude, (exclude_alloc *= 2) * sizeof (*exclude))); 150 exclude[exclude_count++] = pattern; 219 {"exclude", 1, 0, 'x'}, 220 {"exclude-from", 1, 0, 'X'}, 823 "-x PAT --exclude=PAT Exclude files that match PAT." 124 static char const **exclude; variable [all...] |
| /src/usr.bin/unzip/ |
| unzip.c | 264 * Pattern lists for include / exclude processing 273 static struct pattern_list exclude = STAILQ_HEAD_INITIALIZER(exclude); variable in typeref:struct:pattern_list 311 * exclude list. 319 if (!STAILQ_EMPTY(&exclude) && match_pattern(&exclude, pathname)) 692 * option) happens first, but the include / exclude patterns are applied 734 /* apply include / exclude patterns */ 787 /* apply include / exclude patterns */ 1048 add_pattern(&exclude, optarg) [all...] |
| /src/usr.sbin/postinstall/ |
| postinstall.in | 573 exclude() function 583 # Find all the symlink targets of shared libraries and exclude them 1192 exclude ${rc_exclude_scripts})" 2214 exclude ${rc_external_files})"
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| loongarch.h | 207 const int *exclude; member in struct:loongarch_opcode 222 const int *exclude; member in struct:loongarch_ase
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| loongarch.h | 199 const int *exclude; member in struct:loongarch_opcode 214 const int *exclude; member in struct:loongarch_ase
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| loongarch.h | 199 const int *exclude; member in struct:loongarch_opcode 214 const int *exclude; member in struct:loongarch_ase
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| loongarch.h | 199 const int *exclude; member in struct:loongarch_opcode 214 const int *exclude; member in struct:loongarch_ase
|
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| Overload.h | 1075 /// Exclude a function from being considered by overload resolution. 1076 void exclude(Decl *F) { function in class:clang::OverloadCandidateSet
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| xgettext.c | 118 message_list_ty *exclude; variable 200 { "exclude-file", required_argument, NULL, 'x' }, 804 -x, --exclude-file=FILE.po entries from FILE.po are not extracted\n")); 927 if (exclude == NULL) 928 exclude = message_list_alloc (true); 929 mp = message_list_search (exclude, msgctxt, msgid); 936 message_list_append (exclude, mp); 1987 /* See whether we shall exclude this message. */ 1988 if (exclude != NULL && message_list_search (exclude, msgctxt, msgid) != NULL [all...] |
| /src/external/gpl3/autoconf/dist/ |
| maint.mk | 181 # exclude 184 # a prohibit construct. For example, this can be used to exclude 225 export exclude = macro 252 test -z "$$prohibit" && test -n "$$exclude" \ 253 && { msg='Use of exclude requires a prohibit pattern' \ 282 | grep -vE "$${exclude:-^$$}" \ 331 exclude=':# *define STRN?EQ\(' \ 735 exclude='(_|ngettext ?)\(' \ 1006 exclude='const struct option|struct option const' \ 1434 # By default, exclude all variants of COPYING; you can als [all...] |
| /src/external/ibm-public/postfix/dist/src/tls/ |
| tls_misc.c | 182 /* protocols to include or (preceded by a '!') exclude, or constraints 620 /* tls_proto_mask_lims - protocols to exclude and floor/ceiling */ 628 int exclude = 0; local 645 exclude |= code = 656 * Otherwise, also exclude the complement of the include list from the 657 * built-in list of known protocols. There is no way to exclude protocols 662 (include ? (exclude | (TLS_KNOWN_PROTOCOLS & ~include)) : exclude)); 978 * Can't exclude ciphers that start with modifiers.
|
| /src/lib/libc/gen/ |
| getpwent.c | 1680 DB *exclude; /* compat exclude DB */ member in struct:compat_state 1747 if (state->exclude != NULL) 1748 (void)(state->exclude->close)(state->exclude); 1749 state->exclude = NULL; 1757 * add the name to the exclude list in state->exclude. 1768 if (state->exclude == NULL) { 1769 state->exclude = dbopen(NULL, O_RDWR, 600, DB_HASH, NULL) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| genrecog.cc | 640 PEEP2 can FAIL within the output pattern. Exclude special 641 predicates, which check the mode themselves. Also exclude 642 predicates that allow only constants. Exclude the SET_DEST 3583 Fail only if EXCLUDE is nonnull and the new transition would have the 3584 same labels as *EXCLUDE. When returning true, set *NEXT_S1, *NEXT_S2 3589 merge_into_decision (decision *d1, state *s2, const int_set *exclude, 3683 if (exclude && *combined == *exclude) 3795 has a single decision. If EXCLUDE is nonnull, avoid creating a new 3797 in *EXCLUDE 3869 const int_set *exclude = 0; local [all...] |
| tree-core.h | 2196 const exclusions *exclude; member in struct:attribute_spec
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genrecog.cc | 640 PEEP2 can FAIL within the output pattern. Exclude special 641 predicates, which check the mode themselves. Also exclude 642 predicates that allow only constants. Exclude the SET_DEST 3583 Fail only if EXCLUDE is nonnull and the new transition would have the 3584 same labels as *EXCLUDE. When returning true, set *NEXT_S1, *NEXT_S2 3589 merge_into_decision (decision *d1, state *s2, const int_set *exclude, 3683 if (exclude && *combined == *exclude) 3795 has a single decision. If EXCLUDE is nonnull, avoid creating a new 3797 in *EXCLUDE 3869 const int_set *exclude = 0; local [all...] |
| /src/external/gpl3/binutils/dist/ld/ |
| ldlang.c | 2927 /* Exclude sections that match UNIQUE_SECTION_LIST. */ 2949 /* Exclude sections that match UNIQUE_SECTION_LIST. */ 4708 bool exclude; 4717 exclude = (output_section->rawsize == 0 4726 if (exclude && output_section->map_head.s != NULL) 4735 exclude = false; 4740 if (exclude) 4705 bool exclude; local
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldlang.c | 2944 /* Exclude sections that match UNIQUE_SECTION_LIST. */ 2966 /* Exclude sections that match UNIQUE_SECTION_LIST. */ 4725 bool exclude; 4734 exclude = (output_section->rawsize == 0 4743 if (exclude && output_section->map_head.s != NULL) 4752 exclude = false; 4757 if (exclude) 4722 bool exclude; local
|