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

12

/freebsd-11-stable/lib/libc/gen/
H A Derrno.c30 int errno; variable
/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/lib/libthr/sys/
H A Dthr_error.c42 #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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_errno.h37 #define errno (*__errno_location()) macro
/freebsd-11-stable/lib/libc/tests/gen/
H A Dftw_test.c87 "realpath failed; errno=%d", errno); local
[all...]
/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...]
H A Dt_sysv.c191 ATF_REQUIRE_MSG(unlink(token_key) != -1, "unlink() failed: %d", errno); local
192 ATF_REQUIRE_MSG(rmdir(token_dir) != -1, "rmdir() failed: %d", errno); local
227 "sigaction SIGSYS: %d", errno); local
239 "sigaction SIGCHLD: %d", errno); local
254 "msgctl IPC_STAT 1: %d", errno); local
261 "msgctl IPC_SET: %d", errno); local
266 "msgctl IPC_STAT 2: %d", errno); local
294 0) != -1, "sender: msgsnd 1: %d", errno); local
298 "sender: msgrcv 1 ack: %d", errno); local
308 "sender: msgsnd 2: %d", errno); local
312 "sender: msgrcv 2 ack: %d", errno); local
334 != -1, "msgctl IPC_STAT: %d", errno); local
464 "sigaction SIGSYS: %d", errno); local
476 "sigaction SIGCHLD: %d", errno); local
690 "sigaction SIGSYS: %d", errno); local
702 "sigaction SIGCHLD: %d", errno); local
715 "shmctl IPC_STAT: %d", errno); local
722 "shmctl IPC_SET: %d", errno); local
727 "shmctl IPC_STAT: %d", errno); local
772 "shmctl IPC_STAT: %d", errno); local
882 "shmat(SHM_REMAP): %d", errno); local
[all...]
/freebsd-11-stable/stand/libsa/
H A Dglobals.c37 int errno; /* our old friend */ variable
H A Dnfs.c98 uint32_t errno; member in struct:nfsv3_readdir_repl
194 uint32_t errno; member in struct:repl
259 uint32_t errno; member in struct:repl
330 uint32_t errno; member in struct:repl
401 uint32_t errno; member in struct:repl
[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/thread/
H A Dthr_rtld.c44 #undef errno macro
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_nanosleep.c227 errno, local
[all...]
/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/usr.sbin/lpr/common_source/
H A Dnet.c187 int ncommonaddrs, errno; local
[all...]
/freebsd-11-stable/sys/dev/ppbus/
H A Dvpo.c186 int errno; /* error in errno.h */ local
[all...]
/freebsd-11-stable/sys/contrib/zlib/
H A Dzutil.c144 int errno = 0; variable
/freebsd-11-stable/contrib/file/python/
H A Dmagic.py225 def errno(self): member in class:Magic
/freebsd-11-stable/tests/sys/posixshm/
H A Dposixshm_test.c58 "mkstemp failed; errno=%d", errno); local
60 "unlink failed; errno=%d", errno); local
122 errno); local
146 errno); local
149 "shm_unlink failed; errno=%d", errno); local
175 errno); local
178 "shm_unlink failed; errno=%d", errno); local
205 "shm_unlink failed; errno=%d", errno); local
220 errno); local
308 "shm_unlink failed; errno=%d", errno); local
325 "fstat(1) failed; errno=%d", errno); local
333 "fstat(2) failed; errno=%d", errno); local
338 "shm_unlink failed; errno=%d", errno); local
393 errno); local
544 "shm_unlink failed; errno=%d", errno); local
556 "sigaction failed; errno=%d", errno); local
561 "sigprocmask failed; errno=%d", errno); local
608 errno); local
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Derr.c458 errno = 0; local
512 errno = 0; local
609 errno = 0; local
/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/contrib/apr/poll/unix/
H A Dz_asio.c186 AIO(sizeof(struct aiocb), a, &rv, &errno, __err2ad()); local
[all...]
/freebsd-11-stable/sys/dev/isp/
H A Disp_target.c818 isp_acknak_abts(ispsoftc_t *isp, void *arg, int errno) argument

Completed in 758 milliseconds

12