Searched refs:ansi (Results 1 – 25 of 110) sorted by relevance
12345
/external/valgrind/main/none/tests/ |
D | Makefile.in | 65 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 …]
|
D | ansi.vgtest | 1 prog: ansi
|
D | Makefile.am | 50 ansi.stderr.exp ansi.vgtest \ 156 ansi args \ program 213 ansi_CFLAGS = $(AM_CFLAGS) -ansi
|
/external/stlport/test/eh/ |
D | sgi_mipspro.mak | 35 # 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.
|
D | egcs.mak | 36 # 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…
|
D | gcc-99r1.mak | 39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
|
D | hpacc.mak | 40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
|
D | djgpp.mak | 39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
|
D | mingw32.mak | 39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
|
D | gcc-freebsd.mak | 40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
|
D | gcc-linux.mak | 40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
|
D | gcc-apple-macosx.mak | 40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
|
D | gcc-hp11.mak | 41 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
|
D | gcc.mak | 40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
|
D | gcc-irix.mak | 40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
|
/external/webp/ |
D | AUTHORS | 5 - pierre.php@gmail.com (ansi-C port)
|
/external/libvpx/nestegg/ |
D | Makefile.am | 5 AM_CFLAGS = -ansi -pedantic -Wall -Wextra -Wno-long-long -O0 -g
|
/external/harfbuzz/ |
D | configure.ac | 10 CFLAGS="$CFLAGS -Wall -W -pedantic -ansi"
|
/external/v8/ |
D | Android.mksnapshot.mk | 57 -ansi \
|
/external/dbus/cmake/ |
D | readme-cmake.txt | 46 DBUS_ENABLE_ANSI "enable -ansi -pedantic gcc flags" OFF
|
D | CMakeLists.txt | 221 #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/ |
D | fsys_jfs.c | 200 uni2ansi (UniChar *uni, char *ansi, int len) in uni2ansi() argument 203 *ansi++ = (*uni & 0xff80) ? '?' : *(char *)uni; in uni2ansi()
|
/external/mesa3d/docs/ |
D | README.LYNXOS | 40 SPECIAL_CFLAGS = -g -ansi -pedantic -funroll-loops -ffast-math -DSHM
|
/external/gtest/src/ |
D | gtest.cc | 837 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/ |
D | GNUmakefile.am | 53 -ansi \
|
12345