Home
last modified time | relevance | path

Searched refs:format (Results 1 – 17 of 17) sorted by relevance

/iperf/src/
H A Dunits.c273 const char *format; in unit_snprintf() local
336 format = "%4.2f %s";/* #.## */ in unit_snprintf()
339 format = "%4.1f %s";/* ##.# */ in unit_snprintf()
342 format = "%4.0f %s";/* ### */ in unit_snprintf()
347 format = "%4.0f %s";/* #### */ in unit_snprintf()
349 snprintf(s, inLen, format, inNum, suffix); in unit_snprintf()
H A Diperf_error.c42 iperf_err(struct iperf_test *test, const char *format, ...) in iperf_err() argument
58 va_start(argp, format); in iperf_err()
59 vsnprintf(str, sizeof(str), format, argp); in iperf_err()
81 iperf_errexit(struct iperf_test *test, const char *format, ...) in iperf_errexit() argument
97 va_start(argp, format); in iperf_errexit()
98 vsnprintf(str, sizeof(str), format, argp); in iperf_errexit()
H A Diperf_api.h348 int iperf_printf(struct iperf_test *test, const char *format, ...) __attribute__ ((format(printf,2,…
352 void iperf_err(struct iperf_test *test, const char *format, ...) __attribute__ ((format(printf,2,3)…
353 void iperf_errexit(struct iperf_test *test, const char *format, ...) __attribute__ ((format(printf,…
H A Dcjson.c441 cJSON_bool format; /* is this print a formatted print */ member
1203 buffer->format = format; in print()
1285 p.format = fmt; in cJSON_PrintBuffered()
1310 p.format = format; in cJSON_PrintPreallocated()
1579 if(output_buffer->format) in print_array()
1732 if (output_buffer->format) in print_object()
1740 if (output_buffer->format) in print_object()
1762 length = (size_t) (output_buffer->format ? 2 : 1); in print_object()
1769 if (output_buffer->format) in print_object()
1794 if (output_buffer->format) in print_object()
[all …]
H A Diperf_util.c367 iperf_json_printf(const char *format, ...) in iperf_json_printf() argument
379 va_start(argp, format); in iperf_json_printf()
381 for (cp = format; *cp != '\0'; ++cp) { in iperf_json_printf()
H A Diperf_util.h55 cJSON* iperf_json_printf(const char *format, ...);
H A Dcjson.h168 …ool) cJSON_PrintPreallocated(cJSON *item, char *buffer, const int length, const cJSON_bool format);
H A Diperf_api.c4741 iperf_printf(struct iperf_test *test, const char* format, ...) in iperf_printf() argument
4782 va_start(argp, format); in iperf_printf()
4783 r0 = vfprintf(test->outfile, format, argp); in iperf_printf()
4798 va_start(argp, format); in iperf_printf()
4799 r0 = vsnprintf(linebuffer + r, sizeof(linebuffer) - r, format, argp); in iperf_printf()
/iperf/contrib/
H A Diperf3_to_gnuplot.py25 row = '{0} {1} {2} {3} {4}\n'.format(
60 row = '{h} {b} {bps} {r} {s}\n'.format(
95 parser.error('{f} does not exist'.format(f=file_path))
103 parser.error('Could not parse JSON from file (ex): {0}'.format(str(ex)))
109 parser.error('Output file directory path {0} does not exist'.format(output_dir))
H A DREADME.txt4 iperf3_to_gnuplot.py: converts iperf3 JSON output to format easy to plot in gnuplot
/iperf/docs/
H A Dinvoking.rst132 -f, --format
133 [kmgtKMGT] format to report: Kbits/Mbits/Gbits/Tbits
175 output in JSON format
184 --timestamps[=format]
186 default, timestamps have the format emitted by ctime(1).
187 Optionally, = followed by a format specification can be passed
189 format is given, the = must immediately follow the --timestamps
414 Get the output from the server. The output format is determined
416 --json flag, the output will be in JSON format, otherwise it
417 will be in human-readable format). If the client is run with
[all …]
H A Ddev.rst44 -J, --json output in JSON format
H A Dnews.rst399 * TCP snd_cwnd output on Linux in the default output format.
/iperf/
H A Dmake_release31 git archive --format=tar --prefix "${dirname}/" "${tag}" | gzip -9 > "${tarball}"
H A DRELNOTES.md113 format specification to strftime(3), allows for custom timestamp
379 -f/--format options (#568).
852 * The test unit format can now be set from the API (issue #144).
878 -J, --json output in JSON format
H A Daclocal.m42278 # having a format:
2635 # It is most probably a Windows format PATH.
8343 AC_MSG_CHECKING([how to convert $build file names to $host format])
8380 [0], [convert $build file names to $host format])dnl
8382 AC_MSG_CHECKING([how to convert $build file names to toolchain format])
8399 [0], [convert $build files to toolchain format])dnl
10125 # Check how to create a tarball in format FORMAT.
10150 [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
10162 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
10169 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
[all …]
/iperf/config/
H A Dltmain.sh9626 $ECHO "*** with $libname and none of the candidates passed a file format test"