Home
last modified time | relevance | path

Searched refs:nested (Results 1 – 25 of 158) sorted by relevance

1234567

/freebsd-src/contrib/libcbor/test/
H A Darray_test.c66 cbor_item_t *nested = cbor_array_handle(arr)[1]; in test_nested_arrays() local
67 assert_true(cbor_isa_array(nested)); in test_nested_arrays()
68 assert_true(cbor_array_size(nested) == 1); in test_nested_arrays()
69 assert_uint8(cbor_array_handle(nested)[0], 1); in test_nested_arrays()
107 cbor_item_t *nested = cbor_array_handle(arr)[1]; in test_nested_indef_arrays() local
108 assert_true(cbor_isa_array(nested)); in test_nested_indef_arrays()
109 assert_true(cbor_array_size(nested) == 1); in test_nested_indef_arrays()
110 assert_uint8(cbor_array_handle(nested)[0], 2); in test_nested_indef_arrays()
/freebsd-src/contrib/lutok/
H A Dstack_cleaner_test.cpp61 ATF_TEST_CASE_WITHOUT_HEAD(nested);
62 ATF_TEST_CASE_BODY(nested) in ATF_TEST_CASE_BODY() argument
106 ATF_ADD_TEST_CASE(tcs, nested); in ATF_INIT_TEST_CASES()
/freebsd-src/contrib/bmake/unit-tests/
H A Djobs-error-nested.mk17 ${MAKE} -f ${MAKEFILE} nested
19 nested: .PHONY
H A Djobs-error-nested-make.mk17 ${MAKE} -f ${MAKEFILE} nested
19 nested: .PHONY
H A Djobs-error-nested-make.exp1 make -f jobs-error-nested-make.mk nested
3 *** [nested] Error code 1
5 make: stopped making "nested" in unit-tests
8 make: stopped making "nested" in unit-tests
H A Djobs-error-nested.exp1 make -f jobs-error-nested.mk nested
3 *** [nested] Error code 1
5 make: stopped making "nested" in unit-tests
8 make: stopped making "nested" in unit-tests
H A Dvarmod-select-words.mk31 mod-squarebrackets-nested \
122 mod-squarebrackets-nested:
H A Ddirective-if-nested.exp1 make: "directive-if-nested.inc" line 1001: deeply nested .if directives
H A Ddirective-if-nested.mk9 GEN= directive-if-nested.inc
H A Dcond-undef-lint.mk74 NESTED_DEF= nested-defined
/freebsd-src/bin/sh/tests/builtins/
H A Dreturn8.02 if [ "$1" = nested ]; then
7 set -- nested
H A Dbreak1.02 if [ "$1" != nested ]; then
4 set -- nested
H A Dreturn5.02 if [ "$1" != nested ]; then
4 set -- nested
/freebsd-src/contrib/kyua/utils/signals/
H A Dprogrammer_test.cpp102 ATF_TEST_CASE_WITHOUT_HEAD(nested);
103 ATF_TEST_CASE_BODY(nested) in ATF_TEST_CASE_BODY() argument
139 ATF_ADD_TEST_CASE(tcs, nested); in ATF_INIT_TEST_CASES()
/freebsd-src/sbin/pfctl/tests/files/
H A Dpf0100.in12 anchor "bar" in { # nested named inlined anchor
17 anchor in { # nested unnamed inlined anchor
/freebsd-src/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man143 Mdoc::set_Bl_callback(do { my $nested = 0; sub {
150 return '.RE' if $nested-- > 1;
156 if ($nested++) {
/freebsd-src/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2man117 Mdoc::set_Bl_callback(do { my $nested = 0; sub {
124 return '.RE' if $nested-- > 1;
130 if ($nested++) {
/freebsd-src/contrib/unbound/ipset/
H A Dipset.c145 struct nlattr *nested[2]; in ipset_check_zones_for_rrset()
168 nested[0] = mnl_attr_nest_start(nlh, IPSET_ATTR_DATA); in ipset_check_zones_for_rrset()
169 nested[1] = mnl_attr_nest_start(nlh, IPSET_ATTR_IP); in ipset_check_zones_for_rrset()
172 mnl_attr_nest_end(nlh, nested[1]); in ipset_check_zones_for_rrset()
173 mnl_attr_nest_end(nlh, nested[0]); in ipset_check_zones_for_rrset()
64 struct nlattr *nested[2]; add_to_ipset() local
/freebsd-src/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat.c290 CpaBoolean nested; in LacSymQat_UseSymConstantsTable() local
309 &nested); in LacSymQat_UseSymConstantsTable()
315 nested, in LacSymQat_UseSymConstantsTable()
H A Dlac_sym_qat_constants_table.c241 uint8_t nested, in LacSymQat_ConstantsGetAuthOffset() argument
255 *poffset = pConstantsLookupTables->auth_offset[algo][mode][nested]; in LacSymQat_ConstantsGetAuthOffset()
/freebsd-src/contrib/netbsd-tests/fs/tmpfs/
H A Dt_mkdir.sh72 atf_test_case nested
156 atf_add_test_case nested
/freebsd-src/contrib/libcbor/doc/source/api/
H A Ditem_reference_counting.rst28 Items containing nested items will be destroyed recursively - the refcount of every nested item wil…
/freebsd-src/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,vic.txt5 nested or have the outputs wire-OR'd together.
20 - interrupts : Interrupt source for parent controllers if the VIC is nested.
/freebsd-src/contrib/libucl/tests/basic/
H A Dcomments.res4 key = "nested";
/freebsd-src/usr.bin/m4/tests/
H A Dargs2.m42 dnl Preserving spaces within nested parentheses

1234567