Searched refs:errstr (Results 1 – 1 of 1) sorted by relevance
26 const char *errstr; in support_format_herrno() local30 errstr = "HOST_NOT_FOUND"; in support_format_herrno()33 errstr = "NO_ADDRESS"; in support_format_herrno()36 errstr = "NO_RECOVERY"; in support_format_herrno()39 errstr = "TRY_AGAIN"; in support_format_herrno()44 return xstrdup (errstr); in support_format_herrno()
Completed in 4 milliseconds