Searched refs:gettext (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/scripts/kconfig/lxdialog/ |
D | menubox.c | 160 print_button(win, gettext("Select"), y, x, selected == 0); in print_buttons() 161 print_button(win, gettext(" Exit "), y, x + 12, selected == 1); in print_buttons() 162 print_button(win, gettext(" Help "), y, x + 24, selected == 2); in print_buttons() 163 print_button(win, gettext(" Save "), y, x + 36, selected == 3); in print_buttons() 164 print_button(win, gettext(" Load "), y, x + 48, selected == 4); in print_buttons()
|
D | yesno.c | 32 print_button(dialog, gettext(" Yes "), y, x, selected == 0); in print_buttons() 33 print_button(dialog, gettext(" No "), y, x + 13, selected == 1); in print_buttons()
|
D | inputbox.c | 34 print_button(dialog, gettext(" Ok "), y, x, selected == 0); in print_buttons() 35 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons()
|
D | checklist.c | 106 print_button(dialog, gettext("Select"), y, x, selected == 0); in print_buttons() 107 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons()
|
D | dialog.h | 32 # define gettext(Msgid) ((const char *) (Msgid)) macro
|
D | textbox.c | 132 print_button(dialog, gettext(" Exit "), height - 2, width / 2 - 4, TRUE); in dialog_textbox()
|
/linux-4.4.14/scripts/kconfig/ |
D | check.sh | 7 gettext("");
|
D | lkc.h | 14 static inline const char *gettext(const char *txt) { return txt; } in gettext() function 34 #define _(text) gettext(text)
|
D | Makefile | 293 $(Q)intltool-extract --type=gettext/glade --srcdir=$(srctree) \
|
D | qconf.cc | 49 return QString::fromLocal8Bit(gettext(str)); in qgettext() 54 return QString::fromLocal8Bit(gettext(str.toLatin1())); in qgettext()
|
/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.h | 63 fprintf(stderr, gettext("Measure took %u seconds, but registers could " \
|
D | cpupower-monitor.c | 271 gettext(s.desc)); in list_monitors()
|
/linux-4.4.14/tools/power/cpupower/utils/helpers/ |
D | helpers.h | 21 #define _(String) gettext(String)
|
/linux-4.4.14/Documentation/sound/oss/ |
D | MultiSound | 397 if test "$gettext_dir" = FAILED && test -f $dir/gettext \ 398 && ($dir/gettext --version >/dev/null 2>&1) 400 set `$dir/gettext --version 2>&1`
|