Searched refs:errno (Results 126 - 150 of 3821) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dstdio.c22 #include <errno.h>
37 return (isc__errno2result(errno));
50 return (isc__errno2result(errno));
61 return (isc__errno2result(errno));
75 return (isc__errno2result(errno));
89 result = isc__errno2result(errno);
106 result = isc__errno2result(errno);
120 return (isc__errno2result(errno));
139 if (r == 0 || errno == EINVAL || errno
[all...]
/freebsd-9.3-release/contrib/libstdc++/config/locale/generic/
H A Dc_locale.cc37 #include <cerrno> // For errno
55 errno = 0;
66 errno = ERANGE;
69 errno = ERANGE;
72 errno = ERANGE;
75 errno = ERANGE;
78 if (__sanity != __s && errno != ERANGE)
92 errno = 0;
97 if (__sanity != __s && errno != ERANGE)
111 errno
[all...]
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Drealpath.c39 #include <errno.h>
61 serrno = errno;
79 errno = ENAMETOOLONG;
94 errno = ENAMETOOLONG;
104 errno = ENAMETOOLONG;
135 errno = ENAMETOOLONG;
139 if (errno == ENOENT && p == NULL) {
140 errno = serrno;
147 errno = ELOOP;
173 errno
[all...]
/freebsd-9.3-release/tools/regression/lib/libc/string/
H A Dtest-strerror.c30 #include <errno.h>
50 errno = 0;
54 ok1(errno == EINVAL);
59 errno = 0;
62 ok1(errno == 0);
64 errno = 0;
67 ok1(errno == 0);
69 errno = 0;
72 ok1(errno == 0);
74 errno
[all...]
/freebsd-9.3-release/usr.sbin/bluetooth/sdpd/
H A Dmain.c34 #include <errno.h>
103 strerror(errno), errno);
115 strerror(errno), errno);
122 strerror(errno), errno);
193 group, strerror(errno), errno);
199 user, strerror(errno), errn
[all...]
/freebsd-9.3-release/contrib/bind9/bin/confgen/unix/
H A Dos.c29 #include <errno.h>
39 errno = EINVAL;
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dxstrerror.c22 # include <errno.h>
63 pass it unconditionally. `vaxc$errno' is declared in <errno.h>
64 and maintained by the run-time library in parallel to `errno'.
66 errno by the run-time library, hence vaxc$errno will be relevant. */
67 errstr = (*vmslib_strerror) (errnum, vaxc$errno);
H A Dgetpwd.c21 #include <errno.h>
22 #ifndef errno
23 extern int errno;
65 yield 0 and set errno. */
77 if (!p && !(errno = failure_errno))
89 int e = errno;
95 errno = failure_errno = e;
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dgmm_malloc.h31 #include <errno.h>
42 errno = EINVAL;
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dxstrerror.c22 # include <errno.h>
63 pass it unconditionally. `vaxc$errno' is declared in <errno.h>
64 and maintained by the run-time library in parallel to `errno'.
66 errno by the run-time library, hence vaxc$errno will be relevant. */
67 errstr = (*vmslib_strerror) (errnum, vaxc$errno);
H A Dgetpwd.c21 #include <errno.h>
22 #ifndef errno
23 extern int errno;
65 yield 0 and set errno. */
77 if (!p && !(errno = failure_errno))
89 int e = errno;
95 errno = failure_errno = e;
/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Dcloseout.c27 #include <errno.h>
82 e = errno;
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DFEnv.h38 errno = 0;
43 int errno_val = errno;
/freebsd-9.3-release/contrib/ngatm/libngatm/
H A Dcccust.h41 #include <errno.h>
49 #define CCGETERRNO() (errno)
/freebsd-9.3-release/contrib/openbsm/libbsm/
H A Dbsm_notify.c47 #include <errno.h>
82 strerror(errno));
83 if (errno == ENOSYS) /* auditon() unimplemented. */
143 strerror(errno));
144 if (errno == ENOSYS) /* Function unimplemented. */
146 return (errno);
171 if (errno != ENOSYS) {
173 strerror(errno));
/freebsd-9.3-release/contrib/xz/src/common/
H A Dtuklib_open_stdxxx.c17 # include <errno.h>
33 if (fcntl(i, F_GETFD) == -1 && errno == EBADF) {
/freebsd-9.3-release/lib/libc/posix1e/
H A Dacl_entry.c35 #include <errno.h>
48 errno = EINVAL;
59 errno = EINVAL;
83 errno = EINVAL;
90 errno = EINVAL;
95 errno = EINVAL;
128 errno = EINVAL;
144 errno = EINVAL;
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_sigprocmask.c37 #include <errno.h>
51 errno = ret;
/freebsd-9.3-release/sbin/hastd/
H A Dsubr.h44 _rerrno = errno; \
46 errno = _rerrno; \
/freebsd-9.3-release/tools/regression/sockets/listenclose/
H A Dlistenclose.c37 #include <errno.h>
67 strerror(errno));
78 inet_ntoa(sin.sin_addr), 0, strerror(errno));
83 strerror(errno));
87 errx(-1, "listen() for listen socket: %s", strerror(errno));
92 "socket: %s", strerror(errno));
97 ": %s", strerror(errno));
106 errx(-1, "connect() for connect socket: %s", strerror(errno));
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dstdio.c23 #include <errno.h>
35 return (isc__errno2result(errno));
48 return (isc__errno2result(errno));
59 return (isc__errno2result(errno));
73 result = isc__errno2result(errno);
90 result = isc__errno2result(errno);
104 return (isc__errno2result(errno));
115 return (isc__errno2result(errno));
/freebsd-9.3-release/crypto/openssl/crypto/
H A Do_dir_test.c37 #include <errno.h>
58 if (errno) {
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Dspecopen.d60 trace(errno);
65 /self->spec && errno != 0/
73 /self->spec && errno == 0/
/freebsd-9.3-release/contrib/openpam/lib/libpam/
H A Dopenpam_readlinev.c36 #include <errno.h>
63 errno = ENOMEM;
74 errno = ENOMEM;
83 if (errno != 0) {
85 serrno = errno;
89 errno = serrno;
137 * - The end of the file was reached before any words were read; :errno is
141 * was in effect; :errno is set to =EINVAL, =!ferror returns zero, and
144 * - An error occurred while reading from the file; :errno is non-zero,
147 * - A =!malloc or =!realloc call failed; :errno i
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Daudit-linux.c50 if (errno == EINVAL || errno == EPROTONOSUPPORT ||
51 errno == EAFNOSUPPORT)
59 saved_errno = errno;
67 errno = saved_errno;
90 fatal("linux_audit_write_entry failed: %s", strerror(errno));

Completed in 257 milliseconds

1234567891011>>