Lines Matching refs:FOO
1858 # These are left unexpanded so users can "make install exec_prefix=/foo"
5186 #define FOO(x) 'x'
5187 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5589 #define FOO(x) 'x'
5590 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
8816 $ac_kw foo_t foo () {return 0; }
9386 extern struct { int foo; } environ;
9390 environ.foo = 1;
9429 int foo;
9439 int foo;
10791 extern int foo;
10796 return use_ascii (foo) == use_ebcdic (foo);
12230 wchar_t foo = (wchar_t)'\0';
12271 wint_t foo = (wchar_t)'\0';
12530 extern int foo;
12535 return use_ascii (foo) == use_ebcdic (foo);
13570 static char foo[] = "foo";
13572 char *argv[] = { program, a, foo, bar, NULL };
13881 static char foo[] = "foo";
13883 char *argv[] = { program, p, foo, bar, NULL };
13898 static char foo[] = "foo";
13900 char *argv[] = { program, foo, p, NULL };
14660 extern $gltype foo;
14661 extern $gltype1 foo;
14732 extern $gltype foo;
14733 extern $gltype1 foo;
19163 extern "C" int foo (void);
19165 int foo(void) { return 0; }
19254 int foo (int_ptr $ac_kw ip) {
19263 return foo(t)
22056 if (!(len == 4 && line && strcmp (line, "foo\n") == 0))
22244 if (!(len == 4 && line && strcmp (line, "foo\n") == 0))
22427 extern intptr_t foo;
22428 extern $gltype1 foo;
26499 if (posix_spawn_file_actions_addopen (&actions, 10000000, "foo", 0, O_RDONLY)
28654 extern size_t foo;
28655 extern unsigned long foo;
36783 failcode='class conftestfail<T> { T foo() { return null; } }' ;;
36784 1.5) goodcode='class conftest<T> { T foo() { return null; } }'