Searched refs:errno (Results 276 - 300 of 4642) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/lib/libcasper/libcasper/
H A Dzygote.c42 #include <errno.h>
62 errno = ENXIO;
74 errno = error;
109 if (errno == ENOTCONN) {
128 error = errno;
135 error = errno;
180 serrno = errno;
183 errno = serrno;
H A Dlibcasper_impl.c34 #include <errno.h>
46 return (fcntl(fd, F_GETFL) != -1 || errno != EBADF);
/freebsd-11-stable/usr.sbin/bluetooth/bthidd/
H A Dserver.c41 #include <errno.h>
79 strerror(errno), errno);
87 "%s (%d)", strerror(errno), errno);
101 "%s (%d)", strerror(errno), errno);
109 "%s (%d)", strerror(errno), errno);
119 "%s (%d)", strerror(errno), errn
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_disk_acl_freebsd.c33 #include <errno.h>
128 archive_set_error(&a->archive, errno,
160 archive_set_error(&a->archive, errno,
171 archive_set_error(&a->archive, errno,
228 archive_set_error(&a->archive, errno, "Failed "
246 archive_set_error(&a->archive, errno,
258 archive_set_error(&a->archive, errno,
267 archive_set_error(&a->archive, errno,
278 archive_set_error(&a->archive, errno,
298 archive_set_error(&a->archive, errno,
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mkfifo.c38 #include <errno.h>
53 errno = 0;
60 if (errno == EOPNOTSUPP)
130 errno = 0;
133 errno = 0;
136 errno = 0;
139 errno = 0;
142 errno = 0;
189 errno = 0;
219 errno
[all...]
/freebsd-11-stable/cddl/compat/opensolaris/misc/
H A Dfsshare.c33 #include <errno.h>
59 if (errno != EEXIST) {
171 return (errno);
177 assert(error == 0 || (error == -1 && errno == EOPNOTSUPP));
184 if (errno != ENOENT) {
185 error = errno;
190 if (errno == ENOENT)
191 errno = 0;
192 error = errno;
197 assert(error == 0 || (error == -1 && errno
[all...]
/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_from_text.c37 #include <sys/errno.h>
95 errno = EINVAL;
110 errno = EINVAL;
118 errno = EINVAL;
126 errno = EINVAL;
132 errno = EINVAL;
142 errno = EINVAL;
156 errno = EINVAL;
253 errno = EINVAL;
287 errno
[all...]
/freebsd-11-stable/lib/libc/tests/string/
H A Dstrerror_test.c30 #include <errno.h>
46 errno = 0;
50 ATF_CHECK(errno == EINVAL);
57 errno = 0;
60 ATF_CHECK(errno == 0);
67 errno = 0;
70 ATF_CHECK(errno == 0);
77 errno = 0;
80 ATF_CHECK(errno == 0);
87 errno
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dgetcwd.c41 #include <errno.h>
82 errno = EINVAL;
86 errno = ERANGE;
116 errno = 0; /* XXX readdir has no error return. */
177 save_errno = errno;
178 errno = 0;
193 errno = ERANGE;
213 * If readdir set errno, use it, not any saved error; otherwise,
215 * errno to ENOENT.
217 if (!errno)
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dtext_mmap.c101 mapinfo->txt_errno = errno;
135 mapinfo->txt_errno = errno;
142 mapinfo->txt_errno = errno;
153 mapinfo->txt_errno = errno;
199 mapinfo->txt_errno = errno;
211 mapinfo->txt_errno = errno;
217 mapinfo->txt_errno = errno = EINVAL;
226 mapinfo->txt_errno = errno;
270 * problem, then it will return @code{MAP_FAILED} and set @code{errno}
273 * The named file does not exist, @code{stat(2)} will set @code{errno} a
[all...]
/freebsd-11-stable/contrib/opie/libopie/
H A Dgenerator.c40 #include <errno.h>
99 syslog(LOG_DEBUG, "opieauto_connect: socket: %s(%d)", strerror(errno), errno);
109 syslog(LOG_DEBUG, "opieauto_connect: stat: %s(%d)\n", strerror(errno), errno);
116 syslog(LOG_DEBUG, "opieauto_connect: connect: %s(%d)\n", strerror(errno), errno);
211 syslog(LOG_DEBUG, "opiegenerator: read: %s(%d)\n", strerror(errno), errno);
268 syslog(LOG_DEBUG, "opiegenerator: write: %s(%d)\n", strerror(errno), errn
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dbf.c30 #include <errno.h>
93 ** Failure: -1 and sets errno
121 errno = ENOENT;
127 errno = EEXIST;
135 errno = ENOMEM;
148 errno = ENOMEM;
168 errno = ENOMEM;
201 ** Sets errno:
202 ** any value of errno specified by sm_io_setinfo_type()
203 ** any value of errno specifie
[all...]
/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsockopt.c38 return errno;
43 return errno;
64 return errno;
69 return errno;
128 return errno;
139 return errno;
148 return errno;
159 return errno;
167 return errno;
176 return errno;
[all...]
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_sysv.c40 #include <errno.h>
157 child_status = -errno;
173 ATF_REQUIRE_MSG(tmpdir != NULL, "mkdtemp() failed: %d", errno);
184 atf_tc_fail("open() of temp file failed: %d", errno);
191 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
245 ATF_REQUIRE_MSG(sender_msqid != -1, "msgget: %d", errno);
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/contrib/ncurses/menu/
H A Dmf_common.h48 #include <errno.h>
51 extern int errno;
72 #define SET_ERROR(code) (errno=(code))
73 #define GET_ERROR() (errno)
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Ddoalloc.c52 errno = ENOMEM; /* just in case 'free' reset */
/freebsd-11-stable/contrib/netbsd-tests/fs/common/
H A Dfstest_zfs.c62 errno = res;
77 errno = res;
83 errno = res;
119 errno = error;
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Derrno2result.h27 #include <errno.h> /* Provides errno. */
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Derrno2result.h25 #include <errno.h> /* Provides errno. */
/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Delftc_demangle.c29 #include <errno.h>
87 errno = EINVAL;
92 errno = EINVAL;
98 errno = ENAMETOOLONG;
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Denv.c32 #include <errno.h>
70 err = atf_libc_error(errno, "Cannot set environment variable "
80 err = atf_libc_error(errno, "Cannot set environment variable "
105 err = atf_libc_error(errno, "Cannot unset environment variable"
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_inherit.h32 return errno; \
35 return errno; \
52 return errno; \
55 return errno; \
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dstrerror.c26 #include <errno.h>
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Deqn.h25 #include <errno.h>
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dsigtimedwait.h37 #include <errno.h>
70 error = errno;
81 errno = EAGAIN;
84 errno = error;

Completed in 299 milliseconds

<<11121314151617181920>>