Searched defs:errno (Results 1 - 25 of 38) sorted by path

12

/freebsd-11-stable/contrib/file/python/
H A Dmagic.py225 def errno(self): member in class:Magic
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cerrno.h52 #define errno errno macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cerrno.h54 #define errno errno macro
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_mqueue.c35 "mq_send 1 failed: %d", errno); local
39 "mq_send 2 failed: %d", errno); local
43 "mq_send 3 failed: %d", errno); local
47 "mq_send 4 failed: %d", errno); local
51 "mq_send 5 failed: %d", errno); local
55 "mq_send 6 failed: %d", errno); local
67 errno); local
74 "mq_receive 1 failed: %d", errno); local
79 "mq_receive 2 failed: %d", errno); local
84 "mq_receive 3 failed: %d", errno); local
89 "mq_receive 4 failed: %d", errno); local
94 "mq_receive 5 failed: %d", errno); local
99 "mq_receive 6 failed: %d", errno); local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_nanosleep.c227 errno, local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c30485 sqlite3_snprintf(sizeof(errmsg), errmsg, "create failed (%d)", errno); local
30489 sqlite3_snprintf(sizeof(errmsg), errmsg, "write failed (%d)", errno); local
30493 sqlite3_snprintf(sizeof(errmsg), errmsg, "rename failed (%d)", errno); local
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Derrno.c30 int errno; variable
/freebsd-11-stable/lib/libc/tests/gen/
H A Dftw_test.c87 "realpath failed; errno=%d", errno); local
[all...]
/freebsd-11-stable/lib/libc/tests/net/
H A Dether_test.c52 "ether_line failed; errno=%d", errno); local
/freebsd-11-stable/lib/libthr/sys/
H A Dthr_error.c42 #undef errno macro
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_rtld.c44 #undef errno macro
/freebsd-11-stable/stand/efi/libefi/
H A Derrno.c34 errno_to_efi_status(int errno) argument
99 int errno; local
[all...]
/freebsd-11-stable/stand/libsa/
H A Dglobals.c37 int errno; /* our old friend */ variable
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzutil.c149 int errno = 0; variable
H A Dzutil.h38 # define errno z_errno macro
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx.c72 uint8_t errno; member in struct:ahd_hard_error_entry
H A Daic7xxx.c81 uint8_t errno; member in struct:ahc_hard_error_entry
/freebsd-11-stable/sys/dev/isp/
H A Disp_target.c818 isp_acknak_abts(ispsoftc_t *isp, void *arg, int errno) argument
/freebsd-11-stable/sys/dev/ppbus/
H A Dvpo.c186 int errno; /* error in errno.h */ local
[all...]
/freebsd-11-stable/sys/netinet/
H A Din_pcb.c1422 in_pcbnotifyall(struct inpcbinfo *pcbinfo, struct in_addr faddr, int errno, argument
/freebsd-11-stable/sys/netinet6/
H A Din6_pcb.c597 int errno; local
845 in6_rtchange(struct inpcb *inp, int errno) argument
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dnet.c187 int ncommonaddrs, errno; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c2924 int argc = *argcp, errno; local
[all...]
/freebsd-11-stable/contrib/apr/poll/unix/
H A Dz_asio.c186 AIO(sizeof(struct aiocb), a, &rv, &errno, __err2ad()); local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_errno.h37 #define errno (*__errno_location()) macro

Completed in 516 milliseconds

12