Lines Matching refs:ERROR
36 static char ERROR[128]; variable
40 return ERROR; in fb_get_error()
52 sprintf(ERROR, "status read failed (%s)", strerror(errno)); in check_response()
59 sprintf(ERROR, "status malformed (%d bytes)", r); in check_response()
78 sprintf(ERROR, "remote: %s", status + 4); in check_response()
80 strcpy(ERROR, "remote failure"); in check_response()
88 strcpy(ERROR, "data size too large"); in check_response()
95 strcpy(ERROR,"unknown status code"); in check_response()
115 sprintf(ERROR,"command too large"); in _command_send()
120 sprintf(ERROR,"command write failed (%s)", strerror(errno)); in _command_send()
138 sprintf(ERROR, "data transfer failure (%s)", strerror(errno)); in _command_send()
143 sprintf(ERROR, "data transfer failure (short transfer)"); in _command_send()