Lines Matching refs:FOO
959 # These are left unexpanded so users can "make install exec_prefix=/foo"
3433 #define FOO(x) 'x'
3434 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4977 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6696 echo "int foo(void){return 1;}" > conftest.c
9199 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9201 int foo(void) {}
10150 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
13312 const int *foo = &x[0];
13313 ++foo;
13326 const int foo = 10;
13327 if (!foo) return 0;
14023 char foo[21];
14028 char *a = foo + i;
15320 extern int foo;
15325 return use_ascii (foo) == use_ebcdic (foo);