Home
last modified time | relevance | path

Searched refs:error_no (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/
H A DBzip2.xs131 GetErrorString(int error_no) in GetErrorString() argument
133 GetErrorString(error_no) in GetErrorString()
134 int error_no ; in GetErrorString()
137 return(char*) my_z_errmsg[4 - error_no];
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DZlib.xs440 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
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.cpp153 int error_no = static_cast<int>(death_event.data); in kqueue_thread() local
154 const char *error_str = strerror(error_no); in kqueue_thread()
157 DNBLogError("Failed to initialize kqueue event: (%d): %s", error_no, in kqueue_thread()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2921 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() local
2923 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() local
2963 if (error_no == 0) { in EnableBreakpointSite()
2974 if (error_no != UINT8_MAX) in EnableBreakpointSite()
2978 error_no); in EnableBreakpointSite()