Home
last modified time | relevance | path

Searched refs:gettextize_format (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Dlogging.h68 inline void gettextize_format(const char *format, Args &&...args) { in gettextize_format() function
74 inline void gettextize_format(const char *format) { fputs(_(format), stderr); } in gettextize_format() function
79 gettextize_format(format, args...); in NORM_ERR()
114 gettextize_format(__VA_ARGS__); \
/dports/sysutils/conky/conky-1.12.2/src/
H A Dlogging.h68 inline void gettextize_format(const char *format, Args &&...args) { in gettextize_format() function
74 inline void gettextize_format(const char *format) { fputs(_(format), stderr); } in gettextize_format() function
79 gettextize_format(format, args...); in NORM_ERR()
114 gettextize_format(__VA_ARGS__); \