Searched refs:mday (Results 1 – 8 of 8) sorted by relevance
| /RvlSDK-3.2.2/build/demos/hio2demo/include/ |
| D | multi.h | 32 u8 mday; // Day of the month [1, 31] member 58 packet->mon, packet->mday, in MultiPacketToString()
|
| /RvlSDK-3.2.2/build/demos/hio2demo/src/ |
| D | simple.c | 159 sendBuffer.mday = (u8)calender.mday; in main()
|
| D | multi-main.c | 169 sendBuffer.mday = (u8)calender.mday; in main()
|
| /RvlSDK-3.2.2/build/demos/hio2demo/vc++/simple/ |
| D | simple.cpp | 208 stPacket.mday = pLocalTime.tm_mday; in __HIO2Send()
|
| /RvlSDK-3.2.2/build/demos/wpaddemo/src/ |
| D | memory.c | 167 …OSReport("Title : %s, TimeStamp : %d/%d/%d %02d:%02d:%02d\n", title, ct.year, ct.mon+1, ct.mday, c… in ReadCallback()
|
| D | wpadsample.c | 1228 …T * i + ITEM_WIDTH), y+=FONT_HEIGHT, 0, "%02d/%02d %02d:%02d", ct.mon+1, ct.mday, ct.hour, ct.min); in renderStatus()
|
| /RvlSDK-3.2.2/include/revolution/ |
| D | os.h | 591 int mday; // day of the month [1, 31] member
|
| /RvlSDK-3.2.2/build/demos/hio2demo/vc++/multi/ |
| D | multi.cpp | 313 pPacket->mday = pLocalTime->tm_mday; in CreatePcTime()
|