Searched refs:errno (Results 101 - 125 of 4351) sorted by relevance

1234567891011>>

/freebsd-11.0-release/lib/libc/posix1e/
H A Dacl_valid.c39 #include <sys/errno.h>
46 * and errno set to EINVAL.
62 errno = EINVAL;
66 errno = EINVAL;
72 errno = error;
84 errno = EINVAL;
99 errno = EINVAL;
114 errno = EINVAL;
H A Dextattr.c36 #include <errno.h>
56 errno = EINVAL;
74 errno = EINVAL;
/freebsd-11.0-release/lib/libutil/
H A Dflopen.c34 #include <errno.h>
73 serrno = errno;
75 errno = serrno;
85 serrno = errno;
87 errno = serrno;
98 serrno = errno;
100 errno = serrno;
/freebsd-11.0-release/contrib/apr/file_io/unix/
H A Dflock.c46 while ((rc = fcntl(thefile->filedes, fc, &l)) < 0 && errno == EINTR)
54 if (errno == EACCES) {
57 return errno;
72 while ((rc = flock(thefile->filedes, ltype)) < 0 && errno == EINTR)
76 return errno;
100 && errno == EINTR)
104 return errno;
109 while ((rc = flock(thefile->filedes, LOCK_UN)) < 0 && errno == EINTR)
113 return errno;
/freebsd-11.0-release/lib/libc/tests/gen/
H A Dftw_test.c36 #include <errno.h>
87 "realpath failed; errno=%d", errno); local
90 ATF_REQUIRE_MSG(fd != -1, "open failed; errno=%d", errno);
93 "mkdirat failed; errno=%d", errno);
96 "symlinkat failed; errno=%d", errno);
101 "nftw FTW_PHYS failed; errno
[all...]
/freebsd-11.0-release/tools/regression/capsicum/syscalls/
H A Dcap_getmode.c39 #include <errno.h>
63 errno = 0;
65 CHECK(errno == EFAULT);
66 errno = 0;
68 CHECK(errno == EFAULT);
119 errno = 0;
121 CHECK(errno == EFAULT);
122 errno = 0;
124 CHECK(errno == EFAULT);
H A Dcap_fcntls_limit.c40 #include <errno.h>
68 errno = 0;
70 CHECK(errno == EINVAL);
96 errno = 0;
98 CHECK(errno == ENOTCAPABLE);
110 errno = 0;
112 CHECK(errno == ENOTCAPABLE);
114 errno = 0;
116 CHECK(errno == ENOTCAPABLE);
123 errno
[all...]
/freebsd-11.0-release/contrib/unbound/compat/
H A Dgetentropy_win.c21 #include <errno.h>
39 errno = EIO;
54 errno = EIO;
/freebsd-11.0-release/lib/libc/gen/
H A Dtrivial-getcontextx.c32 #include <errno.h>
70 error = errno;
72 errno = error;
/freebsd-11.0-release/contrib/gcc/
H A Dgenchecksum.c42 fprintf (stderr, "opening %s: %s\n", file, xstrerror (errno));
49 fprintf (stderr, "seeking in %s: %s\n", file, xstrerror (errno));
56 fprintf (stderr, "reading %s: %s\n", file, xstrerror (errno));
/freebsd-11.0-release/contrib/groff/src/libs/libbib/
H A Dmap.c64 #include <errno.h>
72 errno = ENODEV;
78 errno = EINVAL;
/freebsd-11.0-release/lib/libc/stdlib/
H A Dptsname.c39 #include <errno.h>
55 if (errno != EBADF)
56 errno = EINVAL;
/freebsd-11.0-release/tests/freebsd_test_suite/
H A Dmacros.h35 #include <errno.h>
51 _mod_name, strerror(errno)); \
66 _mod_name, strerror(errno)); \
/freebsd-11.0-release/tools/regression/p1003_1b/
H A Dprutil.c2 #include <errno.h>
16 err(errno, "%s", text);
44 errno = 0;
/freebsd-11.0-release/usr.bin/at/
H A Dpanic.c32 #include <errno.h>
66 int serrno = errno;
74 errno = serrno;
/freebsd-11.0-release/usr.bin/patch/
H A Dmkpath.c36 #include <errno.h>
63 if (errno != ENOENT || (mkdir(path, 0777) &&
64 errno != EEXIST)) {
/freebsd-11.0-release/usr.bin/perror/
H A Dperror.c36 #include <sys/errno.h>
51 errno = 0;
55 if (errno != 0)
/freebsd-11.0-release/usr.sbin/bluetooth/bcmfw/
H A Dbcmfw.c39 #include <errno.h>
127 path, strerror(errno), errno);
134 strerror(errno), errno);
167 buf, strerror(errno), errno);
175 buf, strerror(errno), errno);
185 md, strerror(errno), errn
[all...]
/freebsd-11.0-release/tools/regression/netinet/tcpsockclosebeforeaccept/
H A Dtcpsockclosebeforeaccept.c42 #include <errno.h>
77 error = errno;
79 errno = error;
90 error = errno;
92 errno = error;
97 error = errno;
99 errno = error;
107 error = errno;
109 errno = error;
127 error = errno;
[all...]
/freebsd-11.0-release/tools/regression/sockets/accept_fd_leak/
H A Daccept_fd_leak.c36 #include <errno.h>
84 errx(-1, "socket: %s", strerror(errno));
108 errx(-1, "listen: %s", strerror(errno));
112 errx(-1, "ioctl(F_GETFL): %s", strerror(errno));
115 errx(-1, "ioctl(F_SETFL): %s", strerror(errno));
118 errx(-1, "ioctl(F_GETFL): %s", strerror(errno));
126 if (errno != EAGAIN)
127 errx(-1, "accept: %s", strerror(errno));
148 errx(-1, "fork: %s", strerror(errno));
167 errx(-1, "socket: %s", strerror(errno));
[all...]
/freebsd-11.0-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptc.c41 #include <errno.h>
170 syslog(LOG_ERR, "malloc failed - %s", strerror(errno));
272 syslog(LOG_ERR,"malloc failed: %s", strerror(errno));
350 saved_errno = errno;
351 errno = 0;
356 errno = saved_errno;
366 saved_errno = errno;
367 errno = 0;
369 if (errno != 0)
372 errno
[all...]
/freebsd-11.0-release/contrib/xz/src/common/
H A Dtuklib_progname.h17 #include <errno.h>
/freebsd-11.0-release/contrib/openbsm/bin/auditdistd/
H A Dopenat.h47 error = errno;
49 errno = error;
66 error = errno;
69 errno = error;
/freebsd-11.0-release/gnu/usr.bin/grep/
H A Dcloseout.c38 #include <errno.h>
39 #ifndef errno
40 extern int errno;
104 e = errno;
/freebsd-11.0-release/lib/libc/amd64/sys/
H A Dptrace.S44 movq PIC_GOT(CNAME(errno)),%r8
47 movl %eax,CNAME(errno)(%rip)

Completed in 105 milliseconds

1234567891011>>