Home
last modified time | relevance | path

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

/external/curl/lib/
Dstrerror.c733 char txtbuf[80]; in Curl_sspi_strerror() local
1010 str = txtbuf; in Curl_sspi_strerror()
1011 snprintf(txtbuf, sizeof(txtbuf), "%s (0x%08X)", txt, err); in Curl_sspi_strerror()
1012 txtbuf[sizeof(txtbuf)-1] = '\0'; in Curl_sspi_strerror()