HomeSort by relevance Sort by last modified time
    Searched refs:gettext (Results 101 - 125 of 174) sorted by null

1 2 3 45 6 7

  /external/e2fsprogs/misc/
lsattr.c 181 set_com_err_gettext(gettext);
chattr.c 319 set_com_err_gettext(gettext);
e2initrd_helper.c 309 set_com_err_gettext(gettext);
  /external/elfutils/lib/
color.c 190 gettext ("cannot allocate memory"));
system.h 64 /* A special gettext function we use if the strings are too short. */
66 ({ const char *__res = strrchr (gettext (Str), '|'); \
  /external/selinux/policycoreutils/run_init/
run_init.c 59 #define _(msgid) gettext (msgid)
  /external/selinux/gui/
booleansPage.py 43 import gettext
47 gettext.install(PROGNAME,
fcontextPage.py 52 import gettext
56 gettext.install(PROGNAME,
portsPage.py 40 import gettext
44 gettext.install(PROGNAME,
  /external/devlib/doc/
make.bat 34 echo. gettext to make PO message catalogs
204 if "%1" == "gettext" (
205 %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
  /external/fio/doc/
make.bat 35 echo. gettext to make PO message catalogs
214 if "%1" == "gettext" (
215 %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
  /external/elfutils/src/
i386_ld.c 202 error (EXIT_FAILURE, 0, gettext ("cannot allocate PLT section: %s"),
224 error (EXIT_FAILURE, 0, gettext ("cannot allocate PLTREL section: %s"),
245 error (EXIT_FAILURE, 0, gettext ("cannot allocate GOT section: %s"),
266 error (EXIT_FAILURE, 0, gettext ("cannot allocate GOTPLT section: %s"),
653 error (EXIT_FAILURE, 0, gettext ("initial-executable TLS relocation cannot be used "));
    [all...]
  /external/selinux/python/chcat/
chcat 39 import gettext
43 gettext.install(PROGNAME,
  /external/icu/icu4c/source/tools/tzcode/
private.h 377 ** The default is to use gettext if available, and use MSGID otherwise.
382 #define _(msgid) gettext(msgid)
  /toolchain/binutils/binutils-2.27/libiberty/
obstack.c 327 # define _(msgid) gettext (msgid)
getopt.c 89 # define _(msgid) gettext (msgid)
  /bionic/libc/tzcode/
private.h 543 ** The default is to use gettext if available, and use MSGID otherwise.
548 #define _(msgid) gettext(msgid)
  /external/selinux/sandbox/
sandbox 42 import gettext
46 gettext.install(PROGNAME,
  /toolchain/binutils/binutils-2.27/gold/
options.cc 107 len += printf(" %s", gettext(this->helparg));
137 gettext(this->helparg));
150 printf("%s\n", gettext(this->helpstring));
    [all...]
  /external/python/cpython3/Modules/
_elementtree.c 2040 int gettext; member in struct:__anon33311
    [all...]
_localemodule.c 377 done using gettext. So we don't expose it to Python in the
459 "gettext(msg) -> string\n"
468 return PyUnicode_DecodeLocale(gettext(in), NULL);
591 {"gettext",(PyCFunction)PyIntl_gettext,METH_VARARGS,
  /external/e2fsprogs/resize/
main.c 277 set_com_err_gettext(gettext);
  /external/harfbuzz_ng/
git.mk 125 # Modules that use gettext and use AC_CONFIG_MACRO_DIR() may also include this,
134 gettext.m4 \
  /external/libusb/examples/getopt/
getopt.c 85 # define _(msgid) gettext (msgid)
  /external/selinux/python/sepolicy/
sepolicy.py 32 import gettext
36 gettext.install(PROGNAME,

Completed in 492 milliseconds

1 2 3 45 6 7