Searched refs:errno (Results 426 - 450 of 3821) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/lib/libc/stdio/
H A Dvdprintf.c36 #include <errno.h>
53 errno = EMFILE;
H A Dwsetup.c39 #include <errno.h>
47 * _wsetup returns 0 if OK to write; otherwise, it returns EOF and sets errno.
62 errno = EBADF;
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_sem.c35 #include <errno.h>
59 errno = EINVAL;
83 errno = EINVAL;
89 errno = ENOSPC;
98 errno = ENOSPC;
105 errno = ENOSPC;
203 errno = EINVAL;
214 errno = ETIMEDOUT;
/freebsd-9.3-release/lib/libsdp/
H A Dsession.c33 #include <errno.h>
58 ss->error = errno;
67 ss->error = errno;
74 ss->error = errno;
80 ss->error = errno;
91 ss->error = errno;
115 ss->error = errno;
127 ss->error = errno;
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_setschedparam.c37 #include <errno.h>
70 ret = errno;
/freebsd-9.3-release/lib/libulog/
H A Dulog_login_pseudo.c32 #include <errno.h>
71 } while (wpid == -1 && errno == EINTR);
/freebsd-9.3-release/lib/libutil/
H A D_secure_path.c28 #include <errno.h>
53 if (errno == ENOENT) /* special case */
H A Dkld.c34 #include <errno.h>
73 if (kldload(name) == -1 && errno != EEXIST)
/freebsd-9.3-release/lib/libypclnt/
H A Dypclnt_connect.c40 #include <errno.h>
58 "%s", strerror(errno));
/freebsd-9.3-release/libexec/bootpd/
H A Dreport.c12 #include <errno.h>
126 return strerror(errno);
/freebsd-9.3-release/sbin/ifconfig/
H A Difgroup.c38 #include <errno.h>
60 if (ioctl(s, SIOCAIFGROUP, (caddr_t)&ifgr) == -1 && errno != EEXIST)
78 if (ioctl(s, SIOCDIFGROUP, (caddr_t)&ifgr) == -1 && errno != ENOENT)
96 if (errno == EINVAL || errno == ENOTTY)
140 if (errno == EINVAL || errno == ENOTTY ||
141 errno == ENOENT)
/freebsd-9.3-release/tools/regression/sigqueue/sigqtest1/
H A Dsigqtest1.c3 #include <errno.h>
41 if (errno != EAGAIN) {
42 errx(1, "errno != EAGAIN");
/freebsd-9.3-release/tools/regression/sockets/unix_socket/
H A Dunix_socket.c39 #include <errno.h>
62 if (errno != EPROTONOSUPPORT)
/freebsd-9.3-release/usr.sbin/ngctl/
H A Dstatus.c41 #include <errno.h>
80 switch (errno) {
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dttys.c63 strerror(errno));
68 msgConfirm("Can't create %s: %s", templ, strerror(errno));
73 msgConfirm("Can't fchmod %s: %s", templ, strerror(errno));
78 msgConfirm("Can't fdopen %s: %s", templ, strerror(errno));
93 msgConfirm("%s: write error: %s", templ, strerror(errno));
136 msgConfirm("%s: read error: %s", _PATH_TTYS, strerror(errno));
145 msgConfirm("%s: close error: %s", templ, strerror(errno));
158 strerror(errno));
H A Dusb.c60 dev->name, dev->devname, mountpoint, strerror(errno));
84 mountpoint, strerror(errno));
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Depoll_sub.c35 #include <errno.h>
42 errno = EINVAL;
/freebsd-9.3-release/crypto/openssl/crypto/
H A DLPdir_win.c59 errno = EINVAL;
63 errno = 0;
70 errno = ENOENT;
76 errno = ENOMEM;
86 errno = ENOMEM;
107 errno = ENOMEM;
130 errno = EINVAL;
170 errno = EINVAL;
/freebsd-9.3-release/bin/pax/
H A Dfile_subs.c49 #include <errno.h>
115 oerrno = errno;
140 syswarn(0, errno, "Unable to close file descriptor on %s",
182 syswarn(1,errno,"Unable to link to %s from %s", arcn->ln_name,
295 syswarn(1, errno, "Unable to remove %s", from);
300 syswarn(1, errno, "Unable to remove %s", from);
315 oerrno = errno;
411 oerrno = errno;
454 syswarn(0, errno,"Could not access %s (stat)",
517 syswarn(1,errno,"Unabl
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/kafs/
H A Ddlfcn.c20 #include <errno.h>
118 snprintf (errbuf, sizeof(errbuf), "calloc: %s", strerror(errno));
123 snprintf (errbuf, sizeof(errbuf), "strdup: %s", strerror(errno));
142 if (errno == ENOEXEC) {
146 strerror(errno),
155 strerror(errno),
166 "loadbind: %s", strerror(errno));
181 strerror(errno));
317 "%s", strerror(errno));
364 if (errno !
[all...]
/freebsd-9.3-release/contrib/file/src/
H A Dcompress.c47 #include <errno.h>
157 if (errno == EINTR)
203 if (errno == EINTR || errno == EAGAIN)
224 if (errno == EINTR)
251 r = errno;
253 errno = r;
259 te = errno;
261 errno = te;
265 file_error(ms, errno,
[all...]
/freebsd-9.3-release/cddl/compat/opensolaris/misc/
H A Dmkdirp.c48 #include <errno.h>
72 if (errno != ENOENT) {
99 if (mkdir(str, mode) != 0 && errno != EEXIST) {
112 if (mkdir(str, mode) != 0 && errno != EEXIST) {
/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dstrtol.c27 #include <errno.h>
93 errno = ERANGE;
114 errno = ERANGE;
122 errno = ERANGE;
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_open_fd.c33 #include <errno.h>
88 archive_set_error(a, errno, "Couldn't stat fd %d", mine->fd);
127 if (errno == EINTR)
129 archive_set_error(a, errno, "Write error");
/freebsd-9.3-release/contrib/libreadline/examples/
H A Drlcat.c41 #include <errno.h>
49 #ifndef errno
50 extern int errno;
171 fprintf (stderr, "%s: %s: cannot open: %s\n", progname, argv[i], strerror(errno));

Completed in 310 milliseconds

<<11121314151617181920>>