Home | History | Annotate | Download | only in src

Lines Matching refs:error_text

106 				    char const * const error_text);
109 char const * const error_text);
1995 char const * const error_text)
2005 newerror->error_text = strdup(error_text);
2024 char const * const error_text)
2031 snprintf(outstr, sizeof(outstr), "PTP Layer error %04x: %s", ptp_error, error_text);
2079 if (tmp->error_text != NULL) {
2080 free(tmp->error_text);
2104 if (tmp->error_text != NULL) {
2105 fprintf(stderr, "Error %d: %s\n", tmp->errornumber, tmp->error_text);