Lines Matching refs:errorstr
529 const char *errorstr;532 errorstr = strerror(sys_err);533 if (errorstr == NULL)538 (void) strlcpy(buf, errorstr, buflen);540 errorstr = t_strerror(tli_err);541 (void) strlcpy(buf, errorstr, buflen);566 char errorstr[100];568 __tli_sys_strerror(errorstr, sizeof (errorstr),571 errorstr);