Home
last modified time | relevance | path

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

123456

/freebsd-13.1/contrib/libcbor/test/
H A Dtype_4_test.c71 cbor_item_t *nested = cbor_array_handle(arr)[1]; in test_nested_arrays() local
72 assert_true(cbor_isa_array(nested)); in test_nested_arrays()
73 assert_true(cbor_array_size(nested) == 1); in test_nested_arrays()
74 assert_uint8(cbor_array_handle(nested)[0], 1); in test_nested_arrays()
112 cbor_item_t *nested = cbor_array_handle(arr)[1]; in test_nested_indef_arrays() local
113 assert_true(cbor_isa_array(nested)); in test_nested_indef_arrays()
114 assert_true(cbor_array_size(nested) == 1); in test_nested_indef_arrays()
115 assert_uint8(cbor_array_handle(nested)[0], 2); in test_nested_indef_arrays()
/freebsd-13.1/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-13.1/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
H A Djobs-error-nested.exp1 make -f jobs-error-nested.mk nested
3 *** [nested] Error code 1
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.mk67 NESTED_DEF= nested-defined
/freebsd-13.1/bin/sh/tests/builtins/
H A Dreturn8.03 if [ "$1" = nested ]; then
8 set -- nested
H A Dbreak1.03 if [ "$1" != nested ]; then
5 set -- nested
H A Dreturn5.03 if [ "$1" != nested ]; then
5 set -- nested
/freebsd-13.1/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-13.1/sbin/pfctl/tests/files/
H A Dpf0100.in12 anchor "bar" in { # nested named inlined anchor
17 anchor in { # nested unnamed inlined anchor
/freebsd-13.1/contrib/unbound/ipset/
H A Dipset.c64 struct nlattr *nested[2]; in add_to_ipset() local
87 nested[0] = mnl_attr_nest_start(nlh, IPSET_ATTR_DATA); in add_to_ipset()
88 nested[1] = mnl_attr_nest_start(nlh, IPSET_ATTR_IP); in add_to_ipset()
91 mnl_attr_nest_end(nlh, nested[1]); in add_to_ipset()
92 mnl_attr_nest_end(nlh, nested[0]); in add_to_ipset()
/freebsd-13.1/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-13.1/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-13.1/contrib/netbsd-tests/fs/tmpfs/
H A Dt_mkdir.sh72 atf_test_case nested
156 atf_add_test_case nested
H A Dt_rmdir.sh80 atf_test_case nested
198 atf_add_test_case nested
/freebsd-13.1/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-13.1/contrib/libucl/tests/basic/
H A Dcomments.res4 key = "nested";
H A Dcomments.in11 key = nested
/freebsd-13.1/contrib/libcbor/doc/source/api/
H A Ditem_reference_counting.rst31 Items containing nested items will be destroyed recursively - refcount of every nested item will be…
/freebsd-13.1/usr.bin/m4/tests/
H A Dargs2.m43 dnl Preserving spaces within nested parentheses

123456