Home
last modified time | relevance | path

Searched refs:SetLastError (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSocket.cpp315 SetLastError(error); in Read()
341 SetLastError(error); in Write()
382 SetLastError(error); in Close()
407 void Socket::SetLastError(Status &error) { in SetLastError() function in Socket
426 SetLastError(error); in CreateSocket()
447 SetLastError(error); in AcceptSocket()
461 SetLastError(error); in AcceptSocket()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DDomainSocket.cpp87 SetLastError(error); in Connect()
109 SetLastError(error); in Listen()
/freebsd-12.1/crypto/openssl/
H A De_os.h97 # define clear_sys_error() SetLastError(0)
98 # define set_sys_error(e) SetLastError(e)
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DProgram.inc204 SetLastError(ec.value());
268 SetLastError(ec.value());
276 SetLastError(ec.value());
296 SetLastError(err);
325 SetLastError(GetLastError());
433 SetLastError(err);
H A DDynamicLibrary.inc44 SetLastError(ec.value());
H A DProcess.inc128 SetLastError(NO_ERROR);
H A DPath.inc422 SetLastError(ERROR_SUCCESS);
/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dutil.h49 SetLastError(errnum); in set_errno()
/freebsd-12.1/contrib/gcc/
H A Dgthr-win32.h227 SetLastError (lasterror); in __gthread_objc_thread_get_data()
599 SetLastError (lasterror); in __gthread_getspecific()
/freebsd-12.1/contrib/gcc/config/i386/
H A Dgthr-win32.c136 SetLastError( lasterror ); in __gthr_win32_getspecific()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DSocket.h109 static void SetLastError(Status &error);
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_io.cpp59 SetLastError(0); in is_console()
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_filegen.c321 SetLastError(0); /* On WinNT, don't support FGEN_FLAG_LINK */ in filegen_open()
H A Dntp_io.c2215 SetLastError(err); in set_excladdruse()
/freebsd-12.1/contrib/libpcap/
H A Dpcap-tc.c286 SetLastError(ERROR_INSUFFICIENT_BUFFER); in LoadLibrarySafe()
300 SetLastError(ERROR_INSUFFICIENT_BUFFER); in LoadLibrarySafe()
/freebsd-12.1/sys/contrib/zlib/
H A Dgzlib.c71 SetLastError(lasterr);
/freebsd-12.1/sys/contrib/zlib/test/
H A Dminigzip.c115 SetLastError(lasterr);
/freebsd-12.1/sys/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c118 SetLastError(lasterr);
/freebsd-12.1/sys/contrib/zstd/zlibWrapper/
H A Dgzlib.c71 SetLastError(lasterr);
/freebsd-12.1/contrib/apr/include/
H A Dapr_errno.h1016 #define apr_set_os_error(e) (SetLastError(APR_TO_OS_ERROR(e)))
/freebsd-12.1/contrib/gdb/gdb/
H A Dwince.c574 SetLastError (-(short) *nbytes); in getresult()