Home
last modified time | relevance | path

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

/freebsd-src/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-src/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-src/crypto/openssl/crypto/property/
H A Dproperty_local.h24 unsigned int optional : 1; member
H A Dproperty.c511 int j, best = -1, score, optional; ossl_method_store_fetch() local
/freebsd-src/crypto/heimdal/lib/asn1/
H A Dgen_decode.c211 decode_type (const char *name, const Type *t, int optional, in decode_type()
H A Dgen_template.c468 …atehead *temp, const char *basetype, const char *name, const Type *t, int optional, int isstruct, … in template_members()
807 int optional, int isstruct, int need_offset) in generate_template_type()
H A Dsymbol.h92 int optional; member
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp412 bool optional, unsigned &operandIndex, unsigned &physicalOperandIndex, in handleOperand() argument
[all...]
/freebsd-src/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c193 optional(const char *s) in optional() function
/freebsd-src/contrib/sendmail/src/
H A Dreadcf.c157 bool optional; local
1030 fileclass(class, filename, fmt, ismap, safe, optional) in fileclass() argument
/freebsd-src/contrib/wpa/src/common/
H A Dieee802_11_defs.h2189 u8 optional[37]; global() member
[all...]
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp9190 auto optional() -> DerivedT & { in optional() function in Catch::clara::detail::ParserRefImpl