Searched refs:__printflike (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_glx_log.h | 38 __printflike(5, 6) 45 __printflike(5, 0)
|
/third_party/FreeBSD/sbin/fsck_msdosfs/ |
H A D | ext.h | 53 int ask(int, const char *, ...) __printflike(2, 3);
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | cdefs.h | 89 #define __printflike(x, y) __attribute__((__format__(printf, x, y))) macro
|
/third_party/musl/include/sys/linux/ |
H A D | cdefs.h | 89 #define __printflike(x, y) __attribute__((__format__(printf, x, y))) macro
|
/third_party/FreeBSD/sys/sys/ |
H A D | cdefs.h | 500 #define __printflike(fmtarg, firstvararg) macro 506 #define __printflike(fmtarg, firstvararg) \ macro
|
H A D | bus.h | 321 int device_printf(device_t dev, const char *, ...) __printflike(2, 3);
|
Completed in 5 milliseconds