OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRINTFLIKE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
funcattrs.h
105
*
PRINTFLIKE
(x,y), after a function declaration, means "this function
120
#define
PRINTFLIKE
(x,y) __attribute__((__format__(__printf__,x,y)))
144
#if !defined(
PRINTFLIKE
)
145
#define
PRINTFLIKE
(x,y)
/src/external/ibm-public/postfix/dist/src/util/
sys_defs.h
1633
* specify #define
PRINTFLIKE
and #define SCANFLIKE in the system-dependent
1636
#ifndef
PRINTFLIKE
1638
#define
PRINTFLIKE
(x,y) __attribute__ ((format (printf, (x), (y))))
1640
#define
PRINTFLIKE
(x,y) __attribute__ ((__format__ (__printf__, (x), (y))))
1642
#define
PRINTFLIKE
(x,y)
1644
#endif /*
PRINTFLIKE
*/
1663
#define PRINTFPTRLIKE(x,y)
PRINTFLIKE
(x,y)
Completed in 22 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026