| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.h | 35 MethodName(const char *name, bool strict) in MethodName() 40 MethodName(llvm::StringRef name, bool strict) in MethodName() 48 bool IsValid(bool strict) const { in IsValid()
|
| H A D | ObjCLanguage.cpp | 84 bool ObjCLanguage::MethodName::SetName(llvm::StringRef name, bool strict) { in SetName() 119 bool ObjCLanguage::MethodName::SetName(const char *name, bool strict) { in SetName()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | platform-tracing.c | 34 platform_disable_tracing(int strict) in platform_disable_tracing()
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_v7tar.c | 361 struct archive_entry *entry, int strict, in format_header_v7tar() 536 format_number(int64_t v, char *p, int s, int maxsize, int strict) in format_number()
|
| H A D | archive_write_set_format_ustar.c | 384 struct archive_entry *entry, int tartype, int strict, in __archive_write_format_header_ustar() 639 format_number(int64_t v, char *p, int s, int maxsize, int strict) in format_number()
|
| /freebsd-12.1/sys/dev/iicbus/ |
| H A D | iicbus.h | 48 u_char strict; /* deny operations that violate the member
|
| H A D | iicbus.c | 99 int strict; in iicbus_attach() local
|
| /freebsd-12.1/sys/dev/fdt/ |
| H A D | fdt_common.c | 256 fdt_find_compatible(phandle_t start, const char *compat, int strict) in fdt_find_compatible() 275 fdt_depth_search_compatible(phandle_t start, const char *compat, int strict) in fdt_depth_search_compatible()
|
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | inout.c | 106 emulate_inout(struct vmctx *ctx, int vcpu, struct vm_exit *vmexit, int strict) in emulate_inout()
|
| /freebsd-12.1/contrib/subversion/subversion/svnbench/ |
| H A D | cl.h | 78 svn_boolean_t strict; /* do strictly what was requested */ member
|
| /freebsd-12.1/usr.bin/rs/ |
| H A D | rs.c | 540 getnum(int *num, char *p, int strict) in getnum()
|
| /freebsd-12.1/crypto/openssl/crypto/asn1/ |
| H A D | a_time.c | 80 int n, i, i2, l, o, min_l = 11, strict = 0, end = 6, btz = 5, md; in asn1_time_to_tm() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 253 const Expr *messageExpr, Syntax syntaxUsed, SourceLocation strict, in ParsedAttr() 704 ParsedAttr::Syntax syntax, SourceLocation strict, in create() 892 ParsedAttr::Syntax syntax, SourceLocation strict, in addNew()
|
| /freebsd-12.1/contrib/wpa/src/crypto/ |
| H A D | tls_none.c | 75 int tls_global_set_verify(void *tls_ctx, int check_crl, int strict) in tls_global_set_verify()
|
| H A D | tls_internal.c | 365 int tls_global_set_verify(void *tls_ctx, int check_crl, int strict) in tls_global_set_verify()
|
| /freebsd-12.1/sys/dev/bxe/ |
| H A D | bxe_dcb.h | 54 uint8_t strict; member 221 uint8_t strict; member
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | pt.c | 9707 unification_kind_t strict, in fn_type_unification() 9812 maybe_adjust_types_for_deduction (unification_kind_t strict, in maybe_adjust_types_for_deduction() 9901 unification_kind_t strict, in type_unification_real() 10057 unification_kind_t strict, in resolve_overloaded_unification() 10158 unification_kind_t strict, in try_one_overload() 10348 check_cv_quals_for_unify (int strict, tree arg, tree parm) in check_cv_quals_for_unify() 10426 unify (tree tparms, tree targs, tree parm, tree arg, int strict) in unify()
|
| /freebsd-12.1/contrib/libucl/src/ |
| H A D | ucl_parser.c | 312 size_t *out_len, bool strict, bool *found) in ucl_check_variable_safe() 432 bool strict = false; in ucl_expand_single_variable() local
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/ |
| H A D | ctrl_iface.c | 3856 static int ctrl_iface_get_capability_pairwise(int res, char *strict, in ctrl_iface_get_capability_pairwise() 3892 static int ctrl_iface_get_capability_group(int res, char *strict, in ctrl_iface_get_capability_group() 3928 static int ctrl_iface_get_capability_group_mgmt(int res, char *strict, in ctrl_iface_get_capability_group_mgmt() 3957 static int ctrl_iface_get_capability_key_mgmt(int res, char *strict, in ctrl_iface_get_capability_key_mgmt() 4087 static int ctrl_iface_get_capability_proto(int res, char *strict, in ctrl_iface_get_capability_proto() 4130 int res, char *strict, in ctrl_iface_get_capability_auth_alg() 4208 static int ctrl_iface_get_capability_modes(int res, char *strict, in ctrl_iface_get_capability_modes() 4371 char *strict; in wpa_supplicant_ctrl_iface_get_capability() local
|
| /freebsd-12.1/sys/dev/drm2/ |
| H A D | drm_fb_helper.c | 1102 static bool drm_connector_enabled(struct drm_connector *connector, bool strict) in drm_connector_enabled()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | recog.c | 1999 constrain_operands_cached (int strict) in constrain_operands_cached() 2272 constrain_operands (int strict) in constrain_operands()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | log.c | 453 svn_boolean_t strict, in get_history() 565 svn_boolean_t strict, in check_history()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | fs_x.c | 770 svn_boolean_t strict, in svn_fs_x__prop_rep_equal()
|
| /freebsd-12.1/sys/x86/cpufreq/ |
| H A D | est.c | 103 static int strict = -1; variable
|
| /freebsd-12.1/usr.sbin/vidcontrol/ |
| H A D | vidcontrol.c | 234 nextarg(int ac, char **av, int *indp, int oc, int strict) in nextarg()
|