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

1234567891011>>

/freebsd-current/tests/sys/kern/execve/
H A Dnon_exist_shell0 #! /foo/bar/baz
3 echo foo
/freebsd-current/contrib/unifdef/tests/
H A DNetBSD-47068.c1 #ifdef foo
H A Dnone.c5 int foo() { return 0; } function
H A Dwhitespace.c2 foo
/freebsd-current/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-current/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_zero_sized_arrays.c1 struct foo { struct
H A Dd_incorrect_array_size.c1 struct foo { struct
H A Dd_cvt_constant.c5 int foo = 0; local
6 if (foo)
H A Dd_c99_anon_union.c3 struct foo { struct
13 struct foo *f = 0;
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_variable_array_init.c2 void foo(int i) function
6 foo(array[i] = 0);
H A Dd_gcc_func.c4 foo(const char *p) { function
6 foo(p);
/freebsd-current/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-current/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-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_FUNC_UNDEF.badaggfunc.d41 @counts["badtest"] = foo();
/freebsd-current/usr.bin/bmake/tests/syntax/directive-t0/
H A DMakefile.test5 .uudef foo
/freebsd-current/contrib/one-true-awk/bugs-fixed/
H A Dmatchop-deref.awk1 function foo() { function
6 print match(foo(), "b")

Completed in 223 milliseconds

1234567891011>>