Home
last modified time | relevance | path

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

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