Lines Matching refs:fprintf
38 # define fprintf(fd, ...) LWIP_PLATFORM_DIAG((__VA_ARGS__)) macro
252 # define fprintf(fd, ...) PRINTF(__VA_ARGS__) macro
385 fprintf(COAP_DEBUG_FD, "v:%d t:%s c:%s i:%04x {", in coap_show_pdu()
390 fprintf(COAP_DEBUG_FD, "%02x", pdu->hdr->token[i]); in coap_show_pdu()
392 fprintf(COAP_DEBUG_FD, "}"); in coap_show_pdu()
397 fprintf(COAP_DEBUG_FD, " ["); in coap_show_pdu()
402 fprintf(COAP_DEBUG_FD, ","); in coap_show_pdu()
452 fprintf(COAP_DEBUG_FD, " %s:%.*s", msg_option_string(opt_iter.type), in coap_show_pdu()
456 fprintf(COAP_DEBUG_FD, " ]"); in coap_show_pdu()
460 fprintf(COAP_DEBUG_FD, " :: "); in coap_show_pdu()
463 fprintf(COAP_DEBUG_FD, "<<"); in coap_show_pdu()
465 fprintf(COAP_DEBUG_FD, "%02x", *data++); in coap_show_pdu()
467 fprintf(COAP_DEBUG_FD, ">>"); in coap_show_pdu()
470 fprintf(COAP_DEBUG_FD, "'%s'", buf); in coap_show_pdu()
475 fprintf(COAP_DEBUG_FD, "\n"); in coap_show_pdu()
496 fprintf(log_fd, "%s ", timebuf); in coap_log_impl()
499 fprintf(log_fd, "%s ", loglevels[level]); in coap_log_impl()