Lines Matching refs:FOO
742 # These are left unexpanded so users can "make install exec_prefix=/foo"
3272 #define FOO(x) 'x'
3273 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3516 static inline struct iltest *foo(void);
3523 foo()
3576 static void foo(void) __attribute__ ((noreturn));
3579 foo(void)
3587 foo();
3670 extern int (*foo)(int i)
3676 (*foo)(1);
3712 extern int foo(const char *fmt, ...)
3718 foo("%s", "test");
3753 extern int (*foo)(const char *fmt, ...)
3759 (*foo)("%s", "test");
4845 foo(struct in6_addr *addr)
7946 int foo = h_errno;