Page MenuHomeClusterLabs Projects

use-func.cocci
No OneTemporary

use-func.cocci

/*
* Copyright 2020 the Pacemaker project contributors
*
* The version control history for this file may have further details.
*
* This source code is licensed under the GNU General Public License version 2
* or later (GPLv2+) WITHOUT ANY WARRANTY.
*/
/*
* Always use __func__ (which is in the C99 standard) instead of __FUNCTION__
* (which is an older GNU C extension)
*/
virtual internal
@ use_func @
@@
(
- __FUNCTION__
+ __func__
)

File Metadata

Mime Type
text/plain
Expires
Tue, Jul 8, 4:49 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1996055
Default Alt Text
use-func.cocci (449 B)

Event Timeline