Home
last modified time | relevance | path

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

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