Home
last modified time | relevance | path

Searched defs:foo (Results 1 – 25 of 137) sorted by relevance

123456

/freebsd-14-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
HDd_c9x_recursive_init.c6 struct foo { struct
12 struct foo f = { argument
HDd_typename_as_var.c8 struct foo { struct
9 fh h;
10 struct {
13 } fl;
HDd_zero_sized_arrays.c1 struct foo { struct
2 int a[0];
HDd_incorrect_array_size.c1 struct foo { struct
2 int a[-1];
HDd_type_question_colon.c3 struct foo { struct
10 struct foo *ptr = 0; in test() argument
HDd_c99_anon_union.c3 struct foo { struct
13 struct foo *f = 0; in main() argument
HDd_c99_union_cast.c8 union foo { union
14 foo(void) { in foo() function
/freebsd-14-stable/contrib/libucl/tests/schema/
HDadditionalProperties.json6 "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
HDdependencies.json15 "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 …]
HDproperties.json6 "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
HDallOf.json14 "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
HDuniqueItems.json23 "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
HDmaxProperties.json8 "data": {"foo": 1}, number
13 "data": {"foo": 1, "bar": 2}, number
18 "data": {"foo": 1, "bar": 2, "baz": 3}, number
HDrequired.json6 "foo": {}, object
14 "data": {"foo": 1}, number
28 "foo": {} object
HDenum.json20 "schema": {"enum": [6, "foo", [], true, {"foo": 12}]}, number
34 "data": {"foo": false}, boolean
44 "foo": {"enum":["foo"]}, object
52 "data": {"foo":"foo", "bar":"bar"}, string
62 "data": {"foo":"foo"}, string
HDnot.json49 "foo": { object
63 "data": {"foo": 1}, number
68 "data": {"foo": "bar"}, string
77 "foo": { object
85 "data": {"foo": 1, "bar": 2}, number
/freebsd-14-stable/contrib/one-true-awk/bugs-fixed/
HDmatchop-deref.awk1 function foo() { function
6 print match(foo(), "b") function
HDfs-overflow.awk1 function foo() { function
10 FS = foo(); function
/freebsd-14-stable/contrib/unifdef/tests/
HDif1-kDU.c21 int foo() { return 0; } in foo() function
27 int foo() { return 0; } in foo() function
HDif1.c9 int foo() { return 0; } in foo() function
15 int foo() { return 0; } in foo() function
HDif1-k.c21 int foo() { return 0; } in foo() function
27 int foo() { return 0; } in foo() function
/freebsd-14-stable/contrib/googletest/googlemock/test/
HDgmock_stress_test.cc68 MockFoo foo; in TestConcurrentMockObjects() local
114 MockFoo foo; in TestConcurrentCallsOnSameObject() local
141 void Helper2(MockFoo* foo) { in Helper2()
150 MockFoo foo; in TestPartiallyOrderedExpectationsWithThreads() local
HDgmock_leak_test_.cc59 MockFoo* foo = new MockFoo; in TEST() local
72 MockFoo* foo = new MockFoo; in TEST() local
/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
HDtst.lib_coroutine.lua44 function foo (a, ...) function
79 local function foo (i) return coroutine.yield(i) end function
166 function foo () function
/freebsd-14-stable/contrib/one-true-awk/testdir/
HDT.misc84 foo() function
107 function foo(x) { print "x is" x } function

123456