Home
last modified time | relevance | path

Searched refs:usage_shortstr (Results 1 – 3 of 3) sorted by relevance

/iperf/src/
H A Diperf_locale.h30 extern const char usage_shortstr[];
H A Diperf_locale.c94 const char usage_shortstr[] = "Usage: iperf3 [-s|-c host] [options]\n" variable
H A Diperf_api.c112 fputs(usage_shortstr, stderr); in usage()