Home
last modified time | relevance | path

Searched defs:optional (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dlibzfs_input_check.c184 nvlist_t *optional, int expected_error, boolean_t wildcard) in lzc_ioctl_test()
280 nvlist_t *optional = fnvlist_alloc(); in test_pool_reopen() local
324 nvlist_t *optional = fnvlist_alloc(); in test_create() local
341 nvlist_t *optional = fnvlist_alloc(); in test_snapshot() local
401 nvlist_t *optional = fnvlist_alloc(); in test_get_bookmarks() local
428 nvlist_t *optional = fnvlist_alloc(); in test_clone() local
443 nvlist_t *optional = fnvlist_alloc(); in test_rollback() local
456 nvlist_t *optional = fnvlist_alloc(); in test_hold() local
496 nvlist_t *optional = fnvlist_alloc(); in test_send_new() local
526 nvlist_t *optional = fnvlist_alloc(); in test_recv_new() local
[all …]
/freebsd/contrib/kyua/utils/
H A Doptional.hpp54 class optional { class
H A Doptional_test.cpp210 optional< std::string > optional; in ATF_TEST_CASE_BODY() local
/freebsd/crypto/openssl/crypto/property/
H A Dproperty_local.h24 unsigned int optional : 1; member
H A Dproperty.c525 int j, best = -1, score, optional; in ossl_method_store_fetch() local
/freebsd/crypto/heimdal/lib/asn1/
H A Dgen_decode.c211 decode_type (const char *name, const Type *t, int optional, in decode_type() argument
[all...]
H A Dgen_template.c466 template_members(struct templatehead * temp,const char * basetype,const char * name,const Type * t,int optional,int isstruct,int need_offset) template_members() argument
803 generate_template_type(const char * varname,const char ** dupname,const char * symname,const char * basetype,const char * name,Type * type,int optional,int isstruct,int need_offset) generate_template_type() argument
H A Dsymbol.h92 int optional; member
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp412 bool optional, unsigned &operandIndex, unsigned &physicalOperandIndex, in handleOperand()
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c193 optional(const char *s) in optional() function
/freebsd/contrib/sendmail/src/
H A Dreadcf.c157 bool optional; local
1030 fileclass(class, filename, fmt, ismap, safe, optional) in fileclass() argument
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h2365 u8 optional[37]; member
2696 u8 optional[EHT_MCS_NSS_CAPAB_LEN + EHT_PPE_THRESH_CAPAB_LEN]; member
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp9190 auto optional() -> DerivedT & { in optional() function in Catch::clara::detail::ParserRefImpl