Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/power/cpupower/utils/helpers/
H A Dhelpers.h22 #ifndef gettext_noop
23 #define gettext_noop(String) String macro
25 #define N_(String) gettext_noop(String)
/OK3568_Linux_fs/buildroot/package/mkpasswd/
H A Dutils.h37 # ifdef gettext_noop
38 # define N_(a) gettext_noop(a)
/OK3568_Linux_fs/yocto/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)