/external/e2fsprogs/misc/ |
e2initrd_helper.c | 301 setlocale(LC_MESSAGES, ""); 302 setlocale(LC_CTYPE, "");
|
dumpe2fs.c | 418 setlocale(LC_MESSAGES, ""); 419 setlocale(LC_CTYPE, "");
|
uuidd.c | 408 setlocale(LC_MESSAGES, ""); 409 setlocale(LC_CTYPE, "");
|
e2image.c | 630 setlocale(LC_MESSAGES, ""); 631 setlocale(LC_CTYPE, "");
|
badblocks.c | 843 setlocale(LC_MESSAGES, ""); 844 setlocale(LC_CTYPE, "");
|
fsck.c | 1253 setlocale(LC_MESSAGES, ""); 1254 setlocale(LC_CTYPE, "");
|
tune2fs.c | 891 setlocale(LC_MESSAGES, ""); 892 setlocale(LC_CTYPE, "");
|
mke2fs.c | [all...] |
/external/grub/docs/ |
help2man | 27 use POSIX qw(strftime setlocale LC_TIME); 161 setlocale LC_TIME, 'C';
|
/external/e2fsprogs/resize/ |
main.c | 173 setlocale(LC_MESSAGES, ""); 174 setlocale(LC_CTYPE, "");
|
/external/e2fsprogs/intl/ |
localcharset.c | 285 /* On old systems which lack it, use setlocale or getenv. */ 290 use setlocale here; it would return "C" when it doesn't support the 293 locale = setlocale (LC_CTYPE, NULL);
|
localename.c | 686 /* XPG3 defines the result of 'setlocale (category, NULL)' as: 687 "Directs 'setlocale()' to query 'category' and return the current 710 On some systems this can be done by the 'setlocale' function itself. */ 712 retval = setlocale (category, NULL);
|
/external/bluetooth/glib/tests/ |
date-test.c | 106 loc = setlocale(LC_ALL,"");
|
testgdate.c | 113 loc = setlocale(LC_ALL,"");
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11video.c | 470 p = setlocale(LC_ALL, NULL); 489 setlocale(LC_ALL, ""); 501 setlocale(LC_ALL, old_locale); [all...] |
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
DumpRenderTreeQt.cpp | 412 setlocale(LC_ALL, "");
|
/external/icu4c/common/ |
putil.c | [all...] |
/external/elfutils/src/ |
size.c | 163 setlocale (LC_ALL, "");
|
ld.c | 292 setlocale (LC_ALL, ""); [all...] |
/external/icu4c/test/perf/ubrkperf/ |
ubrkperfold.cpp | 670 if (setlocale(LC_ALL, opt_locale) == 0) { 671 fprintf(stderr, "setlocale(LC_ALL, %s) failed.\n", opt_locale);
|
/external/stlport/src/ |
locale.cpp | 422 setlocale(LC_ALL, L.name().c_str());
|
/system/core/libcutils/ |
tzstrftime.c | 747 name = setlocale(LC_TIME, (char *) NULL);
|
/external/e2fsprogs/e2fsck/ |
unix.c | 901 setlocale(LC_MESSAGES, ""); 902 setlocale(LC_CTYPE, ""); [all...] |
/external/bluetooth/glib/glib/ |
guniprop.c | 734 const char *locale = setlocale (LC_CTYPE, NULL); [all...] |
/external/dnsmasq/src/ |
dnsmasq.c | 94 setlocale(LC_ALL, ""); [all...] |