Searched refs:setlocale (Results 176 - 200 of 226) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h51 #define setlocale(x,y) ((void)0) macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dlineedit.c1791 setlocale(LC_ALL, "");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/mbconv/
H A Dmbconvtest.cpp897 setlocale( LC_ALL, "English_United States.1252" );
903 setlocale( LC_ALL, "en_US.iso8859-1" );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A DMakefile.in196 $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/siginfo.m4 \
H A DMakefile196 $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/siginfo.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/
H A DMakefile.in194 $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/siginfo.m4 \
H A DMakefile194 $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/siginfo.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/styles/
H A DMakefile.in195 $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/siginfo.m4 \
H A DMakefile195 $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/siginfo.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_operate.c1773 setlocale(LC_ALL, "");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgmerge.c182 setlocale (LC_ALL, "");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dlocalename.c2769 /* XPG3 defines the result of 'setlocale (category, NULL)' as:
2770 "Directs 'setlocale()' to query 'category' and return the current
2783 On some systems this can be done by the 'setlocale' function itself. */
2785 return setlocale (category, NULL);
2787 /* On other systems we ignore what setlocale reports and instead look at the
2790 (MacOS X, native Windows, Cygwin) and where the system's setlocale()
2792 a. when the user missed to use the setlocale() override from libintl
2794 b. when setlocale supports only the "C" locale, such as on Cygwin
2796 2. on all systems where setlocale supports only the "C" locale. */
2798 variables regardless whether setlocale ha
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dhttpd.c1984 setlocale(LC_TIME, "C");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c1930 setlocale(LC_ALL, val);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A DMakefile196 $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/siginfo.m4 \
H A DMakefile.in196 $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/siginfo.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A DMakefile199 $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/siginfo.m4 \
H A DMakefile.in199 $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/siginfo.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dmain.c307 setlocale(LC_ALL, "");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dunzip.c773 codeset = setlocale(LC_CTYPE, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dmain.c613 setlocale( LC_ALL, "" );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A DMakefile.in219 $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/siginfo.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A DMakefile.in198 $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/siginfo.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzip.c2195 setlocale(LC_CTYPE, "I");
2210 loc = setlocale(LC_CTYPE, NULL);
2214 loc = setlocale(LC_CTYPE, "en_US.UTF-8");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp3013 // there is no setlocale() under Windows CE, so just always query the
3016 if ( strcmp(setlocale(LC_ALL, NULL), "C") != 0 )

Completed in 353 milliseconds

12345678910