G_GNUC_PRINTF      26 lib/logging.h  void mc_log (const char *fmt, ...) G_GNUC_PRINTF (1, 2);
G_GNUC_PRINTF      27 lib/logging.h  void mc_always_log (const char *fmt, ...) G_GNUC_PRINTF (1, 2);
G_GNUC_PRINTF     193 lib/search.h        G_GNUC_PRINTF (3, 4);
G_GNUC_PRINTF     220 lib/strutil.h  void str_printf (GString * buffer, const char *format, ...) G_GNUC_PRINTF (2, 3);
G_GNUC_PRINTF     121 lib/tty/tty.h  extern void tty_printf (const char *s, ...) G_GNUC_PRINTF (1, 2);
G_GNUC_PRINTF     255 lib/util.h     void mc_propagate_error (GError ** dest, int code, const char *format, ...) G_GNUC_PRINTF (3, 4);
G_GNUC_PRINTF     256 lib/util.h     void mc_replace_error (GError ** dest, int code, const char *format, ...) G_GNUC_PRINTF (3, 4);
G_GNUC_PRINTF     284 lib/vfs/vfs.h  void vfs_print_message (const char *msg, ...) G_GNUC_PRINTF (1, 2);
G_GNUC_PRINTF      32 lib/widget/hline.h void hline_set_textv (WHLine * l, const char *format, ...) G_GNUC_PRINTF (2, 3);
G_GNUC_PRINTF      32 lib/widget/label.h void label_set_textv (WLabel * label, const char *format, ...) G_GNUC_PRINTF (2, 3);
G_GNUC_PRINTF      80 lib/widget/wtools.h         G_GNUC_PRINTF (3, 4);
G_GNUC_PRINTF      83 lib/widget/wtools.h void message (int flags, const char *title, const char *text, ...) G_GNUC_PRINTF (3, 4);
G_GNUC_PRINTF      47 tests/lib/vfs/vfs_parse_ls_lga.c void message (int flags, const char *title, const char *text, ...) G_GNUC_PRINTF (3, 4);