Home | History | Annotate | Download | only in e2fsprogs

Lines Matching refs:FOO

898 # These are left unexpanded so users can "make install exec_prefix=/foo"
3563 #define FOO(x) 'x'
3564 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4174 #define FOO(x) 'x'
4175 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5547 foo(void) {
6481 const int *foo = &x[0];
6482 ++foo;
6495 const int foo = 10;
6496 if (!foo) return 0;
6564 $ac_kw foo_t foo () {return 0; }
6680 long double foo = 0.0;
6717 wchar_t foo = (wchar_t)'\0';
6750 wint_t foo = (wchar_t)'\0';
7647 extern size_t foo;
7648 extern unsigned long foo;
10802 extern int foo;
10807 return use_ascii (foo) == use_ebcdic (foo);