Home
last modified time | relevance | path

Searched refs:bindtextdomain (Results 1 – 25 of 65) sorted by relevance

123

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dintl.h37 # undef bindtextdomain
38 # define bindtextdomain(domain, directory) (domain) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dintl.h37 # undef bindtextdomain
38 # define bindtextdomain(domain, directory) (domain) macro
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A Dhddtemp-no-nls-support.patch16 +AC_CHECK_FUNCS([bindtextdomain textdomain iconv])
29 bindtextdomain (PACKAGE, LOCALEDIR);
H A D0001-configure.ac-Rename-to-configure.ac-and-use-external.patch46 +AC_CHECK_FUNCS([bindtextdomain textdomain iconv])
143 -AC_CHECK_FUNCS([bindtextdomain textdomain iconv])
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dlibintl.h86 extern char *bindtextdomain (const char *__domainname,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dlibintl.h86 extern char *bindtextdomain (const char *__domainname,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/arm-none-linux-gnueabihf/bits/
H A Dmessages_members.h73 bindtextdomain(__s.c_str(), __dir); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/aarch64-none-linux-gnu/bits/
H A Dmessages_members.h73 bindtextdomain(__s.c_str(), __dir); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dlkc.h16 static inline void bindtextdomain(const char *name, const char *dir) {} in bindtextdomain() function
H A Dconf.c500 bindtextdomain(PACKAGE, LOCALEDIR); in main()
H A Dmconf.c1013 bindtextdomain(PACKAGE, LOCALEDIR); in main()
H A Dnconf.c1484 bindtextdomain(PACKAGE, LOCALEDIR); in main()
H A Dgconf.c1450 bindtextdomain(PACKAGE, LOCALEDIR); in main()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dlkc.h16 static inline void bindtextdomain(const char *name, const char *dir) {} in bindtextdomain() function
H A Dconf.c502 bindtextdomain(PACKAGE, LOCALEDIR); in main()
H A Dmconf.c1013 bindtextdomain(PACKAGE, LOCALEDIR); in main()
H A Dnconf.c1484 bindtextdomain(PACKAGE, LOCALEDIR); in main()
H A Dgconf.c1450 bindtextdomain(PACKAGE, LOCALEDIR); in main()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/aclocal/
H A Dgettext.m4169 bindtextdomain ("", "");
210 bindtextdomain ("", "");
236 bindtextdomain ("", "");
/OK3568_Linux_fs/u-boot/common/
H A Dzglobal.h191 # define bindtextdomain(Domain, Directory) /* empty */ macro
/OK3568_Linux_fs/buildroot/package/mkpasswd/
H A Dmkpasswd.c147 bindtextdomain(NLS_CAT_NAME, LOCALEDIR); in main()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0002-localedef-fix-ups-hardlink-to-make-it-compile.patch196 - bindtextdomain(PACKAGE, LOCALEDIR);
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch43 -/* Implementation of the bindtextdomain(3) function
240 -weak_alias (__bindtextdomain, bindtextdomain);
386 -bindtextdomain (domainname, dirname)
851 - * cat-compat.c (bindtextdomain): Add missing { }.
1105 - * cat-compat.c (bindtextdomain):
1113 - * cat-compat.c (bindtextdomain):
1276 - * cat-compat.c (bindtextdomain):
1329 - * intl-compat.c (textdomain, bindtextdomain):
1354 - * bindtextdom.c (bindtextdomain): Function now called
1696 -/* List with bindings of specific domains created by bindtextdomain()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-4605 * bindtextdomain: (libc)Locating gettext catalog.
2786 -- Function: char * bindtextdomain (const char *DOMAINNAME, const char
2792 The ‘bindtextdomain’ function can be used to specify the directory
2801 make a ‘bindtextdomain’ call to bind the domain for the current
2806 The ‘bindtextdomain’ function can be used several times and if the
2810 If the program which wish to use ‘bindtextdomain’ at some point of
2816 If the DIRNAME parameter is the null pointer ‘bindtextdomain
2820 The ‘bindtextdomain’ function returns a pointer to a string
2824bindtextdomain’ the return value is ‘NULL’ and the global variable
3320 If the program executed the ‘bindtextdomain’ function for the message
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-4605 * bindtextdomain: (libc)Locating gettext catalog.
2786 -- Function: char * bindtextdomain (const char *DOMAINNAME, const char
2792 The ‘bindtextdomain’ function can be used to specify the directory
2801 make a ‘bindtextdomain’ call to bind the domain for the current
2806 The ‘bindtextdomain’ function can be used several times and if the
2810 If the program which wish to use ‘bindtextdomain’ at some point of
2816 If the DIRNAME parameter is the null pointer ‘bindtextdomain
2820 The ‘bindtextdomain’ function returns a pointer to a string
2824bindtextdomain’ the return value is ‘NULL’ and the global variable
3320 If the program executed the ‘bindtextdomain’ function for the message
[all …]

123