| /RevoEX-3.1/build/demos/share/ |
| D | commondefs.demoshare | 22 if [ -r $(REX_DEMOSHARE_SRCDIR)/_config.c ];then\ 23 echo _config.c; \ 25 echo config.c; \ 28 REX_DEMOSHARE_CSRCS += demokpad.c graphic.c 32 netconfig.c heap.c 36 REX_DEMOSHARE_NET_OBJS += $(REX_DEMOSHARE_NET_CSRCS:.c=.o)
|
| D | modulerules.demoshare | 19 $(REX_DEMOSHARE_OBJDIR)/%.o: $(REX_DEMOSHARE_SRCDIR)/%.c
|
| /RevoEX-3.1/build/demos/mpfsdemo/ |
| D | makefile | 27 COMMONSRCS = download.c fsserver.c 28 CSRCS = $(COMMONSRCS) $(addsuffix .c, $(BINNAMES)) 31 CSRCS += registration.c 32 src/registration.c: $(wildcard $(REVOLUTION_EXT_ROOT)/build/demos/mpfsdemo/dvddata/*.srl)
|
| /RevoEX-3.1/build/tools/nwc24cc/ |
| D | Makefile | 47 vpath %.c $(CHANS_ROOT)/common 62 vm.obj: $(CHANS_ROOT)/common/vm.c 64 chanscc.obj: chanscc.c 69 chanscc.c: yacc.y 72 %.obj: %.c 76 rm -f *.obj *.exe *.c *.y
|
| D | build.bat | 4 c:\cygwin\bin\bash -c "make %1 %2 %3"
|
| D | build.sh | 2 cmd /c "call build.bat $*"
|
| /RevoEX-3.1/build/demos/nwc24demo/ |
| D | makefile | 166 CSRCS = MsgList/MsgList.c \ 168 MsgPost/MsgPost.c \ 170 MsgPrint/MsgPrint.c \ 172 Schedule/Schedule.c \ 174 MsgSearch/MsgSearch.c \ 175 MsgSearch/PostTestMsg.c \ 177 MsgViewer/MsgViewer.c \ 178 MsgViewer/MsgViewerRender.c \ 179 MsgViewer/MsgViewerUpdate.c \ 181 FLViewer/FLViewer.c \ [all …]
|
| /RevoEX-3.1/build/demos/netdemo/ |
| D | makefile | 66 CSRCS = digest.c crypto.c macaddr.c sostartup.c \
|
| /RevoEX-3.1/build/demos/mpdldemo/ |
| D | makefile | 26 CSRCS = mpdlsimple.c mpdlntr2rvl.c 29 CSRCS += registration.c 30 src/registration.c: $(wildcard $(REVOLUTION_EXT_ROOT)/build/demos/mpdldemo/dvddata/*.srl)
|
| /RevoEX-3.1/build/tools/makeChjp/ |
| D | Makefile | 36 SOURCES = main.c 37 OBJECTS = $(SOURCES:.c=.o) 65 %.o: %.c
|
| /RevoEX-3.1/build/demos/netdemo/src/ |
| D | digest.c | 156 int c; in OSReport() local 173 c = 0; in OSReport() 179 ++c; in OSReport() 180 if (LINES <= c) in OSReport() 186 if (LINES <= c) in OSReport() 263 int c[] = { 1, 1, 1, 1, 1, 1, 8, 1, 2, 2, 2 }; in DoTest() local 281 if( c[i] == 1 ) in DoTest() 290 for (j = 0; j < c[i]; j++) in DoTest() 297 OSReport("NET_MD5(%.70s) * %d\n", a[i], c[i]); in DoTest() 373 int c[] = { 1, 1, 1000000, 10 }; in DoTest() local [all …]
|
| D | crypto.c | 133 int c; in OSReport() local 150 c = 0; in OSReport() 156 ++c; in OSReport() 157 if (LINES <= c) in OSReport() 163 if (LINES <= c) in OSReport()
|
| /RevoEX-3.1/build/demos/wddemo/ |
| D | makefile | 57 CSRCS = sample.c \ 58 scan.c
|
| /RevoEX-3.1/build/demos/mpdemo/ |
| D | makefile | 26 CSRCS = mpsimple.c \ 27 mpsimpleAsync.c
|
| /RevoEX-3.1/build/demos/mpdsdemo/ |
| D | makefile | 26 CSRCS = mpdssimple.c mpdsmodel.c
|
| /RevoEX-3.1/build/libraries/mpds/ |
| D | makefile | 26 CLIBSRCS = mpdssystem.c
|
| /RevoEX-3.1/build/demos/vfdemo/ |
| D | Makefile | 38 CSRCS = simple.c
|
| /RevoEX-3.1/build/demos/mpfsdemo/src/ |
| D | download.c | 249 u16 c = info->name[n]; in ExecuteDownload() local 250 name[n] = (char)(((c & 0xFF) == 0) ? (c >> 8) : '?'); in ExecuteDownload()
|
| /RevoEX-3.1/include/revolution/net/ |
| D | NETDigest.h | 144 unsigned long a, b, c, d; member
|
| /RevoEX-3.1/build/buildtools/ |
| D | modulerules.rex | 148 $(FULLBIN_ROOT)/$(MODULENAME)$(BINSUFFIX): $(CSRCS:.c=.o) $(addsuffix .o,$(DATS)) $(REVOLUTION_LIBS… 198 $(FULLBINOBJ_ROOT)/%.o: $(SRCDIR)/%.c
|