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

1234567891011>>

/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_byteorder.c31 #include <errno.h>
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dfpos.c19 #include <errno.h>
68 ** Failure -- -1 (minus 1) and sets errno
82 errno = ESPIPE; /* historic practice */
95 errno = EAGAIN;
111 errno = EAGAIN;
H A Dstring.c17 #include <errno.h>
H A Drefill.c21 #include <errno.h>
64 errno = 0; \
67 errno = EAGAIN; \
72 errno = EINVAL; \
85 } while ((sel_ret) < 0 && errno == EINTR); \
88 /* something went wrong, errno set */ \
96 errno = EAGAIN; \
114 ** Failure: returns SM_IO_EOF and sets errno
160 errno = EAGAIN;
181 errno
[all...]
H A Dfflush.c20 #include <errno.h>
42 ** Failure: SM_IO_EOF and sets errno
63 errno = EBADF;
84 ** Failure: SM_IO_EOF and errno set
119 errno = 0;
133 errno = 0; /* needed to ensure EOF correctly found */
139 if (t == 0 && errno == 0)
146 /* errno set by fp->f_write */
/osnet-11/usr/src/lib/libast/common/comp/
H A Dsetpgid.c72 errno = EINVAL;
74 errno = ENOSYS;
/osnet-11/usr/src/lib/libast/common/tm/
H A Dtvtouch.c108 oerrno = errno;
144 if (errno != ENOSYS)
146 if (errno != ENOENT || !(flags & TV_TOUCH_CREATE))
153 errno = oerrno;
161 errno = oerrno;
198 if (errno != ENOENT && av == (const Tv_t*)&now && mv == (const Tv_t*)&now && !utimets(path, NiL))
200 errno = oerrno;
227 if (errno != ENOENT && av == (const Tv_t*)&now && mv == (const Tv_t*)&now && !utimes(path, NiL))
229 errno = oerrno;
239 if (errno !
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dposix_memalign.c31 #include <errno.h>
H A Dsigsetops.c46 #include <errno.h>
98 errno = EINVAL;
109 errno = EINVAL;
120 errno = EINVAL;
H A Dtsdalloc.c32 #include <errno.h>
75 errno = ENOTSUP;
80 errno = error;
94 errno = error;
/osnet-11/usr/src/lib/libc/port/sys/
H A D_autofssys.c33 #include <errno.h>
H A Dlabel.c36 #include <errno.h>
/osnet-11/usr/src/lib/libumem/common/
H A Dlinktest_stand.c71 int errno; variable
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dev_connects.c47 (errno != EAFNOSUPPORT && errno != EOPNOTSUPP) ? -1 : ( \
91 int save = errno;
94 errno = save;
123 int save = errno;
126 errno = save;
131 errno != EWOULDBLOCK &&
132 errno != EAGAIN &&
133 errno != EINPROGRESS) {
134 int save = errno;
[all...]
/osnet-11/usr/src/lib/libsocket/socket/
H A D_soutil.c38 #include <errno.h>
140 switch (errno) {
149 errno = EPFNOSUPPORT;
156 errno = EPFNOSUPPORT;
163 errno = ENOMEM;
185 errno = EPROTONOSUPPORT;
241 errno = EPROTONOSUPPORT;
/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_getinfo.c38 #include <errno.h>
73 sv_errno = errno;
75 errno = sv_errno;
86 } while (retval < 0 && errno == EINTR);
93 errno = EIO;
122 sv_errno = errno;
128 errno = sv_errno;
H A Dt_unbind.c35 #include <errno.h>
84 sv_errno = errno;
87 errno = sv_errno;
93 sv_errno = errno;
100 errno = sv_errno;
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Ddevice.c36 #include <errno.h>
103 * error return NULL with errno set to the error code returned by malloc().
111 errno = EINVAL;
118 int eo = errno;
120 errno = eo;
136 * Return 0 on success or -1 on error with errno set to the error code. The
144 errno = EINVAL;
148 errno = EBUSY;
187 * On error and nothing has been read, return -1 with errno set appropriately
199 errno
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_setup.c95 return (mdsyserror(ep, errno,
101 return (mdsyserror(ep, errno, "sigaction(&newhandler)"));
119 return (mdsyserror(ep, errno, "sigaction(&metahandlers)"));
161 if (errno == EROFS) {
165 if (errno != ENOENT) {
166 (void) mdsyserror(ep, errno, lockname);
171 (void) mdsyserror(ep, errno, lockname);
175 (void) mdsyserror(ep, errno, lockname);
207 (void) mdsyserror(ep, errno, lockname);
237 (void) mdsyserror(ep, errno, METALOC
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A D_sfopen.c97 while((fd = sysopenf((char*)file,oflags,SF_CREATMODE)) < 0 && errno == EINTR)
98 errno = 0;
100 while((fd = sysopenf(file,oflags&O_ACCMODE)) < 0 && errno == EINTR)
101 errno = 0;
110 errno == EINTR)
111 errno = 0;
116 { while((fd = syscreatf(file,SF_CREATMODE)) < 0 && errno == EINTR)
117 errno = 0;
122 errno == EINTR)
123 errno
[all...]
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Ddict.c31 #include <errno.h>
62 if (errno != ENOENT ||
70 if (errno == EEXIST)
73 int olderrno = errno;
75 "can't open lockfile: %s", strerror(errno));
76 errno = olderrno;
89 int errno_saved = errno;
92 errno = errno_saved;
191 if (errno == ENOENT) {
199 strerror(errno));
[all...]
/osnet-11/usr/src/lib/libsmedia/plugins/scsi/common/
H A Ds_generic.c72 errno = EINVAL;
81 errno = EINVAL;
105 errno = reterror->errnum;
129 errno = EINVAL;
134 errno = EINVAL;
140 if (!errno)
141 errno = ENOMEM;
147 if (!errno)
148 errno = ENOMEM;
156 if (!errno)
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Draid.c29 #include <errno.h>
50 grub_util_error (_("can't open %s: %s"), name, strerror (errno));
54 grub_util_error (_("ioctl RAID_VERSION error: %s"), strerror (errno));
69 grub_util_error (_("ioctl GET_ARRAY_INFO error: %s"), strerror (errno));
78 grub_util_error (_("ioctl GET_DISK_INFO error: %s"), strerror (errno));
/osnet-11/usr/src/lib/cfgadm_plugins/usb/
H A Dusb.xcl112 "errno: %d\n"
114 msgid "setup_for_devctl: nvlist_alloc failed, errno: %d\n"
116 msgid "setup_for_devctl_cmd: get_port_num, errno: %d\n"
119 "errno: %d\n"
123 msgid "devctl_ap_getstate failed, errno: %d\n"
146 msgid "devctl_ap_getstate failed. errno: %d\n"
148 msgid "devctl_ap_unconfigure failed, errno: %d\n"
150 msgid " devctl_ap_configure failed, errno = %d\n"
176 "failed with errno: %d\n"
183 "failed with errno
[all...]
/osnet-11/usr/src/lib/libxcurses/src/libc/i18n/
H A Dm_text.c47 #include <errno.h>
116 int errsave = errno;
129 errno = errsave;
145 errno = errsave;
151 errno = errsave;

Completed in 5649 milliseconds

1234567891011>>