Searched refs:c (Results 1 – 10 of 10) sorted by relevance
| /RevoEX-2.4/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-2.4/build/demos/netdemo/ |
| D | makefile | 66 CSRCS = digest.c crypto.c macaddr.c sostartup.c \
|
| /RevoEX-2.4/build/demos/nwc24demo/ |
| D | makefile | 173 CSRCS = MsgList/MsgList.c \ 175 MsgPost/MsgPost.c \ 177 MsgPrint/MsgPrint.c \ 179 Schedule/Schedule.c \ 181 MsgSearch/MsgSearch.c \ 182 MsgSearch/PostTestMsg.c \ 184 MsgViewer/MsgViewer.c \ 185 MsgViewer/MsgViewerRender.c \ 186 MsgViewer/MsgViewerUpdate.c \ 188 FLViewer/FLViewer.c \ [all …]
|
| /RevoEX-2.4/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-2.4/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-2.4/build/demos/mpdsdemo/ |
| D | makefile | 26 CSRCS = mpdssimple.c mpdsmodel.c
|
| /RevoEX-2.4/build/demos/mpdemo/ |
| D | makefile | 26 CSRCS = mpsimple.c \ 27 mpsimpleAsync.c
|
| /RevoEX-2.4/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-2.4/build/buildtools/ |
| D | modulerules.rex | 148 $(FULLBIN_ROOT)/$(MODULENAME)$(BINSUFFIX): $(CSRCS:.c=.o) $(addsuffix .o,$(DATS)) $(REVOLUTION_LIBS… 198 $(FULLBINOBJ_ROOT)/%.o: $(SRCDIR)/%.c
|