Searched refs:error_no (Results 1 – 4 of 4) sorted by relevance
131 GetErrorString(int error_no) in GetErrorString() argument133 GetErrorString(error_no) in GetErrorString()134 int error_no ; in GetErrorString()137 return(char*) my_z_errmsg[4 - error_no];
440 GetErrorString(int error_no)442 GetErrorString(error_no)443 int error_no ;449 if (error_no == Z_ERRNO) {453 /* errstr = gzerror(fil, &error_no) ; */454 errstr = (char*) my_z_errmsg[2 - error_no];424 GetErrorString(int error_no) GetErrorString() argument
153 int error_no = static_cast<int>(death_event.data); in kqueue_thread() local154 const char *error_str = strerror(error_no); in kqueue_thread()157 DNBLogError("Failed to initialize kqueue event: (%d): %s", error_no, in kqueue_thread()
2921 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() local2923 if (error_no == 0) { in EnableBreakpointSite()2939 if (error_no != UINT8_MAX) in EnableBreakpointSite()2941 "error: %d sending the breakpoint request", error_no); in EnableBreakpointSite()2961 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() local2963 if (error_no == 0) { in EnableBreakpointSite()2974 if (error_no != UINT8_MAX) in EnableBreakpointSite()2978 error_no); in EnableBreakpointSite()