Lines Matching full:foo*
316 global variables are a must. To call a global function ``foo`` is a
579 kfree(foo->bar);
580 kfree(foo);
583 The bug in this code is that on some exit paths ``foo`` is NULL. Normally the
590 kfree(foo->bar);
592 kfree(foo);
832 #define FOO(x) \
845 #define FOO(val) bar(index, val)
850 3) macros with arguments that are used as l-values: FOO(x) = y; will
851 bite you if somebody e.g. turns FOO into an inline function.
867 #define FOO(x) \
966 icache footprint for the CPU and simply because there is less memory
1091 compile-command: "gcc -DMAGIC_DEBUG_FLAG foo.c"