G_GNUC_PRINTF      25 lib/logging.h  void mc_log (const char *fmt, ...) G_GNUC_PRINTF (1, 2);
G_GNUC_PRINTF      26 lib/logging.h  void mc_always_log (const char *fmt, ...) G_GNUC_PRINTF (1, 2);
G_GNUC_PRINTF     207 lib/search.h                             ...) G_GNUC_PRINTF (3, 4);
G_GNUC_PRINTF     217 lib/strutil.h  void str_printf (GString *buffer, const char *format, ...) G_GNUC_PRINTF (2, 3);
G_GNUC_PRINTF     120 lib/tty/tty.h  extern void tty_printf (const char *s, ...) G_GNUC_PRINTF (1, 2);
G_GNUC_PRINTF     286 lib/util.h     void mc_propagate_error (GError **dest, int code, const char *format, ...) G_GNUC_PRINTF (3, 4);
G_GNUC_PRINTF     287 lib/util.h     void mc_replace_error (GError **dest, int code, const char *format, ...) G_GNUC_PRINTF (3, 4);
G_GNUC_PRINTF     288 lib/vfs/vfs.h  void vfs_print_message (const char *msg, ...) G_GNUC_PRINTF (1, 2);
G_GNUC_PRINTF      31 lib/widget/hline.h void hline_set_textv (WHLine *l, const char *format, ...) G_GNUC_PRINTF (2, 3);
G_GNUC_PRINTF      31 lib/widget/label.h void label_set_textv (WLabel *label, const char *format, ...) G_GNUC_PRINTF (2, 3);
G_GNUC_PRINTF      77 lib/widget/wtools.h WDialog *create_message (int flags, const char *title, const char *text, ...) G_GNUC_PRINTF (3, 4);
G_GNUC_PRINTF      80 lib/widget/wtools.h MC_MOCKABLE void message (int flags, const char *title, const char *text, ...) G_GNUC_PRINTF (3, 4);
G_GNUC_PRINTF      45 tests/lib/vfs/vfs_parse_ls_lga.c void message (int flags, const char *title, const char *text, ...) G_GNUC_PRINTF (3, 4);