Searched refs:errno (Results 51 - 75 of 4351) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/sendmail/test/
H A Dt_pathconf.c19 #include <errno.h>
40 extern int errno;
55 errno = 0;
57 printf("pathconf(.) returns %2d, errno = %d\n", i, errno);
58 errno = 0;
60 printf("pathconf(%s) returns %2d, errno = %d\n", tbuf, i, errno);
61 errno = 0;
63 printf("fpathconf(%s) returns %2d, errno
[all...]
/freebsd-11.0-release/contrib/openbsm/bin/auditdistd/
H A Dfstatat.h49 error = errno;
51 errno = error;
60 error = errno;
63 errno = error;
H A Dunlinkat.h48 error = errno;
50 errno = error;
59 error = errno;
62 errno = error;
/freebsd-11.0-release/lib/libc/gen/
H A D__xuname.c39 #include <errno.h>
61 oerrno = errno;
63 if (errno == ENOMEM)
64 errno = oerrno;
74 oerrno = errno;
76 if (errno == ENOMEM)
77 errno = oerrno;
89 oerrno = errno;
91 if (errno == ENOMEM)
92 errno
[all...]
H A Dcap_sandboxed.c36 #include <errno.h>
45 assert(errno == ENOSYS);
H A Dclock_getcpuclockid.c30 #include <errno.h>
39 return (errno);
/freebsd-11.0-release/contrib/mdocml/
H A Dcompat_mkdtemp.c30 #include <errno.h>
47 errno = EEXIST;
52 if (errno != EEXIST)
57 errno = EEXIST;
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dgetcwd.c12 @code{NULL} and @code{errno} is set. If @var{pathname} is a null pointer,
25 #include <errno.h>
34 extern int errno;
49 errno = ERANGE;
55 errno = ENOMEM;
H A Drename.c19 #include <errno.h>
29 if (errno != EEXIST)
/freebsd-11.0-release/contrib/binutils/libiberty/
H A Dgetcwd.c12 @code{NULL} and @code{errno} is set. If @var{pathname} is a null pointer,
25 #include <errno.h>
34 extern int errno;
49 errno = ERANGE;
55 errno = ENOMEM;
H A Drename.c19 #include <errno.h>
29 if (errno != EEXIST)
/freebsd-11.0-release/contrib/elftoolchain/libpe/
H A Dpe_dos.c28 #include <errno.h>
41 errno = EINVAL;
46 errno = ENOENT;
58 errno = EINVAL;
78 errno = EINVAL;
83 errno = EACCES;
89 errno = ENOMEM;
106 errno = EINVAL;
111 errno = EACCES;
/freebsd-11.0-release/release/picobsd/tinyware/msh/
H A Dsh6.c6 #include <errno.h>
/freebsd-11.0-release/tests/sys/posixshm/
H A Dposixshm_test.c37 #include <errno.h>
58 "mkstemp failed; errno=%d", errno); local
60 "unlink failed; errno=%d", errno); local
73 ATF_CHECK_MSG(error == errno,
74 "shm_open didn't fail with expected errno; errno=%d; expected "
75 "errno=%d", errno, erro
122 errno); local
146 errno); local
149 "shm_unlink failed; errno=%d", errno); local
175 errno); local
178 "shm_unlink failed; errno=%d", errno); local
205 "shm_unlink failed; errno=%d", errno); local
220 errno); local
308 "shm_unlink failed; errno=%d", errno); local
325 "fstat(1) failed; errno=%d", errno); local
333 "fstat(2) failed; errno=%d", errno); local
338 "shm_unlink failed; errno=%d", errno); local
393 errno); local
544 "shm_unlink failed; errno=%d", errno); local
556 "sigaction failed; errno=%d", errno); local
561 "sigprocmask failed; errno=%d", errno); local
608 errno); local
[all...]
/freebsd-11.0-release/contrib/sendmail/libsm/
H A Drewind.c17 #include <errno.h>
43 errno = 0; /* not required, but seems reasonable */
/freebsd-11.0-release/contrib/openbsm/compat/
H A Dclock_gettime.h34 #include <errno.h>
44 errno = EINVAL;
H A Dclosefrom.h40 error = errno;
48 errno = error;
/freebsd-11.0-release/lib/libc/compat-43/
H A Dgetwd.c38 #include <errno.h>
49 (void)strerror_r(errno, buf, MAXPATHLEN);
H A Dkillpg.c38 #include <errno.h>
47 errno = ESRCH;
/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dbsd-waitpid.c28 #include <errno.h>
40 errno = EINVAL;
H A Dport-irix.c32 #include <errno.h>
62 strerror(errno));
68 strerror(errno));
78 (int)projid, pw->pw_name, strerror(errno));
84 debug("error setting satid: %.100s", strerror(errno));
/freebsd-11.0-release/contrib/groff/src/include/
H A Ddriver.h27 #include <errno.h>
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.errno.d31 * To print errno from profile and make sure it succeeds.
45 printf("the errno = %d\n", errno);
/freebsd-11.0-release/lib/libthr/thread/
H A Dthr_getcpuclockid.c31 #include <errno.h>
48 return (errno);
H A Dthr_getprio.c34 #include <errno.h>
51 errno = ret;

Completed in 84 milliseconds

1234567891011>>