Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_auth.c291 const int text_len = strlen(auth_text_format) + strlen(username) + strlen(password) + 32; in encode_auth_setting() local
292 char *text = (char *) calloc(text_len, sizeof(char)); in encode_auth_setting()
296 snprintf(text, text_len, auth_text_format, username, password, (int64_t)utc_seconds); in encode_auth_setting()