Home | History | Annotate | Download | only in e2fsprogs

Lines Matching refs:FOO

852 # These are left unexpanded so users can "make install exec_prefix=/foo"
3492 #define FOO(x) 'x'
3493 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4103 #define FOO(x) 'x'
4104 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5496 foo(void) {
6183 const int *foo = &x[0];
6184 ++foo;
6197 const int foo = 10;
6198 if (!foo) return 0;
6266 $ac_kw foo_t foo () {return 0; }
6365 long double foo = 0.0;
6402 wchar_t foo = (wchar_t)'\0';
6435 wint_t foo = (wchar_t)'\0';
7337 extern size_t foo;
7338 extern unsigned long foo;
10461 extern int foo;
10466 return use_ascii (foo) == use_ebcdic (foo);