Home
last modified time | relevance | path

Searched refs:ansi (Results 1 – 25 of 87) sorted by relevance

1234

/external/stlport/test/eh/
Dsgi_mipspro.mak35 # CXXFLAGS = -J 4 -ansi -LANG:std -I. ${STL_INCL} ${DEBUG_FLAGS} -I. -D_STLP_NO_OWN_IOSTREAMS -D_ST…
36 CXXFLAGS = -J 4 -ansi -LANG:std -I. ${STL_INCL} ${DEBUG_FLAGS} -I.
Degcs.mak36 # CXXFLAGS = -Wall -ansi -I${STL_INCL} -I. -D_STLP_DEBUG ${REPO_FLAGS} ${CXX_EXTRA_FLAGS}
37 CXXFLAGS = -Wall -g -D_STLP_USE_NEWALLOC -DNO_FAST_ALLOCATOR -ansi -I${STL_INCL} -I. ${REPO_FLAGS…
Dhpacc.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
Dmingw32.mak39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
Ddjgpp.mak39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
Dgcc-99r1.mak39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
Dgcc-hp11.mak41 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
Dgcc-apple-macosx.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
Dgcc.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
Dgcc-irix.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
Dgcc-netbsd.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
Dgcc-linux.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
Dgcc-freebsd.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
Dcygwin.mak39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
/external/libvpx/nestegg/
DMakefile.am5 AM_CFLAGS = -ansi -pedantic -Wall -Wextra -Wno-long-long -O0 -g
/external/v8/
DAndroid.mksnapshot.mk57 -ansi \
DSConstruct137 'CCFLAGS': ['-ansi'] + GCC_EXTRA_CCFLAGS,
144 'CCFLAGS': ['-ansi', '-mmacosx-version-min=10.4'],
152 'CCFLAGS': ['-ansi'],
157 'CCFLAGS': ['-ansi'],
162 'CCFLAGS': ['-ansi'],
/external/grub/stage2/
Dfsys_jfs.c200 uni2ansi (UniChar *uni, char *ansi, int len) in uni2ansi() argument
203 *ansi++ = (*uni & 0xff80) ? '?' : *(char *)uni; in uni2ansi()
/external/gtest/src/
Dgtest.cc837 LPCWSTR String::AnsiToUtf16(const char* ansi) { in AnsiToUtf16() argument
838 if (!ansi) return NULL; in AnsiToUtf16()
839 const int length = strlen(ansi); in AnsiToUtf16()
841 MultiByteToWideChar(CP_ACP, 0, ansi, length, in AnsiToUtf16()
844 MultiByteToWideChar(CP_ACP, 0, ansi, length, in AnsiToUtf16()
859 char* ansi = new char[ansi_length + 1]; in Utf16ToAnsi() local
861 ansi, ansi_length, NULL, NULL); in Utf16ToAnsi()
862 ansi[ansi_length] = 0; in Utf16ToAnsi()
863 return ansi; in Utf16ToAnsi()
/external/protobuf/gtest/src/
Dgtest.cc824 LPCWSTR String::AnsiToUtf16(const char* ansi) { in AnsiToUtf16() argument
825 if (!ansi) return NULL; in AnsiToUtf16()
826 const int length = strlen(ansi); in AnsiToUtf16()
828 MultiByteToWideChar(CP_ACP, 0, ansi, length, in AnsiToUtf16()
831 MultiByteToWideChar(CP_ACP, 0, ansi, length, in AnsiToUtf16()
846 char* ansi = new char[ansi_length + 1]; in Utf16ToAnsi() local
848 ansi, ansi_length, NULL, NULL); in Utf16ToAnsi()
849 ansi[ansi_length] = 0; in Utf16ToAnsi()
850 return ansi; in Utf16ToAnsi()
/external/webkit/WebKitTools/
DGNUmakefile.am16 -ansi \
/external/netcat/
Dstupidh298 ansi
/external/icu4c/config/
Dmh-aix-gcc9 # Certain files don't compile in -ansi mode (e.g. umutex.c, toolutil.c, and cdatatst.c)
/external/chromium/third_party/icu/source/config/
Dmh-aix-gcc9 # Certain files don't compile in -ansi mode (e.g. umutex.c, toolutil.c, and cdatatst.c)
/external/dbus/
Dconfigure.in50 AC_ARG_ENABLE(ansi, AS_HELP_STRING([--enable-ansi],[enable -ansi -pedantic gcc flags]),enable_ansi=… optenable
200 *[\ \ ]-ansi[\ \ ]*) ;;
201 *) CFLAGS="$CFLAGS -ansi" ;;

1234