Home
last modified time | relevance | path

Searched refs:PRINTFLIKE (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dimports.h575 _mesa_snprintf( char *str, size_t size, const char *fmt, ... ) PRINTFLIKE(3, 4);
580 _mesa_warning( struct gl_context *gc, const char *fmtString, ... ) PRINTFLIKE(2, 3);
583 _mesa_problem( const struct gl_context *ctx, const char *fmtString, ... ) PRINTFLIKE(2, 3);
586 _mesa_error( struct gl_context *ctx, GLenum error, const char *fmtString, ... ) PRINTFLIKE(3, 4);
589 _mesa_debug( const struct gl_context *ctx, const char *fmtString, ... ) PRINTFLIKE(2, 3);
Dcompiler.h332 #define PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) macro
334 #define PRINTFLIKE(f, a) macro