Searched refs:setlocale (Results 51 - 75 of 226) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dtstgettext.c93 setlocale (LC_ALL, "");
151 setlocale (LC_ALL, "");
H A Dsetlocale.c1 /* Fake setlocale - platform independent, for testing purposes.
83 /* An implementation of setlocale that always succeeds, but doesn't
87 setlocale (int category, SETLOCALE_CONST char *locale) function
H A DMakefile.in201 $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/siginfo.m4 \
209 am_cake_OBJECTS = plural-1-prg.$(OBJEXT) setlocale.$(OBJEXT)
214 am_fc3_OBJECTS = format-c-3-prg.$(OBJEXT) setlocale.$(OBJEXT)
218 am_fc4_OBJECTS = format-c-4-prg.$(OBJEXT) setlocale.$(OBJEXT)
255 tstgettext-setlocale.$(OBJEXT)
263 tstngettext-setlocale.$(OBJEXT)
924 tstgettext_SOURCES = tstgettext.c setlocale.c
927 tstngettext_SOURCES = tstngettext.c setlocale.c
947 cake_SOURCES = plural-1-prg.c setlocale.c
949 fc3_SOURCES = format-c-3-prg.c setlocale
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-gnome/
H A Dhello.cc38 setlocale (LC_ALL, "");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-mbrtowc.c41 if (setlocale (LC_ALL, "") == NULL)
H A Dtest-c-ctype.c379 setlocale (LC_ALL, "de_DE");
382 setlocale (LC_ALL, "ja_JP.EUC-JP");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unistdio/
H A Dtest-u16-vasnprintf2.c114 if (setlocale (LC_ALL, "") == NULL)
H A Dtest-u16-vasnprintf3.c114 if (setlocale (LC_ALL, "") == NULL)
H A Dtest-u32-vasnprintf2.c114 if (setlocale (LC_ALL, "") == NULL)
H A Dtest-u32-vasnprintf3.c114 if (setlocale (LC_ALL, "") == NULL)
H A Dtest-u8-vasnprintf2.c104 if (setlocale (LC_ALL, "") == NULL)
H A Dtest-u8-vasnprintf3.c104 if (setlocale (LC_ALL, "") == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-mbsstr2.c42 if (setlocale (LC_ALL, "") == NULL)
H A Dtest-c-ctype.c390 setlocale (LC_ALL, "de_DE");
393 setlocale (LC_ALL, "ja_JP.EUC-JP");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/src/
H A Dgpg-error.c72 setlocale (LC_TIME, "");
73 setlocale (LC_MESSAGES, "");
76 setlocale (LC_ALL, "" );
83 for the static standard locale and thus if the above setlocale
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dgpg-error.c72 setlocale (LC_TIME, "");
73 setlocale (LC_MESSAGES, "");
76 setlocale (LC_ALL, "" );
83 for the static standard locale and thus if the above setlocale
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/unix/
H A Dunxcfg.h166 /* enable setlocale here, unless this happens later for UTF-8 and/or
170 # define SETLOCALE(category, locale) setlocale(category, locale)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unilbrk/
H A Dulc-possible-linebreaks.c176 setlocale (LC_CTYPE, "");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniwbrk/
H A Dulc-wordbreaks.c167 setlocale (LC_CTYPE, "");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Dcommon.c361 setlocale(LC_MESSAGES, "");
362 setlocale(LC_CTYPE, "");
363 setlocale(LC_TIME, "");
364 setlocale(LC_NUMERIC, "");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/man/
H A Dhelp2man27 use POSIX qw(strftime setlocale LC_TIME);
174 setlocale LC_TIME, 'C';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/m4/
H A DMakefile.am51 setlocale.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dhelp2man27 use POSIX qw(strftime setlocale LC_TIME);
174 setlocale LC_TIME, 'C';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Drdjpgcom.c233 setlocale(LC_CTYPE, "");
271 setlocale(LC_CTYPE, "C");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dhelp2man27 use POSIX qw(strftime setlocale LC_TIME);
161 setlocale LC_TIME, 'C';

Completed in 132 milliseconds

12345678910