/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/ |
H A D | tst.struct.d | 30 typedef struct foo { struct 41 } foo_t; argument
|
H A D | tst.bitfield.d | 30 typedef struct foo { struct 35 } foo_t; argument
|
H A D | tst.array.d | 32 typedef struct foo { struct 37 } foo_t; argument
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/ |
H A D | tst.clauselocal.d | 31 struct foo { struct 37 this struct foo bar; argument
|
/freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/ |
H A D | d_c9x_recursive_init.c | 6 struct foo { struct 12 struct foo f = { argument
|
H A D | d_typename_as_var.c | 8 struct foo { struct 9 fh h; 10 struct { 13 } fl;
|
H A D | d_incorrect_array_size.c | 1 struct foo { struct 2 int a[-1];
|
H A D | d_zero_sized_arrays.c | 1 struct foo { struct 2 int a[0];
|
H A D | d_type_question_colon.c | 3 struct foo { struct 10 struct foo *ptr = 0; in test() argument
|
H A D | d_c99_anon_union.c | 3 struct foo { struct 13 struct foo *f = 0; in main() argument
|
/freebsd/contrib/libucl/tests/schema/ |
H A D | additionalProperties.json | 6 "properties": {"foo": {}, "bar": {}}, object 13 "data": {"foo": 1}, number 18 "data": {"foo" : 1, "bar" : 2, "quux" : "boom"}, number 28 "data": {"foo":1, "vroom": 2}, number 37 "properties": {"foo": {}, "bar": {}}, object 43 "data": {"foo": 1}, number 48 "data": {"foo" : 1, "bar" : 2, "quux" : true}, number 53 "data": {"foo" : 1, "bar" : 2, "quux" : 12}, number 60 "schema": {"properties": {"foo": {}, "bar": {}}}, object 64 "data": {"foo": 1, "bar": 2, "quux": true}, number
|
H A D | dependencies.json | 15 "data": {"foo": 1}, number 20 "data": {"foo": 1, "bar": 2}, number 48 "data": {"foo": 1, "bar": 2}, number 53 "data": {"foo": 1, "bar": 2, "quux": 3}, number 58 "data": {"foo": 1, "quux": 2}, number 79 "foo": {"type": "integer"}, object 88 "data": {"foo": 1, "bar": 2}, number 93 "data": {"foo": "quux"}, string 98 "data": {"foo": "quux", "bar": 2}, string 103 "data": {"foo": 2, "bar": "quux"}, number [all …]
|
H A D | properties.json | 6 "foo": {"type": "integer"}, object 13 "data": {"foo": 1, "bar": "baz"}, number 18 "data": {"foo": 1, "bar": {}}, number 23 "data": {"foo": [], "bar": {}}, array 43 "foo": {"type": "array", "maxItems": 3}, object 52 "data": {"foo": [1, 2]}, array 57 "data": {"foo": [1, 2, 3, 4]}, array 62 "data": {"foo": []}, array
|
H A D | allOf.json | 14 "foo": {"type": "string"} object 23 "data": {"foo": "baz", "bar": 2}, string 28 "data": {"foo": "baz"}, string 38 "data": {"foo": "baz", "bar": "quux"}, string 51 "foo": {"type": "string"} object 66 "data": {"foo": "quux", "bar": 2, "baz": null}, string 71 "data": {"foo": "quux", "baz": null}, string 81 "data": {"foo": "quux", "bar": 2}, string
|
H A D | uniqueItems.json | 23 "data": [{"foo": "bar"}, {"foo": "baz"}], string 28 "data": [{"foo": "bar"}, {"foo": "bar"}], string 34 {"foo": {"bar" : {"baz" : true}}}, object 35 {"foo": {"bar" : {"baz" : false}}} object 42 {"foo": {"bar" : {"baz" : true}}}, object 43 {"foo": {"bar" : {"baz" : true}}} object
|
H A D | maxProperties.json | 8 "data": {"foo": 1}, number 13 "data": {"foo": 1, "bar": 2}, number 18 "data": {"foo": 1, "bar": 2, "baz": 3}, number
|
H A D | required.json | 6 "foo": {}, object 14 "data": {"foo": 1}, number 28 "foo": {} object
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/ |
H A D | err.D_UNKNOWN.dupstruct.d | 36 struct foo { struct 37 int x; 38 char x;
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/offsetof/ |
H A D | err.D_OFFSETOF_BITFIELD.bitfield.d | 41 struct foo { struct 48 trace(offsetof(struct foo, b)); argument
|
/freebsd/contrib/one-true-awk/bugs-fixed/ |
H A D | fs-overflow.awk | 1 function foo() { function 10 FS = foo(); function
|
H A D | matchop-deref.awk | 1 function foo() { function 6 print match(foo(), "b") function
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/ |
H A D | err.D_DECL_IDRED.redef1.d | 41 inline int foo = timestamp; variable 42 inline int foo = 8; variable
|
/freebsd/contrib/unifdef/tests/ |
H A D | if1-k.c | 21 int foo() { return 0; } in foo() function 27 int foo() { return 0; } in foo() function
|
H A D | if1-kDU.c | 21 int foo() { return 0; } in foo() function 27 int foo() { return 0; } in foo() function
|
H A D | if1.c | 9 int foo() { return 0; } in foo() function 15 int foo() { return 0; } in foo() function
|