Home
last modified time | relevance | path

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

12345

/external/valgrind/main/none/tests/
DMakefile.in65 check_PROGRAMS = ansi$(EXEEXT) args$(EXEEXT) async-sigs$(EXEEXT) \
118 ansi_SOURCES = ansi.c
119 ansi_OBJECTS = ansi-ansi.$(OBJEXT)
361 SOURCES = ansi.c args.c async-sigs.c bitfield1.c bug129866.c \
379 DIST_SOURCES = ansi.c args.c async-sigs.c bitfield1.c bug129866.c \
731 ansi.stderr.exp ansi.vgtest \
838 ansi_CFLAGS = $(AM_CFLAGS) -ansi
924 ansi$(EXEEXT): $(ansi_OBJECTS) $(ansi_DEPENDENCIES)
925 @rm -f ansi$(EXEEXT)
1150 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ansi-ansi.Po@am__quote@
[all …]
Dansi.vgtest1 prog: ansi
DMakefile.am50 ansi.stderr.exp ansi.vgtest \
156 ansi args \ program
213 ansi_CFLAGS = $(AM_CFLAGS) -ansi
/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…
Dgcc-99r1.mak39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
Dhpacc.mak40 # 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
Dmingw32.mak39 # 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
Dgcc-linux.mak40 # 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-hp11.mak41 # 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
/external/webp/
DAUTHORS5 - pierre.php@gmail.com (ansi-C port)
/external/libvpx/nestegg/
DMakefile.am5 AM_CFLAGS = -ansi -pedantic -Wall -Wextra -Wno-long-long -O0 -g
/external/harfbuzz/
Dconfigure.ac10 CFLAGS="$CFLAGS -Wall -W -pedantic -ansi"
/external/v8/
DAndroid.mksnapshot.mk57 -ansi \
/external/dbus/cmake/
Dreadme-cmake.txt46 DBUS_ENABLE_ANSI "enable -ansi -pedantic gcc flags" OFF
DCMakeLists.txt221 #AC_ARG_ENABLE(ansi, AS_HELP_STRING([--enable-ansi],[enable -ansi -pedantic gcc flags]),enable_ansi…
222 OPTION(DBUS_ENABLE_ANSI "enable -ansi -pedantic gcc flags" OFF)
225 add_definitions(-ansi -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -pedantic)
/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/mesa3d/docs/
DREADME.LYNXOS40 SPECIAL_CFLAGS = -g -ansi -pedantic -funroll-loops -ffast-math -DSHM
/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/webkit/Source/JavaScriptCore/
DGNUmakefile.am53 -ansi \

12345