Home
last modified time | relevance | path

Searched refs:VLC_FORMAT (Results 1 – 15 of 15) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_dialog.h71 const char *psz_fmt, ...) VLC_FORMAT(3,4);
110 VLC_FORMAT(7,8);
148 const char *psz_fmt, ...) VLC_FORMAT(7,8);
184 VLC_FORMAT(6,7);
226 VLC_FORMAT(4, 5);
H A Dvlc_vout_osd.h77 VLC_API void vout_OSDMessage( vout_thread_t *, int, const char *, ... ) VLC_FORMAT( 3, 4 );
H A Dvlc_memstream.h63 ...) VLC_FORMAT(2,3);
H A Dvlc_messages.h69 const char *format, ...) VLC_FORMAT(7, 8);
H A Dvlc_common.h93 # define VLC_FORMAT(x,y) __attribute__ ((format(gnu_printf,x,y))) macro
95 # define VLC_FORMAT(x,y) __attribute__ ((format(printf,x,y))) macro
104 # define VLC_FORMAT(x,y) macro
H A Dvlc_httpd.h148 …d_MsgAdd( httpd_message_t *, const char *psz_name, const char *psz_value, ... ) VLC_FORMAT( 3, 4 );
H A Dvlc_keystore.h242 const char *psz_dialog_fmt, ...) VLC_FORMAT(6, 7);
H A Dvlc_vlm.h193 VLC_API vlm_message_t * vlm_MessageNew( const char *, const char *, ... ) VLC_FORMAT( 2, 3 );
H A Dvlc_charset.h121 VLC_API int utf8_fprintf( FILE *, const char *, ... ) VLC_FORMAT( 2, 3 );
H A Dvlc_sout.h295 const char *fmt, ...) VLC_FORMAT(3, 4);
H A Dvlc_network.h177 VLC_API ssize_t net_Printf( vlc_object_t *p_this, int fd, const char *psz_fmt, ... ) VLC_FORMAT( 3,…
H A Dvlc_input_item.h318 … *p_i, const char *psz_cat, const char *psz_name, const char *psz_format, ... ) VLC_FORMAT( 4, 5 );
/dports/multimedia/vlc/vlc-3.0.16/modules/access/http/
H A Dconn.h57 void vlc_http_err(void *, const char *msg, ...) VLC_FORMAT(2, 3);
58 void vlc_http_dbg(void *, const char *msg, ...) VLC_FORMAT(2, 3);
H A Dmessage.h76 const char *fmt, ...) VLC_FORMAT(3,4);
/dports/multimedia/vlc/vlc-3.0.16/modules/control/
H A Doldrc.c139 VLC_FORMAT(2, 3)