HomeSort by: relevance | last modified time | path
    Searched defs:excluded (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/test/
test_archive_match_time.c 50 failure("Both Its mtime and ctime should be excluded");
55 failure("Both Its mtime and ctime should be excluded");
61 failure("Both Its mtime and ctime should not be excluded");
67 failure("Its mtime should be excluded");
73 failure("Its ctime should be excluded");
107 failure("Both Its mtime and ctime should be excluded");
113 failure("Both Its mtime and ctime should be excluded");
120 failure("Both Its mtime and ctime should not be excluded");
127 failure("Its mtime should be excluded");
133 failure("Its ctime should be excluded");
1216 excluded(struct archive *m) function
    [all...]
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_masquerade.c 91 /* Stuff for excluded names. */
94 int excluded; local
106 * Don't masquerade excluded names (regardless of domain).
110 excluded = (string_list_match(cleanup_masq_exceptions, name) != 0);
118 if (excluded)
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dns64.c 42 dns_acl_t *excluded; /* member in struct:dns_dns64
57 dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded,
95 dns64->excluded = NULL;
96 if (excluded != NULL) {
97 dns_acl_attach(excluded, &dns64->excluded);
125 if (dns64->excluded != NULL) {
126 dns_acl_detach(&dns64->excluded);
273 if (dns64->excluded == NULL) {
297 dns64->excluded, env
    [all...]
  /src/external/gpl2/diffutils/dist/lib/
exclude.c 160 bool excluded = !! (exclude[0].options & EXCLUDE_INCLUDE); local
163 excluded to included or vice versa. */
168 if (excluded == !! (options & EXCLUDE_INCLUDE))
182 excluded ^= matched;
186 return excluded;
  /src/external/mpl/bind/dist/lib/dns/
dns64.c 42 dns_acl_t *excluded; /* member in struct:dns_dns64
57 dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded,
95 dns64->excluded = NULL;
96 if (excluded != NULL) {
97 dns_acl_attach(excluded, &dns64->excluded);
125 if (dns64->excluded != NULL) {
126 dns_acl_detach(&dns64->excluded);
273 if (dns64->excluded == NULL) {
297 dns64->excluded, env
    [all...]
  /src/external/gpl2/diffutils/dist/src/
diff.h 194 /* Patterns that match file names to be excluded. */ variable in typeref:struct:exclude
195 XTERN struct exclude *excluded;
  /src/external/bsd/wpa/dist/wpa_supplicant/
interworking.c 51 int *excluded);
54 int *excluded);
1412 int *excluded)
1454 if (excluded == NULL)
1469 if (excluded)
1470 *excluded = is_excluded;
1712 int excluded = 0, *excl = &excluded; local
1990 int *excluded)
2090 if (excluded == NULL
2507 int excluded = 0; local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-spu.c 3616 unsigned int excluded = 0; local
3623 excluded = 0;
3626 excluded = 1;
3629 uos_param->clearing += excluded;
3631 if (RECURSE_UNMARK ? uos_param->clearing : excluded)
3644 uos_param->clearing -= excluded;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-spu.c 3616 unsigned int excluded = 0; local
3623 excluded = 0;
3626 excluded = 1;
3629 uos_param->clearing += excluded;
3631 if (RECURSE_UNMARK ? uos_param->clearing : excluded)
3644 uos_param->clearing -= excluded;
  /src/external/gpl3/gdb/dist/bfd/
elf32-spu.c 3612 unsigned int excluded = 0; local
3619 excluded = 0;
3622 excluded = 1;
3625 uos_param->clearing += excluded;
3627 if (RECURSE_UNMARK ? uos_param->clearing : excluded)
3640 uos_param->clearing -= excluded;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-spu.c 3616 unsigned int excluded = 0; local
3623 excluded = 0;
3626 excluded = 1;
3629 uos_param->clearing += excluded;
3631 if (RECURSE_UNMARK ? uos_param->clearing : excluded)
3644 uos_param->clearing -= excluded;
  /src/external/mpl/bind/dist/bin/named/
server.c 4229 dns_acl_t *clients = NULL, *mapped = NULL, *excluded = NULL; local
4581 clients = mapped = excluded = NULL;
4607 mctx, 0, &excluded);
4618 dns_acl_attach(named_g_mapped, &excluded);
4634 clients, mapped, excluded,
4652 if (excluded != NULL) {
4653 dns_acl_detach(&excluded);
6277 if (excluded != NULL) {
6278 dns_acl_detach(&excluded);

Completed in 207 milliseconds