Searched refs:ERANGE (Results 1 - 25 of 220) sorted by relevance

123456789

/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dstrtonum.c46 { "too small", ERANGE },
47 { "too large", ERANGE },
58 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval)
60 else if ((ll == LLONG_MAX && errno == ERANGE) || ll > maxval)
H A Dstrtoll.c126 errno = ERANGE;
136 errno = ERANGE;
H A Dfmt_scaled.c131 errno = ERANGE;
184 errno = ERANGE;
205 errno = ERANGE;
/freebsd-9.3-release/lib/libc/stdlib/
H A Dstrtonum.c44 { "too small", ERANGE },
45 { "too large", ERANGE },
56 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval)
58 else if ((ll == LLONG_MAX && errno == ERANGE) || ll > maxval)
/freebsd-9.3-release/contrib/libstdc++/config/locale/generic/
H A Dc_locale.cc66 errno = ERANGE;
69 errno = ERANGE;
72 errno = ERANGE;
75 errno = ERANGE;
78 if (__sanity != __s && errno != ERANGE)
97 if (__sanity != __s && errno != ERANGE)
117 if (__sanity != __s && errno != ERANGE)
124 && errno != ERANGE)
/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dmatherr.c42 errno = ERANGE;
H A Dgetcwd.c48 errno = ERANGE;
H A Dstrtol.c93 errno = ERANGE;
114 errno = ERANGE;
122 errno = ERANGE;
/freebsd-9.3-release/crypto/heimdal/lib/auth/sia/
H A Dposix_getpw.c54 ret = ERANGE;
72 ret = ERANGE;
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DFEnv.h44 if (errno_val == ERANGE || errno_val == EDOM)
/freebsd-9.3-release/include/
H A Dnss.h50 ((rv == NSS_STATUS_TRYAGAIN && err == ERANGE) ? NS_RETURN : \
/freebsd-9.3-release/contrib/libstdc++/config/locale/gnu/
H A Dc_locale.cc53 if (__sanity != __s && errno != ERANGE)
67 if (__sanity != __s && errno != ERANGE)
87 if (__sanity != __s && errno != ERANGE)
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dgetcwd.c49 errno = ERANGE;
H A Dgetpwd.c91 #ifdef ERANGE
92 if (e != ERANGE)
/freebsd-9.3-release/contrib/cvs/lib/
H A Dxgetwd.c52 while ((ret = getcwd (cwd, path_max)) == NULL && errno == ERANGE)
H A Dstrtoul.c35 errno = ERANGE;
92 errno = ERANGE;
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dgetcwd.c49 errno = ERANGE;
H A Dgetpwd.c91 #ifdef ERANGE
92 if (e != ERANGE)
/freebsd-9.3-release/lib/libutil/
H A Dexpand_number.c95 errno = ERANGE;
H A Dlogin_cap.c481 errno = ERANGE;
507 errno = ERANGE;
517 errno = ERANGE;
554 errno = ERANGE;
578 errno = ERANGE;
648 errno = ERANGE;
660 errno = ERANGE;
690 errno = ERANGE;
708 errno = ERANGE;
/freebsd-9.3-release/sys/dev/fdt/
H A Dfdt_common.c97 return (ERANGE);
112 return (ERANGE);
268 return (ERANGE);
316 return (ERANGE);
327 return (ERANGE);
359 return (ERANGE);
369 return (ERANGE);
376 return (ERANGE);
510 return (ERANGE);
525 rv = ERANGE;
[all...]
/freebsd-9.3-release/lib/libc/iconv/
H A D_strtol.h136 errno = ERANGE;
151 errno = ERANGE;
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_ar.c262 archive_set_error(&a->archive, ERANGE,
286 archive_set_error(&a->archive, ERANGE,
297 archive_set_error(&a->archive, ERANGE,
302 archive_set_error(&a->archive, ERANGE,
307 archive_set_error(&a->archive, ERANGE,
312 archive_set_error(&a->archive, ERANGE,
328 archive_set_error(&a->archive, ERANGE,
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dstrto.c136 errno = ERANGE;
151 errno = ERANGE;
240 errno = ERANGE;
/freebsd-9.3-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_sunddi.c47 return (ERANGE);
64 return (ERANGE);
76 return (ERANGE);

Completed in 210 milliseconds

123456789