Home
last modified time | relevance | path

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

/external/curl/lib/
Dstrerror.c1080 char txtbuf[80]; in Curl_sspi_strerror() local
1083 msnprintf(txtbuf, sizeof(txtbuf), "%s (0x%08X)", txt, err); in Curl_sspi_strerror()
1086 msnprintf(buf, buflen, "%s - %s", txtbuf, msgbuf); in Curl_sspi_strerror()
1088 strncpy(buf, txtbuf, buflen); in Curl_sspi_strerror()