Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F4623731
use-func.cocci
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
449 B
Referenced Files
None
Subscribers
None
use-func.cocci
View Options
/*
* 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
Details
Attached
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)
Attached To
Mode
rP Pacemaker
Attached
Detach File
Event Timeline
Log In to Comment