Searched refs:foo (Results 1 - 25 of 350) sorted by relevance

1234567891011>>

/freebsd-11-stable/tests/sys/kern/execve/
H A Dnon_exist_shell0 #! /foo/bar/baz
4 echo foo
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c9x_array_init.c2 int foo[256] = { variable
H A Dd_nolimit_init.c2 char foo[][4] = { variable
H A Dd_incorrect_array_size.c1 struct foo { struct
H A Dd_zero_sized_arrays.c1 struct foo { struct
H A Dd_cvt_constant.c5 int foo = 0; local
6 if (foo)
H A Dd_c99_complex_num.c3 double cabs(double _Complex foo) argument
5 double d = __real__ foo;
H A Dd_c99_func.c4 foo(const char *p) { function
6 foo(p);
H A Dd_gcc_compound_statements1.c3 foo(unsigned long z) function
6 foo(z);
H A Dd_gcc_func.c4 foo(const char *p) { function
6 foo(p);
H A Dd_gcc_variable_array_init.c2 void foo(int i) function
6 foo(array[i] = 0);
H A Dd_c99_anon_union.c3 struct foo { struct
13 struct foo *f = 0;
H A Dd_c99_union_cast.c8 union foo { union
14 foo(void) { function
17 ((union foo)a).a;
H A Dd_cast_lhs.c4 foo() { function
H A Dd_c99_flex_array_packed.c5 } __packed foo; variable in typeref:struct:__anon3617
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/
H A Derr.D_IDENT_UNDEF.recur.d33 * properly detect that foo is undefined on the right-hand side and fail.
41 inline int foo = foo + 3;
H A Derr.D_DECL_IDRED.redef1.d41 inline int foo = timestamp;
42 inline int foo = 8;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Derr.D_SYNTAX.badenum.d37 enum foo`bar
H A Derr.D_SYNTAX.badstruct.d36 struct foo`bar {
H A Derr.D_UNKNOWN.dupenum.d36 enum foo {
H A Derr.D_UNKNOWN.dupstruct.d36 struct foo {
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Derr.D_PRAGMA_INVAL.d38 inline int foo
40 #pragma D attributes incorrect_attr foo
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_FUNC_UNDEF.badaggfunc.d41 @counts["badtest"] = foo();
/freebsd-11-stable/usr.bin/bmake/tests/syntax/directive-t0/
H A DMakefile.test6 .uudef foo
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/offsetof/
H A Derr.D_OFFSETOF_BITFIELD.bitfield.d41 struct foo {
48 trace(offsetof(struct foo, b));

Completed in 105 milliseconds

1234567891011>>