Home
last modified time | relevance | path

Searched defs:format (Results 1 – 5 of 5) sorted by relevance

/iperf/src/
H A Diperf_error.c42 iperf_err(struct iperf_test *test, const char *format, ...) in iperf_err()
81 iperf_errexit(struct iperf_test *test, const char *format, ...) in iperf_errexit()
H A Dunits.c273 const char *format; in unit_snprintf() local
H A Diperf_util.c367 iperf_json_printf(const char *format, ...) in iperf_json_printf()
H A Dcjson.c441 cJSON_bool format; /* is this print a formatted print */ member
1192 static unsigned char *print(const cJSON * const item, cJSON_bool format, const internal_hooks * con… in print()
1297 …bool) cJSON_PrintPreallocated(cJSON *item, char *buffer, const int length, const cJSON_bool format) in cJSON_PrintPreallocated()
H A Diperf_api.c4741 iperf_printf(struct iperf_test *test, const char* format, ...) in iperf_printf()