Searched refs:errno (Results 176 - 200 of 3821) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/libc/string/
H A Dwcscoll.c35 #include <errno.h>
68 * but leave errno indicating the error. Callers that don't
72 sverrno = errno;
74 errno = sverrno;
79 sverrno = errno;
82 errno = sverrno;
/freebsd-9.3-release/lib/libkiconv/
H A Dkiconv_sysctl.c34 #include <errno.h>
44 return (errno);
53 return (errno);
71 return (errno);
78 return (errno);
H A Dxlat16_sysctl.c47 #include <errno.h>
67 return (errno);
75 #include <errno.h>
/freebsd-9.3-release/lib/libstand/
H A Dread.c76 errno = EBADF;
81 errno = (f->f_dev->dv_strategy)(f->f_devdata, F_READ,
83 if (errno)
113 if ((errno = (f->f_ops->fo_read)(f, dest, resid, &cresid)))
119 if ((errno = (f->f_ops->fo_read)(f, f->f_rabuf, SOPEN_RASIZE, &cresid)))
/freebsd-9.3-release/tools/regression/netinet/udpconnectjail/
H A Dudpconnectjail.c38 #include <errno.h>
65 strerror(errno));
69 inet_ntoa(sin->sin_addr), strerror(errno));
72 errx(-1, "%s: close(): %s", context, strerror(errno));
111 errx(-1, "jail: %s", strerror(errno));
/freebsd-9.3-release/tools/regression/sockets/rtsocket/
H A Drtsocket.c40 #include <errno.h>
55 if (errno != EPROTONOSUPPORT)
65 if (errno != EPROTONOSUPPORT)
80 if (errno != EPROTONOSUPPORT)
90 if (errno != EPROTONOSUPPORT)
/freebsd-9.3-release/usr.sbin/setfib/
H A Dsetfib.c38 #include <errno.h>
74 errno = 0;
76 if (ep == optarg || *ep != '\0' || errno ||
91 errno = 0;
95 err(errno == ENOENT ? 127 : 126, "%s", *argv);
/freebsd-9.3-release/contrib/ntp/include/
H A Dtimepps-Solaris.h218 #include <errno.h>
245 errno = EFAULT;
260 errno = ENOMEM;
289 errno = EBADF;
314 errno = EBADF;
319 errno = EFAULT;
329 errno = EINVAL;
350 errno = EINVAL;
374 errno = EOPNOTSUPP;
406 errno
[all...]
H A Dtimepps-SunOS.h199 #include <errno.h>
216 errno = EFAULT;
231 errno = EBADF;
256 errno = EBADF;
279 errno = EBADF;
284 errno = EFAULT;
294 errno = EINVAL;
311 errno = EOPNOTSUPP;
341 errno = EBADF;
346 errno
[all...]
H A Dtimepps-SCO.h201 #include <errno.h>
220 errno = EFAULT;
230 errno = EBADF;
255 errno = EBADF;
278 errno = EBADF;
283 errno = EFAULT;
293 errno = EINVAL;
310 errno = EOPNOTSUPP;
340 errno = EBADF;
345 errno
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dinfptrace.c136 errno = 0;
144 if (errno)
171 saved_errno = errno;
172 errno = 0;
183 if (errno)
184 printf (" [errno = %d]", errno);
186 errno = saved_errno;
247 errno = 0;
276 if (errno)
[all...]
/freebsd-9.3-release/contrib/openpam/lib/libpam/
H A Dopenpam_configure.c44 #include <errno.h>
196 errno = EINVAL;
212 errno = EINVAL;
219 errno = EINVAL;
226 * Bogus errno, but this ensures that the
230 if (errno == ENOENT)
231 errno = EINVAL;
243 errno = EINVAL;
253 errno = EINVAL;
264 if (errno
[all...]
H A Dopenpam_straddch.c36 #include <errno.h>
62 errno = ENOMEM;
73 errno = ENOMEM;
114 * unmodified, sets :errno to =ENOMEM and returns -1.
/freebsd-9.3-release/contrib/cvs/src/
H A Dfilesubr.c59 error (1, errno, "cannot stat %s", from);
69 error (1, errno, "cannot open %s for copying", from);
71 error (1, errno, "cannot fstat %s", from);
73 error (1, errno, "cannot create %s for copying", to);
85 if (errno == EINTR)
88 error (1, errno, "cannot read file %s for copying", from);
94 error (1, errno, "cannot write file %s for copying", to);
100 error (1, errno, "cannot fsync file %s after copying", to);
105 error (0, errno, "cannot close %s", from);
107 error (1, errno, "canno
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtsystem.h96 #include <errno.h>
98 #ifndef errno
99 extern int errno;
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_print.c47 errno = 0;
49 errno = ENODEV;
65 errno = ENOMEM;
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dput.c18 #include <errno.h>
37 ** Failure: returns SM_IO_EOF _and_ sets errno
53 errno = EBADF;
74 int save_errno = errno;
H A Dstringf.c12 #include <errno.h>
81 if (errno == ENOMEM)
83 sm_exc_raisenew_x(&SmEtypeOs, errno, "sm_vasprintf", NULL);
/freebsd-9.3-release/contrib/smbfs/lib/smb/
H A Dkiconv.c40 #include <errno.h>
68 return errno;
73 return errno;
/freebsd-9.3-release/lib/libc/gen/
H A Ddaemon.c37 #include <errno.h>
75 oerrno = errno;
80 errno = oerrno;
H A Dlockf.c35 #include <errno.h>
69 errno = EAGAIN;
73 errno = EINVAL;
/freebsd-9.3-release/lib/libc/nameser/
H A Dns_name.c29 #include <errno.h>
90 *\li Number of bytes written to buffer, or -1 (with errno set)
112 errno = EMSGSIZE;
117 errno = EMSGSIZE;
123 errno = EMSGSIZE; /*%< XXX */
127 errno = EMSGSIZE;
135 errno = EINVAL;
140 errno = EMSGSIZE;
150 errno = EMSGSIZE;
157 errno
[all...]
/freebsd-9.3-release/lib/libc/stdio/
H A Dflags.c42 #include <errno.h>
79 errno = EINVAL;
109 errno = EINVAL;
H A Dfreopen.c43 #include <errno.h>
67 sverrno = errno;
69 errno = sverrno;
87 errno = EINVAL;
91 sverrno = errno;
94 errno = sverrno;
101 errno = EINVAL;
110 sverrno = errno;
113 errno = sverrno;
155 sverrno = errno;
[all...]
H A Dvasprintf.c40 #include <errno.h>
55 errno = ENOMEM;
63 errno = ENOMEM;

Completed in 245 milliseconds

1234567891011>>