/external/e2fsprogs/intl/ |
ngettext.c | 1 /* Implementation of ngettext(3) function. 46 # define NGETTEXT __ngettext 49 # define NGETTEXT libintl_ngettext 57 NGETTEXT (const char *msgid1, const char *msgid2, unsigned long int n) 64 weak_alias (__ngettext, ngettext);
|
intl-compat.c | 41 #undef ngettext macro 85 ngettext (const char *msgid1, const char *msgid2, unsigned long int n) function
|
libgnuintl.h.in | 163 static inline char *ngettext (const char *__msgid1, const char *__msgid2, 170 # define ngettext libintl_ngettext 172 extern char *ngettext (const char *__msgid1, const char *__msgid2,
|
/ndk/sources/host-tools/make-3.81/ |
gettext.h | 37 # define ngettext(Msgid1, Msgid2, N) \ macro
|
make.h | 347 #define S_(msg1,msg2,num) ngettext (msg1,msg2,num)
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
intl.h | 42 # define ngettext(singular,plural,n) fake_ngettext(singular,plural,n) macro
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
intl.h | 42 # define ngettext(singular,plural,n) fake_ngettext(singular,plural,n) macro
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
intl.h | 42 # define ngettext(singular,plural,n) fake_ngettext(singular,plural,n) macro
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
intl.h | 42 # define ngettext(singular,plural,n) fake_ngettext(singular,plural,n) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
libintl.h | 62 extern char *ngettext (__const char *__msgid1, __const char *__msgid2, 115 # define ngettext(msgid1, msgid2, n) dngettext (NULL, msgid1, msgid2, n) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
libintl.h | 62 extern char *ngettext (__const char *__msgid1, __const char *__msgid2, 115 # define ngettext(msgid1, msgid2, n) dngettext (NULL, msgid1, msgid2, n) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
libintl.h | 62 extern char *ngettext (__const char *__msgid1, __const char *__msgid2, 115 # define ngettext(msgid1, msgid2, n) dngettext (NULL, msgid1, msgid2, n) macro
|
/external/bison/lib/ |
gettext.h | 28 the gettext() and ngettext() macros. This is an alternative to calling 34 # undef ngettext macro 35 # define ngettext(Msgid1, Msgid2, N) \ macro 73 # undef ngettext macro 74 # define ngettext(Msgid1, Msgid2, N) \ macro 80 ((void) (Domainname), ngettext (Msgid1, Msgid2, N))
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
gettext.h | 30 the gettext() and ngettext() macros. This is an alternative to calling 36 # undef ngettext macro 37 # define ngettext(Msgid1, Msgid2, N) \ macro 75 # undef ngettext macro 76 # define ngettext(Msgid1, Msgid2, N) \ macro 82 ((void) (Domainname), ngettext (Msgid1, Msgid2, N))
|
/external/bison/src/ |
reduce.c | 387 warn (ngettext ("%d nonterminal useless in grammar", 392 warn (ngettext ("%d rule useless in grammar",
|
conflicts.c | 617 complain (ngettext ("expected %d shift/reduce conflict", 622 complain (ngettext ("expected %d reduce/reduce conflict",
|
scan-gram.c | [all...] |
/external/elfutils/src/ |
readelf.c | [all...] |
/external/e2fsprogs/e2fsck/ |
e2fsck.h | 51 #define P_(singular, plural, n) (ngettext (singular, plural, n))
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
utils.c | 246 panic(ngettext("couldn't write %d item to %s: %s",
|
/external/bison/ |
maint.mk | 776 exclude='(_|ngettext ?)\(' \ [all...] |