Lines Matching refs:c

21 --- misc/icu/source/common/putil.c	2008-07-01 03:41:12.000000000 +0200
22 +++ misc/build/icu/source/common/putil.c 2008-09-02 07:01:29.335795765 +0200
65 %.$(STATIC_O): $(srcdir)/%.c
66 $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS) -o $@ $<
81 -GENREN_PL_OPTS=-x Mach-O -n '-g' -p '| c++filt'
109 -CURR_FULL_DIR=$(subst \,/,$(shell cmd /c cd | tail --bytes=+3))#M# for Cygwin shell
110 +CURR_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
113 -CURR_SRCCODE_FULL_DIR=$(subst \,/,$(shell cmd /c cd | tail --bytes=+3))#M# for Cygwin shell
114 +CURR_SRCCODE_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
119 %.$(STATIC_O): $(srcdir)/%.c
126 -LINK.c= $(CXX) $(CXXFLAGS) $(LDFLAGS)
128 +LINK.c= $(CXX) $(CXXFLAGS) $(LDFLAGS) -norunpath
132 SHLIB.c= $(CC) $(CFLAGS) $(LDFLAGS) -G
161 LEUnicode c = chars[in];
162 ShapeType t = getShapeType(c);
184 --- misc/icu/source/tools/pkgdata/cmnmode.c 2008-07-01 10:41:20.000000000 +0900
185 +++ misc/build/icu/source/tools/pkgdata/cmnmode.c 2008-11-07 00:03:32.393500000 +0900
198 --- misc/icu/source/tools/pkgdata/dllmode.c 2008-07-01 10:41:20.000000000 +0900
199 +++ misc/build/icu/source/tools/pkgdata/dllmode.c 2008-11-07 06:08:36.016750000 +0900
212 --- misc/icu/source/tools/pkgdata/make.c 2008-07-01 10:41:20.000000000 +0900
213 +++ misc/build/icu/source/tools/pkgdata/make.c 2008-11-06 23:23:04.096625000 +0900
215 uprv_strcpy(cfile+uprv_strlen(cfile)-uprv_strlen(objSuffix), ".c" ); /* replace .o with .c */
237 …T_FileStream_writeLine(f, "\t$(INVOKE) $(ICUPKG) -t$(ICUDATA_CHAR) -c -s $(SRCDIR) -a $(CMNLIST) n…
240 --- misc/icu/source/tools/pkgdata/pkgdata.c 2008-07-01 10:41:20.000000000 +0900
241 +++ misc/build/icu/source/tools/pkgdata/pkgdata.c 2008-11-07 05:59:27.110500000 +0900
254 --- misc/icu/source/tools/pkgdata/sttcmode.c 2008-07-01 10:41:20.000000000 +0900
255 +++ misc/build/icu/source/tools/pkgdata/sttcmode.c 2008-11-07 00:30:05.690375000 +0900
268 --- misc/icu/source/common/uloc.c 2009-01-15 08:45:56.000000000 +0100
269 +++ misc/build/icu/source/common/uloc.c 2009-12-14 10:51:38.000000000 +0100