Searched defs:gettext (Results 1 – 6 of 6) sorted by relevance
115 # define gettext(msgid) dgettext (NULL, msgid) macro
24 char *gettext(const char *msgid) in gettext() function
14 static inline const char *gettext(const char *txt) { return txt; } in gettext() function
32 # define gettext(Msgid) ((const char *) (Msgid)) macro
84 # define gettext(msgid) __dcgettext ("libc", msgid, LC_MESSAGES) macro87 # define gettext(msgid) (msgid) macro
58 #define gettext(msgid) (msgid) macro
Completed in 18 milliseconds