OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lc_messages
(Results
151 - 175
of
266
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py
33
# Yuck:
LC_MESSAGES
is non-standard: can't tell whether it exists before
53
LC_MESSAGES
= 5
[
all
...]
/toolchain/binutils/binutils-2.27/binutils/
elfedit.c
688
setlocale (
LC_MESSAGES
, "");
ar.c
687
setlocale (
LC_MESSAGES
, "");
[
all
...]
dllwrap.c
634
setlocale (
LC_MESSAGES
, "");
[
all
...]
windmc.c
945
setlocale (
LC_MESSAGES
, "");
windres.c
807
setlocale (
LC_MESSAGES
, "");
ChangeLog-9899
759
* bucomm.h (
LC_MESSAGES
): Never define.
760
* addr2line.c (main): Don't pass
LC_MESSAGES
to setlocale if the
[
all
...]
/external/e2fsprogs/misc/
badblocks.c
1065
setlocale(
LC_MESSAGES
, "");
[
all
...]
fsck.c
1265
setlocale(
LC_MESSAGES
, "");
e2image.c
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h
882
or negative response expression as specified by the
LC_MESSAGES
category
[
all
...]
/prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/jniLibs/armeabi-v7a/
libVkLayer_image.so
libVkLayer_threading.so
/prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/jniLibs/mips/
libVkLayer_threading.so
/prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/jniLibs/x86/
libVkLayer_threading.so
/toolchain/binutils/binutils-2.27/gas/
as.c
[
all
...]
/toolchain/binutils/binutils-2.27/gprof/
ChangeLog-9203
820
* gprof.h (
LC_MESSAGES
): Never define.
821
* gprof.c (main): Don't pass
LC_MESSAGES
to setlocale if the
901
(
LC_MESSAGES
): Now can be defined even when ENABLE_NLS.
[
all
...]
/toolchain/binutils/binutils-2.27/ld/
ChangeLog-9899
816
* ld.h (
LC_MESSAGES
): Never define.
817
* ldmain.c (main): Don't pass
LC_MESSAGES
to setlocale if the
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libc-2.15.so
libc.so.6
/external/e2fsprogs/
aclocal.m4
[
all
...]
/external/elfutils/config/
elfutils.spec.in
213
%{_datadir}/locale/*/
LC_MESSAGES
/elfutils.mo
[
all
...]
/external/libcxx/include/
__locale
77
//
LC_MESSAGES
is not supported on Windows.
[
all
...]
/external/one-true-awk/
FIXES
268
this no longer compiles on windows:
LC_MESSAGES
isn't defined
[
all
...]
/external/python/cpython2/Doc/library/
locale.rst
450
.. data::
LC_MESSAGES
Completed in 594 milliseconds
1
2
3
4
5
6
7
8
9
10
11