Home
last modified time | relevance | path

Searched refs:str (Results 1 – 11 of 11) sorted by relevance

/iperf/src/
H A Diperf_udp.c320 char str[WARN_STR_LEN]; in iperf_udp_buffercheck() local
321 snprintf(str, sizeof(str), in iperf_udp_buffercheck()
324 warning(str); in iperf_udp_buffercheck()
342 char str[WARN_STR_LEN]; in iperf_udp_buffercheck() local
343 snprintf(str, sizeof(str), in iperf_udp_buffercheck()
346 warning(str); in iperf_udp_buffercheck()
406 char str[WARN_STR_LEN]; in iperf_udp_accept() local
408 snprintf(str, sizeof(str), "Increasing socket buffer size to %d", in iperf_udp_accept()
410 warning(str); in iperf_udp_accept()
524 snprintf(str, sizeof(str), "Increasing socket buffer size to %d", in iperf_udp_connect()
[all …]
H A Diperf_error.c45 char str[1000]; in iperf_err() local
59 vsnprintf(str, sizeof(str), format, argp); in iperf_err()
61 cJSON_AddStringToObject(test->json_top, "error", str); in iperf_err()
67 fprintf(test->outfile, "iperf3: %s\n", str); in iperf_err()
73 fprintf(stderr, "iperf3: %s\n", str); in iperf_err()
84 char str[1000]; in iperf_errexit() local
98 vsnprintf(str, sizeof(str), format, argp); in iperf_errexit()
100 cJSON_AddStringToObject(test->json_top, "error", str); in iperf_errexit()
107 fprintf(test->outfile, "iperf3: %s\n", str); in iperf_errexit()
113 fprintf(stderr, "iperf3: %s\n", str); in iperf_errexit()
H A Diperf_client_api.c420 char str[WARN_STR_LEN]; in iperf_connect() local
421 snprintf(str, sizeof(str), in iperf_connect()
423 warning(str); in iperf_connect()
467 char str[WARN_STR_LEN]; in iperf_connect() local
468 snprintf(str, sizeof(str), in iperf_connect()
470 warning(str); in iperf_connect()
H A Diperf_api.c869 memmove(str, str + prefix_len, str_len - prefix_len + 1); in mapped_v4_to_regular_v4()
2190 cJSON_free(str); in send_parameters()
2573 char *str; in JSON_write() local
2577 if (str == NULL) in JSON_write()
2580 hsize = strlen(str); in JSON_write()
2588 cJSON_free(str); in JSON_write()
2599 char *str; in JSON_read() local
2612 if (str != NULL) { in JSON_read()
2629 free(str); in JSON_read()
4636 if (str == NULL) in iperf_json_finish()
[all …]
H A Diperf_util.c425 iperf_dump_fdset(FILE *fp, const char *str, int nfds, fd_set *fds) in iperf_dump_fdset() argument
430 fprintf(fp, "%s: [", str); in iperf_dump_fdset()
H A Diperf_util.h57 void iperf_dump_fdset(FILE *fp, const char *str, int nfds, fd_set *fds);
/iperf/contrib/
H A Diperf3_to_gnuplot.py103 parser.error('Could not parse JSON from file (ex): {0}'.format(str(ex)))
/iperf/config/
H A Dltmain.sh6427 assert (str != NULL);
6430 len = strlen (str);
6435 str += len - patlen;
6436 if (STREQ (str, pat))
6437 *str = '\0';
6439 return str;
6498 char *str = xstrdup (value);
6499 setenv (name, str, 1);
6502 char *str = XMALLOC (char, len);
6504 if (putenv (str) != EXIT_SUCCESS)
[all …]
/iperf/docs/
H A Ddev.rst47 -T, --title str prefix every output line with this string
H A Dinvoking.rst401 -T, --title str
404 --extra-data str
/iperf/
H A DRELNOTES.md881 -T, --title str prefix every output line with this string