Lines Matching full:foo*
287 名字。称一个全局函数为 ``foo`` 是一个难以饶恕的错误。
517 kfree(foo->bar);
518 kfree(foo);
521 这段代码的错误是,在某些退出路径上 ``foo`` 是 NULL。通常情况下,通过把它分离
527 kfree(foo->bar);
529 kfree(foo);
742 #define FOO(x) \
755 #define FOO(val) bar(index, val)
760 3) 作为左值的带参数的宏: FOO(x) = y;如果有人把 FOO 变成一个内联函数的话,这
775 #define FOO(x) \
959 compile-command: "gcc -DMAGIC_DEBUG_FLAG foo.c"