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

123456789

/freebsd-10.0-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-10.0-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-10.0-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-10.0-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-10.0-release/crypto/heimdal/lib/roken/
H A Dstrerror_r.c71 return ERANGE;
77 return ERANGE;
/freebsd-10.0-release/lib/libutil/
H A Dexpand_number.c51 errno = ERANGE;
88 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-10.0-release/contrib/llvm/include/llvm/Support/
H A DFEnv.h44 if (errno_val == ERANGE || errno_val == EDOM)
/freebsd-10.0-release/include/
H A Dnss.h50 ((rv == NSS_STATUS_TRYAGAIN && err == ERANGE) ? NS_RETURN : \
/freebsd-10.0-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-10.0-release/contrib/binutils/libiberty/
H A Dgetcwd.c49 errno = ERANGE;
H A Dgetpwd.c91 #ifdef ERANGE
92 if (e != ERANGE)
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dgetcwd.c49 errno = ERANGE;
H A Dgetpwd.c91 #ifdef ERANGE
92 if (e != ERANGE)
/freebsd-10.0-release/contrib/serf/buckets/
H A Ddechunk_buckets.c86 return APR_FROM_OS_ERROR(ERANGE);
91 if (errno == ERANGE) {
92 return APR_FROM_OS_ERROR(ERANGE);
/freebsd-10.0-release/sys/dev/fdt/
H A Dfdt_common.c82 return (ERANGE);
94 return (ERANGE);
105 return (ERANGE);
288 return (ERANGE);
336 return (ERANGE);
347 return (ERANGE);
379 return (ERANGE);
389 return (ERANGE);
396 return (ERANGE);
535 return (ERANGE);
[all...]
/freebsd-10.0-release/lib/libc/iconv/
H A D_strtol.h136 errno = ERANGE;
151 errno = ERANGE;
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_ar.c273 archive_set_error(&a->archive, ERANGE,
297 archive_set_error(&a->archive, ERANGE,
308 archive_set_error(&a->archive, ERANGE,
313 archive_set_error(&a->archive, ERANGE,
318 archive_set_error(&a->archive, ERANGE,
323 archive_set_error(&a->archive, ERANGE,
339 archive_set_error(&a->archive, ERANGE,
/freebsd-10.0-release/contrib/sendmail/libsm/
H A Dstrto.c136 errno = ERANGE;
151 errno = ERANGE;
240 errno = ERANGE;
/freebsd-10.0-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_sunddi.c47 return (ERANGE);
64 return (ERANGE);
76 return (ERANGE);
/freebsd-10.0-release/contrib/lukemftpd/libnetbsd/
H A Dstrsuftoll.c158 if (errno == ERANGE)
221 "%s: %s", desc, strerror(ERANGE));

Completed in 117 milliseconds

123456789