Searched refs:PRINTF (Results 1 – 2 of 2) sorted by relevance
| /mOS-networking-stack/core/test/tcprb/ |
| H A D | test.c | 12 #define PRINTF(f, args...) printf("%s:%d: " f, __FILE__, __LINE__, ##args) macro 25 PRINTF("Read result: %c%c\n", rbuf[0], rbuf[1]); in main() 50 PRINTF("Read result: %c%c%c%c%c%c%c%c%c%c\n", in main()
|
| /mOS-networking-stack/core/src/ |
| H A D | tcp_rb.c | 22 #define PRINTF(f, args...) printf("%s:%d: " f, __FILE__, __LINE__, ##args) macro
|