Searched refs:_errno (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_errno.h32 # define __errno_location _errno
H A Dsanitizer_platform_limits_openbsd.h73 u32 _errno; member in struct:__sanitizer::__sanitizer_iocb
H A Dsanitizer_platform_limits_netbsd.h108 int _errno; member in struct:__sanitizer::__sanitizer_aiocb
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_siginfo.h82 int _errno; member in struct:svr4_siginfo::__anon7973
101 #define svr4_si_errno _info._errno
/freebsd-11-stable/contrib/file/python/
H A Dmagic.py105 _errno = _libraries['magic'].magic_errno variable
106 _errno.restype = c_int
107 _errno.argtypes = [magic_t]
232 return _errno(self._magic_t)
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_unix.c197 int _errno = errno; local
200 _errno, strerror(_errno));
201 if (_errno == ENOBUFS || _errno == EAGAIN) {
929 int _errno; local
946 _errno = errno;
948 _errno, strerror(_errno));
952 if (dst->errors > 10 || _errno
[all...]
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dstring.h89 strerror __P((int _errno));
/freebsd-11-stable/crypto/openssh/
H A Dsandbox-seccomp-filter.c87 #define SC_DENY(_nr, _errno) \
89 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ERRNO|(_errno))
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_dgram.c165 unsigned int _errno; member in struct:bio_dgram_data_st
187 unsigned int _errno; member in struct:bio_dgram_sctp_data_st
412 data->_errno = get_last_socket_error();
449 data->_errno = get_last_socket_error();
453 if (data->_errno == EMSGSIZE)
868 if (data->_errno == WSAETIMEDOUT)
870 if (data->_errno == EAGAIN)
874 data->_errno = 0;
880 if (data->_errno == EMSGSIZE) {
882 data->_errno
[all...]
/freebsd-11-stable/contrib/wpa/src/radius/
H A Dradius_client.c342 int _errno = errno; local
344 if (_errno == ENOTCONN || _errno == EDESTADDRREQ || _errno == EINVAL ||
345 _errno == EBADF || _errno == ENETUNREACH || _errno == EACCES) {
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_sim_db.c867 int _errno = 0; local
870 _errno = errno;
875 if (_errno == ENOTCONN || _errno == EDESTADDRREQ || _errno == EINVAL ||
876 _errno == ECONNREFUSED) {
/freebsd-11-stable/contrib/gdb/gdb/
H A Dinfttrace.c147 #define TT_OK( _status, _errno ) \
148 (((_status) == 1) && ((_errno) == 0))
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dctrl_iface.c4582 int _errno = errno; local
4587 if (dst->errors > 10 || _errno == ENOENT) {

Completed in 163 milliseconds