Searched refs:PRINTF_FORMAT (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/
H A Dinternal.h750 #define PRINTF_FORMAT __attribute__ ((format (printf, 1, 2))) macro
752 #define PRINTF_FORMAT /**/ macro
754 void LispDestroy(const char *fmt, ...) PRINTF_FORMAT;
756 void LispContinuable(const char *fmt, ...) PRINTF_FORMAT;
757 void LispMessage(const char *fmt, ...) PRINTF_FORMAT;
758 void LispWarning(const char *fmt, ...) PRINTF_FORMAT;
759 #undef PRINTF_FORMAT
H A Dread.c105 #define PRINTF_FORMAT __attribute__ ((format (printf, 3, 4))) macro
107 #define PRINTF_FORMAT /**/ macro
110 #undef PRINTF_FORMAT

Completed in 5 milliseconds