/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-select-words.mk | 47 mod-squarebrackets-nested-ok-1 \ 48 mod-squarebrackets-nested-error-1 \ 49 mod-squarebrackets-nested-ok-2 \ 167 mod-squarebrackets-nested-ok-1: 176 mod-squarebrackets-nested-error-1: 179 mod-squarebrackets-nested-ok-2:
|
H A D | jobs-error-nested.mk | 17 ${MAKE} -f ${MAKEFILE} nested 19 nested: .PHONY
|
H A D | jobs-error-nested-make.mk | 17 ${MAKE} -f ${MAKEFILE} nested 19 nested: .PHONY
|
H A D | jobs-error-nested-make.exp | 1 make -f jobs-error-nested-make.mk nested 3 *** [nested] Error code 1
|
H A D | jobs-error-nested.exp | 1 make -f jobs-error-nested.mk nested 3 *** [nested] Error code 1
|
H A D | directive-if-nested.exp | 1 make: "directive-if-nested.inc" line 1001: deeply nested .if directives
|
/freebsd/contrib/libcbor/test/ |
H A D | array_test.c | 66 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/contrib/lutok/ |
H A D | stack_cleaner_test.cpp | 61 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/bin/sh/tests/builtins/ |
H A D | return8.0 | 2 if [ "$1" = nested ]; then 7 set -- nested
|
H A D | break1.0 | 2 if [ "$1" != nested ]; then 4 set -- nested
|
H A D | return5.0 | 2 if [ "$1" != nested ]; then 4 set -- nested
|
/freebsd/contrib/kyua/utils/signals/ |
H A D | programmer_test.cpp | 102 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/sbin/pfctl/tests/files/ |
H A D | pf0100.in | 12 anchor "bar" in { # nested named inlined anchor 17 anchor in { # nested unnamed inlined anchor
|
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/ |
H A D | mdoc2man | 117 Mdoc::set_Bl_callback(do { my $nested = 0; sub { 124 return '.RE' if $nested-- > 1; 130 if ($nested++) {
|
/freebsd/contrib/ntp/sntp/ag-tpl/ |
H A D | mdoc2man | 143 Mdoc::set_Bl_callback(do { my $nested = 0; sub { 150 return '.RE' if $nested-- > 1; 156 if ($nested++) {
|
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/ |
H A D | lac_sym_qat.c | 290 CpaBoolean nested; in LacSymQat_UseSymConstantsTable() local 309 &nested); in LacSymQat_UseSymConstantsTable() 315 nested, in LacSymQat_UseSymConstantsTable()
|
H A D | lac_sym_qat_constants_table.c | 241 uint8_t nested, in LacSymQat_ConstantsGetAuthOffset() argument 255 *poffset = pConstantsLookupTables->auth_offset[algo][mode][nested]; in LacSymQat_ConstantsGetAuthOffset()
|
/freebsd/contrib/unbound/ipset/ |
H A D | ipset.c | 145 struct nlattr *nested[2]; in add_to_ipset() local 168 nested[0] = mnl_attr_nest_start(nlh, IPSET_ATTR_DATA); in add_to_ipset() 169 nested[1] = mnl_attr_nest_start(nlh, IPSET_ATTR_IP); in add_to_ipset() 172 mnl_attr_nest_end(nlh, nested[1]); in add_to_ipset() 173 mnl_attr_nest_end(nlh, nested[0]); in add_to_ipset()
|
/freebsd/contrib/netbsd-tests/fs/tmpfs/ |
H A D | t_mkdir.sh | 72 atf_test_case nested 156 atf_add_test_case nested
|
H A D | t_rmdir.sh | 80 atf_test_case nested 198 atf_add_test_case nested
|
/freebsd/contrib/libcbor/doc/source/api/ |
H A D | item_reference_counting.rst | 28 Items containing nested items will be destroyed recursively - the refcount of every nested item wil…
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | arm,vic.txt | 5 nested or have the outputs wire-OR'd together. 20 - interrupts : Interrupt source for parent controllers if the VIC is nested.
|
/freebsd/contrib/libucl/tests/basic/ |
H A D | comments.res | 4 key = "nested";
|
/freebsd/tools/tools/shlib-compat/ |
H A D | shlib-compat.py | 174 def nested(self): member in PrettyPrinter 504 params = [ self.build(x) for x in raw.nested ] 513 params = [ self.build(x) for x in raw.nested ] 537 members = [ self.build(x) for x in raw.nested ] 554 members = [ self.build(x) for x in raw.nested ] 589 subranges = [ self.build(x) for x in raw.nested ] 817 self.nested = [] 948 prev.nested.append(tag) 1032 for i in pp.nested(): 1048 for i in self.pp.nested():
|
/freebsd/usr.bin/m4/tests/ |
H A D | args2.m4 | 2 dnl Preserving spaces within nested parentheses
|