| /src/external/lgpl3/mpfr/dist/ |
| version-ext.sh | 33 git tag --contains | $SED -n 's/-root$//p' > excluded-branches 36 $GREP -v '^(' | $GREP -v -F -f excluded-branches -x || true` 37 rm excluded-branches
|
| /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/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/bind/dist/lib/dns/include/dns/ |
| dns64.h | 50 dns_acl_t *client, dns_acl_t *mapped, dns_acl_t *excluded, 62 * 'excluded' defines which AAAA are to be treated as non-existent for the 63 * purposed of determining whether to perform synthesis. If 'excluded' is 87 * 'excluded' to be NULL or a valid acl. 158 * Determine if there are any non-excluded AAAA records in from the 160 * is a non-excluded address return true. If all addresses are 161 * excluded in the matched records return false. If no records
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| dns64.h | 51 dns_acl_t *client, dns_acl_t *mapped, dns_acl_t *excluded, 63 * 'excluded' defines which AAAA are to be treated as non-existent for the 64 * purposed of determining whether to perform synthesis. If 'excluded' is 88 * 'excluded' to be NULL or a valid acl. 157 * Determine if there are any non-excluded AAAA records in from the 159 * is a non-excluded address return true. If all addresses are 160 * excluded in the matched records return false. If no records
|
| /src/external/mpl/bind/dist/bin/tests/system/dns64/ |
| tests.sh | 45 echo_i "checking non-excluded AAAA lookup works ($n)" 54 echo_i "checking excluded only AAAA lookup works ($n)" 56 $DIG $DIGOPTS excluded-only.example. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret=1 63 echo_i "checking excluded AAAA and non-mapped A lookup works ($n)" 65 $DIG $DIGOPTS excluded-bad-a.example. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret=1 72 echo_i "checking excluded only AAAA and mapped A lookup works ($n)" 74 $DIG $DIGOPTS excluded-good-a.example. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret=1 119 echo_i "checking partially excluded only AAAA lookup works ($n)" 121 $DIG $DIGOPTS partially-excluded-only.example. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret=1 129 echo_i "checking partially-excluded AAAA and non-mapped A lookup works ($n) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| coredump-filter.exp | 40 # Enable dumping of excluded mappings (i.e. VM_DONTDUMP). 42 gdb_test_no_output "set dump-excluded-mappings on" 50 gdb_test_no_output "set dump-excluded-mappings off" 146 set dump_excluded_core [standard_output_file dump-excluded.gcore]
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| coredump-filter.exp | 40 # Enable dumping of excluded mappings (i.e. VM_DONTDUMP). 42 gdb_test_no_output "set dump-excluded-mappings on" 50 gdb_test_no_output "set dump-excluded-mappings off" 146 set dump_excluded_core [standard_output_file dump-excluded.gcore]
|
| /src/external/bsd/jemalloc.old/dist/scripts/ |
| gen_travis.py | 228 return not any(excluded in combination for excluded in exclude)
|
| /src/external/bsd/jemalloc/dist/scripts/ |
| gen_travis.py | 239 return not any(excluded in combination for excluded in exclude)
|
| gen_gh_actions.py | 203 if not any(excluded in combination for excluded in exclude):
|
| /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...] |
| notify.c | 1005 struct wpa_cred *cred, int excluded, 1010 excluded ? INTERWORKING_EXCLUDED : INTERWORKING_AP, 1017 wpas_dbus_signal_interworking_ap_added(wpa_s, bss, cred, type, excluded,
|
| notify.h | 167 struct wpa_cred *cred, int excluded,
|
| /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;
|
| dir.c | 102 if (excluded_filename (excluded, d_name))
|
| diff.c | 278 excluded = new_exclude (); 486 add_exclude (excluded, optarg, exclude_options ()); 490 if (add_exclude_file (add_exclude, excluded, optarg,
|
| /src/external/bsd/wpa/dist/wpa_supplicant/dbus/ |
| dbus_new.h | 279 const char *type, int excluded, 647 const char *type, int excluded,
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| x509.c | 183 static void warn_copying(ASN1_OBJECT *excluded, const char *names) 185 const char *sn = OBJ_nid2sn(OBJ_obj2nid(excluded));
|
| /src/external/gpl3/gdb.old/dist/gdb/contrib/ari/ |
| update-web-ari.sh | 842 (The declaration and definition are hopefully excluded from count so 862 hopefully excluded from count). 867 definition hopefully excluded from count).
|
| /src/external/gpl3/gdb/dist/gdb/contrib/ari/ |
| update-web-ari.sh | 842 (The declaration and definition are hopefully excluded from count so 862 hopefully excluded from count). 867 definition hopefully excluded from count).
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| x509.c | 249 static void warn_copying(ASN1_OBJECT *excluded, const char *names) 251 const char *sn = OBJ_nid2sn(OBJ_obj2nid(excluded));
|
| /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...] |