Home
last modified time | relevance | path

Searched refs:PRINTF (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/core/test/tcprb/
H A Dtest.c12 #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 Dtcp_rb.c22 #define PRINTF(f, args...) printf("%s:%d: " f, __FILE__, __LINE__, ##args) macro