HomeSort by relevance Sort by last modified time
    Searched refs:gettext (Results 76 - 100 of 100) sorted by null

1 2 34

  /external/e2fsprogs/e2fsck/
e2fsck.h 45 #define _(a) (gettext (a))
  /external/grub/lib/
getopt.c 88 # define _(msgid) gettext (msgid)
  /ndk/sources/host-tools/make-3.81/
getopt.c 84 #include "gettext.h"
85 #define _(msgid) gettext (msgid)
configure     [all...]
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 129 # Package bug report address for gettext files
499 if test $file = gettext.m4; then
500 echo "$0: patching m4/gettext.m4 to remove need for intl/* ..."
538 # Create boot temporary directories to import from gnulib and gettext.
565 # Import from gettext.
620 # Create gettext configuration.
configure     [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.c 36 #include "gettext.h"
37 #define _(msgid) gettext (msgid)
regcomp.c 243 return gettext (__re_error_msgid + __re_error_msgid_idx[(int) ret]);
565 msg = gettext (__re_error_msgid + __re_error_msgid_idx[errcode]);
707 return gettext ("No previous regular expression");
724 return (char *) gettext (__re_error_msgid
740 return (char *) gettext (__re_error_msgid + __re_error_msgid_idx[(int) ret]);
    [all...]
getopt.c 37 # include "gettext.h"
38 # define _(msgid) gettext (msgid)
gnulib.mk 12 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libsed --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=gl acl alloca btowc c-ctype extensions getline getopt gettext localcharset mbrlen mbrtowc mbsinit memchr mkstemp obstack pathmax regex rename selinux-h stat-macros stdbool strerror strverscmp unlocked-io verify wcrtomb wctob
253 ## begin gnulib module gettext
267 ## end gnulib module gettext
269 ## begin gnulib module gettext-h
271 libsed_a_SOURCES += gettext.h
273 ## end gnulib module gettext-h
    [all...]
  /external/elfutils/libcpu/
i386_lex.c     [all...]
i386_parse.y 551 error (0, 0, gettext ("while reading i386 CPU description: %s at line %d"),
552 gettext (s), i386_lineno);
    [all...]
  /external/bison/lib/
bitset_stats.c 40 #include "gettext.h"
41 #define _(Msgid) gettext (Msgid)
Makefile 271 stripslash.c exit.h gettext.h mbswidth.h mbswidth.c stpcpy.h \
getopt.c 42 # include "gettext.h"
43 # define _(msgid) gettext (msgid)
  /external/elfutils/libelf-po/
Makefile 1 # Makefile for PO directory in any package using GNU gettext.
6 # License but which still want to provide support for the GNU gettext
8 # Please note that the actual code of GNU gettext is covered by the GNU
25 gettextsrcdir = $(datadir)/gettext/po
58 # Makefile variables for PO directory in any package using GNU gettext.
128 if test "$(PACKAGE)" = "gettext"; then \
184 if test "$(PACKAGE)" = "gettext"; then \
229 if test "$(PACKAGE)" = "gettext"; then \
291 if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; fi; \
339 if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR (…)
    [all...]
  /external/bison/djgpp/
config.bat 414 Rem We prefer without-included-gettext because libintl.a from gettext package
416 echo --enable-nls --without-included-gettext >> arguments
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 53 from gettext import gettext as _
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 60 # define _(S) gettext(S)
  /external/icu4c/tools/tzcode/
zdump.c 136 ** The default is to use gettext if available, and use MSGID otherwise.
141 #define _(msgid) gettext(msgid)
  /ndk/sources/host-tools/make-3.81/w32/
Makefile 60 $(top_srcdir)/config/gettext.m4 $(top_srcdir)/config/iconv.m4 \
  /external/elfutils/src/
unstrip.c 62 # define _(str) gettext (str)
239 fprintf (stream, gettext ("Written by %s.\n"), "Roland McGrath");
    [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/bison/
configure     [all...]
  /external/libmtp/src/
ptp.c 45 # define gettext(String) (String) macro
    [all...]

Completed in 708 milliseconds

1 2 34