Searched defs:_printf_attribute (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dos.h487 #define _printf_attribute(a,b) __attribute((format(__printf__,a,b))) macro
489 #define _printf_attribute(a,b) /**/ macro
496 extern void LogWrite(int verb, const char *f, ...) _printf_attribute(2,3);
500 ...) _printf_attribute(3,4);
502 _printf_attribute(2,3);
504 extern void AuditF(const char *f, ...) _printf_attribute(1,2);
506 extern void FatalError(const char *f, ...) _printf_attribute(1,2)
514 extern void ErrorF(const char *f, ...) _printf_attribute(1,2);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dos.h473 #define _printf_attribute(a,b) __attribute((format(__printf__,a,b))) macro
475 #define _printf_attribute(a,b) /**/ macro
482 extern void LogWrite(int verb, const char *f, ...) _printf_attribute(2,3);
486 ...) _printf_attribute(3,4);
488 _printf_attribute(2,3);
490 extern void AuditF(const char *f, ...) _printf_attribute(1,2);
492 extern void FatalError(const char *f, ...) _printf_attribute(1,2)
506 extern void ErrorF(const char *f, ...) _printf_attribute(1,2);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dos.h490 #define _printf_attribute(a,b) __attribute((format(__printf__,a,b))) macro
492 #define _printf_attribute(a,b) /**/ macro
499 extern void LogWrite(int verb, const char *f, ...) _printf_attribute(2,3);
503 ...) _printf_attribute(3,4);
505 _printf_attribute(2,3);
507 extern void AuditF(const char *f, ...) _printf_attribute(1,2);
509 extern void FatalError(const char *f, ...) _printf_attribute(1,2)
523 extern void ErrorF(const char *f, ...) _printf_attribute(1,2);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dos.h489 #define _printf_attribute(a,b) __attribute((format(__printf__,a,b))) macro
491 #define _printf_attribute(a,b) /**/ macro
498 extern void LogWrite(int verb, const char *f, ...) _printf_attribute(2,3);
502 ...) _printf_attribute(3,4);
504 _printf_attribute(2,3);
506 extern void AuditF(const char *f, ...) _printf_attribute(1,2);
508 extern void FatalError(const char *f, ...) _printf_attribute(1,2)
521 extern void ErrorF(const char *f, ...) _printf_attribute(1,2);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dos.h487 #define _printf_attribute(a,b) __attribute((format(__printf__,a,b))) macro
489 #define _printf_attribute(a,b) /**/ macro
496 extern _X_EXPORT void LogWrite(int verb, const char *f, ...) _printf_attribute(2,3);
500 ...) _printf_attribute(3,4);
502 _printf_attribute(2,3);
504 extern _X_EXPORT void AuditF(const char *f, ...) _printf_attribute(1,2);
506 extern _X_EXPORT void FatalError(const char *f, ...) _printf_attribute(1,2)
519 extern _X_EXPORT void ErrorF(const char *f, ...) _printf_attribute(1,2);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dos.h493 #define _printf_attribute(a,b) __attribute((format(__printf__,a,b))) macro
495 #define _printf_attribute(a,b) /**/ macro
502 extern _X_EXPORT void LogWrite(int verb, const char *f, ...) _printf_attribute(2,3);
506 ...) _printf_attribute(3,4);
508 _printf_attribute(2,3);
510 extern _X_EXPORT void AuditF(const char *f, ...) _printf_attribute(1,2);
512 extern _X_EXPORT void FatalError(const char *f, ...) _printf_attribute(1,2)
525 extern _X_EXPORT void ErrorF(const char *f, ...) _printf_attribute(1,2);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dos.h500 #define _printf_attribute(a,b) __attribute((format(__printf__,a,b))) macro
502 #define _printf_attribute(a,b) /**/ macro
509 extern void LogWrite(int verb, const char *f, ...) _printf_attribute(2,3);
513 ...) _printf_attribute(3,4);
515 _printf_attribute(2,3);
517 extern void AuditF(const char *f, ...) _printf_attribute(1,2);
519 extern void FatalError(const char *f, ...) _printf_attribute(1,2)
527 extern void ErrorF(const char *f, ...) _printf_attribute(1,2);
533 _printf_attribute(3,4);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dos.h509 #define _printf_attribute(a,b) __attribute((format(__printf__,a,b))) macro
511 #define _printf_attribute(a,b) /**/ macro
518 extern void LogWrite(int verb, const char *f, ...) _printf_attribute(2,3);
522 ...) _printf_attribute(3,4);
524 _printf_attribute(2,3);
526 extern void AuditF(const char *f, ...) _printf_attribute(1,2);
528 extern void FatalError(const char *f, ...) _printf_attribute(1,2)
536 extern void ErrorF(const char *f, ...) _printf_attribute(1,2);
542 _printf_attribute(3,4);

Completed in 133 milliseconds