Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/cpupower/utils/helpers/
H A Dhelpers.h23 #ifndef gettext_noop
24 #define gettext_noop(String) String macro
26 #define N_(String) gettext_noop(String)
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch983 - * libgettext.h (gettext_const): Rename to gettext_noop.
3484 -#define gettext_noop(Str) (Str)