Lines Matching refs:FOO
922 # These are left unexpanded so users can "make install exec_prefix=/foo"
3660 #define FOO(x) 'x'
3661 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5329 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
7019 echo "int foo(void){return 1;}" > conftest.c
9021 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9024 int foo(void) {}
9946 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11103 const int *foo = &x[0];
11104 ++foo;
11117 const int foo = 10;
11118 if (!foo) return 0;