Home
last modified time | relevance | path

Searched refs:excluded (Results 1 – 25 of 66) sorted by relevance

123

/freebsd/contrib/diff/lib/
H A Dexclude.c150 bool excluded = !! (exclude[0].options & EXCLUDE_INCLUDE); in excluded_filename() local
158 if (excluded == !! (options & EXCLUDE_INCLUDE)) in excluded_filename()
172 excluded ^= matched; in excluded_filename()
176 return excluded; in excluded_filename()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dinterworking.c51 int *excluded);
54 int *excluded);
1412 int *excluded) in interworking_credentials_available_roaming_consortium() argument
1454 if (excluded == NULL) in interworking_credentials_available_roaming_consortium()
1469 if (excluded) in interworking_credentials_available_roaming_consortium()
1470 *excluded = is_excluded; in interworking_credentials_available_roaming_consortium()
1712 int excluded = 0, *excl = &excluded; in interworking_connect() local
1990 int *excluded) in interworking_credentials_available_3gpp() argument
2090 if (excluded == NULL) in interworking_credentials_available_3gpp()
2106 if (excluded) in interworking_credentials_available_3gpp()
[all …]
H A Dnotify.c1005 struct wpa_cred *cred, int excluded, in wpas_notify_interworking_ap_added() argument
1010 excluded ? INTERWORKING_EXCLUDED : INTERWORKING_AP, in wpas_notify_interworking_ap_added()
1017 wpas_dbus_signal_interworking_ap_added(wpa_s, bss, cred, type, excluded, in wpas_notify_interworking_ap_added()
H A Dnotify.h167 struct wpa_cred *cred, int excluded,
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td1128 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1145 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1158 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1176 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1190 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1208 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1227 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1245 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1265 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1284 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
[all …]
/freebsd/contrib/bc/vs/tests/
H A Dtests_dc.bat10 rem excluded: all, errors, read_errors
H A Dtests_bc.bat10 rem excluded: all, errors, read_errors, posix_errors, misc6, misc7, recursive_arrays
/freebsd/contrib/libder/
H A DCMakeLists.txt14 # AppleClang is excluded for the time being; the version used in GitHub Action
/freebsd/contrib/diff/src/
H A Ddiff.h195 XTERN struct exclude *excluded; variable
H A Ddir.c102 if (excluded_filename (excluded, d_name)) in dir_read()
H A Ddiff.c273 excluded = new_exclude (); in main()
488 add_exclude (excluded, optarg, exclude_options ()); in main()
492 if (add_exclude_file (add_exclude, excluded, optarg, in main()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.h279 const char *type, int excluded,
647 const char *type, int excluded, in wpas_dbus_signal_interworking_ap_added() argument
/freebsd/contrib/bsnmp/snmp_vacm/
H A Dvacm_tree.def72 (4 vacmViewTreeFamilyType ENUM ( 1 included 2 excluded ) GET SET)
/freebsd/contrib/libfido2/examples/
H A DREADME.adoc58 to the list of excluded credentials. If option -h is specified,
/freebsd/sys/contrib/openzfs/contrib/initramfs/
H A DREADME.md31 will be searched. Pools may be excluded from the search by listing them in
/freebsd/contrib/blocklist/diff/
H A Dnamed.diff134 * It has been recommended that DNS64 be changed to return excluded
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticInstallAPIKinds.td19 def warn_no_such_excluded_header_file : Warning<"no such excluded %select{public|private}0 header f…
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dzed.rc136 # matching subclasses are excluded from logging.
/freebsd/crypto/openssl/apps/
H A Dx509.c183 static void warn_copying(ASN1_OBJECT *excluded, const char *names) in warn_copying() argument
185 const char *sn = OBJ_nid2sn(OBJ_obj2nid(excluded)); in warn_copying()
/freebsd/contrib/smbfs/
H A DHISTORY82 now it is excluded from the list of supported systems.
/freebsd/crypto/openssl/doc/man3/
H A DX509_STORE_CTX_get_error.pod341 =item B<X509_V_ERR_EXCLUDED_VIOLATION: excluded subtree violation>
343 A name constraint violation occurred in the excluded subtrees.
H A DSSL_CTX_set_security_level.pod76 parameters offering below 80 bits of security are excluded. As a result RSA,
/freebsd/sys/contrib/zstd/programs/
H A DREADME.md66 In this case, the corresponding unit can also be excluded from compilation target.
70 In this case, the corresponding unit can also be excluded from compilation target.
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_match_time.c1217 excluded(struct archive *m) in excluded() function
1318 excluded(m); in test_pathname_newer_mtime()
/freebsd/crypto/openssl/doc/man5/
H A Dx509v3_config.pod485 begin with the word B<permitted> or B<excluded> followed by a B<;>. The rest of
497 nameConstraints = excluded;email:.com

123