Searched refs:strerror_s (Results 1 – 4 of 4) sorted by relevance
103 std::string out = message + std::string(": ") + strerror_s(errno_copy); in perror()107 std::string TOutput::strerror_s(int errno_copy) { in strerror_s() function in apache::thrift::TOutput136 ::strerror_s(b_errbuf, sizeof(b_errbuf), errno_copy); in strerror_s()
50 static std::string strerror_s(int errno_copy);
68 : apache::thrift::TException(message + ": " + TOutput::strerror_s(errno_copy)), type_(type) {} in TTransportException()84 std::string strerror_s(int errno_copy);
1145 errors += TOutput::strerror_s(errno_copy); in buildErrors()