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

1234567891011>>

/freebsd-10.3-release/tests/sys/kern/execve/
H A Dnon_exist_shell0 #! /foo/bar/baz
4 echo foo
/freebsd-10.3-release/tools/regression/execve/tests/
H A Dnonexistshell0 #! /foo/bar/baz
4 echo foo
/freebsd-10.3-release/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_cast_lhs.c4 foo() { function
H A Dd_c99_for_loops.c2 extern void foo(int);
9 foo(i);
/freebsd-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_FUNC_UNDEF.badaggfunc.d41 @counts["badtest"] = foo();
/freebsd-10.3-release/usr.bin/bmake/tests/syntax/directive-t0/
H A DMakefile.test6 .uudef foo
/freebsd-10.3-release/contrib/netbsd-tests/bin/sh/
H A Dt_varquote.sh42 foo='${a:-foo}'
43 check "$foo" '${a:-foo}'
45 foo="${a:-foo}"
46 check "$foo" "foo"
48 foo=${a:-"'{}'"}
49 check "$foo" "'{}'"
[all...]
/freebsd-10.3-release/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 211 milliseconds

1234567891011>>