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

/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_siginfo.h82 int _errno; member in struct:svr4_siginfo::__anon6182
101 #define svr4_si_errno _info._errno
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_dgram.c110 unsigned int _errno; member in struct:bio_dgram_data_st
299 data->_errno = get_last_socket_error();
329 data->_errno = get_last_socket_error();
333 if (data->_errno == EMSGSIZE)
616 if (data->_errno == WSAETIMEDOUT)
618 if (data->_errno == EAGAIN)
622 data->_errno = 0;
628 if (data->_errno == EMSGSIZE) {
630 data->_errno = 0;
/freebsd-9.3-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-9.3-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-9.3-release/contrib/wpa/src/eap_server/
H A Deap_sim_db.c487 int _errno = 0; local
490 _errno = errno;
494 if (_errno == ENOTCONN || _errno == EDESTADDRREQ || _errno == EINVAL ||
495 _errno == ECONNREFUSED) {
/freebsd-9.3-release/contrib/wpa/src/radius/
H A Dradius_client.c308 int _errno = errno; local
310 if (_errno == ENOTCONN || _errno == EDESTADDRREQ || _errno == EINVAL ||
311 _errno == EBADF) {
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_unix.c523 int _errno = errno; local
529 (_errno != ENOBUFS && dst->errors > 10) ||
530 _errno == ENOENT) {
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-win32.c56 int* _errno();
57 #define errno (*_errno())
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dctrl_iface.c708 int _errno = errno; local
713 if (dst->errors > 10 || _errno == ENOENT) {
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dinfttrace.c147 #define TT_OK( _status, _errno ) \
148 (((_status) == 1) && ((_errno) == 0))

Completed in 123 milliseconds