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

/freebsd-10-stable/sys/compat/svr4/
H A Dsvr4_siginfo.h82 int _errno; member in struct:svr4_siginfo::__anon6894
101 #define svr4_si_errno _info._errno
/freebsd-10-stable/contrib/sendmail/include/sm/
H A Derrstring.h91 extern const char *sm_errstring __P((int _errno));
H A Dstring.h89 strerror __P((int _errno));
/freebsd-10-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-10-stable/crypto/openssh/
H A Dsandbox-seccomp-filter.c77 #define SC_DENY(_nr, _errno) \
79 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ERRNO|(_errno))
/freebsd-10-stable/crypto/openssl/crypto/bio/
H A Dbss_dgram.c161 unsigned int _errno; member in struct:bio_dgram_data_st
183 unsigned int _errno; member in struct:bio_dgram_sctp_data_st
408 data->_errno = get_last_socket_error();
445 data->_errno = get_last_socket_error();
449 if (data->_errno == EMSGSIZE)
864 if (data->_errno == WSAETIMEDOUT)
866 if (data->_errno == EAGAIN)
870 data->_errno = 0;
876 if (data->_errno == EMSGSIZE) {
878 data->_errno
[all...]
/freebsd-10-stable/contrib/wpa/src/radius/
H A Dradius_client.c302 int _errno = errno; local
304 if (_errno == ENOTCONN || _errno == EDESTADDRREQ || _errno == EINVAL ||
305 _errno == EBADF) {
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_unix.c563 int _errno = errno; local
569 (_errno != ENOBUFS && dst->errors > 10) ||
570 _errno == ENOENT) {
/freebsd-10-stable/contrib/wpa/src/eap_server/
H A Deap_sim_db.c803 int _errno = 0; local
806 _errno = errno;
810 if (_errno == ENOTCONN || _errno == EDESTADDRREQ || _errno == EINVAL ||
811 _errno == ECONNREFUSED) {
/freebsd-10-stable/contrib/libpcap/
H A Dpcap-win32.c56 int* _errno();
57 #define errno (*_errno())
/freebsd-10-stable/contrib/wpa/hostapd/
H A Dctrl_iface.c1435 int _errno = errno; local
1440 if (dst->errors > 10 || _errno == ENOENT) {
/freebsd-10-stable/contrib/gdb/gdb/
H A Dinfttrace.c147 #define TT_OK( _status, _errno ) \
148 (((_status) == 1) && ((_errno) == 0))

Completed in 127 milliseconds