Lines Matching refs:FOO
786 # These are left unexpanded so users can "make install exec_prefix=/foo"
3252 #define FOO(x) 'x'
3253 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3604 static inline struct iltest *foo(void);
3611 foo()
3664 static void foo(void) __attribute__ ((noreturn));
3667 foo(void)
3675 foo();
3758 extern int foo(const char *fmt, ...)
3764 foo("%s", "test");