Lines Matching full:foo*
299 global variables are a must. To call a global function ``foo`` is a
528 kfree(foo->bar);
529 kfree(foo);
532 The bug in this code is that on some exit paths ``foo`` is NULL. Normally the
539 kfree(foo->bar);
541 kfree(foo);
781 #define FOO(x) \
794 #define FOO(val) bar(index, val)
799 3) macros with arguments that are used as l-values: FOO(x) = y; will
800 bite you if somebody e.g. turns FOO into an inline function.
816 #define FOO(x) \
915 icache footprint for the CPU and simply because there is less memory
1040 compile-command: "gcc -DMAGIC_DEBUG_FLAG foo.c"