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

/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_siginfo.h82 int _errno; member in struct:svr4_siginfo::__anon6559
101 #define svr4_si_errno _info._errno
/freebsd-10.0-release/contrib/sendmail/include/sm/
H A Derrstring.h83 extern const char *sm_errstring __P((int _errno));
H A Dstring.h89 strerror __P((int _errno));
/freebsd-10.0-release/crypto/openssh/
H A Dsandbox-seccomp-filter.c74 #define SC_DENY(_nr, _errno) \
76 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ERRNO|(_errno))
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Dbss_dgram.c164 unsigned int _errno; member in struct:bio_dgram_data_st
188 unsigned int _errno; member in struct:bio_dgram_sctp_data_st
405 data->_errno = get_last_socket_error();
445 data->_errno = get_last_socket_error();
448 if ( data->_errno == EMSGSIZE)
859 if ( data->_errno == WSAETIMEDOUT)
861 if ( data->_errno == EAGAIN)
865 data->_errno = 0;
872 if ( data->_errno == EMSGSIZE)
875 data->_errno
[all...]
/freebsd-10.0-release/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.0-release/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.0-release/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.0-release/contrib/libpcap/
H A Dpcap-win32.c56 int* _errno();
57 #define errno (*_errno())
/freebsd-10.0-release/contrib/wpa/hostapd/
H A Dctrl_iface.c1435 int _errno = errno; local
1440 if (dst->errors > 10 || _errno == ENOENT) {
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dinfttrace.c147 #define TT_OK( _status, _errno ) \
148 (((_status) == 1) && ((_errno) == 0))

Completed in 148 milliseconds