Home
last modified time | relevance | path

Searched refs:ERANGE (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/freebsd-10-stable/contrib/libstdc++/config/locale/generic/
Dc_locale.cc66 errno = ERANGE; in _GLIBCXX_BEGIN_NAMESPACE()
69 errno = ERANGE; in _GLIBCXX_BEGIN_NAMESPACE()
72 errno = ERANGE; in _GLIBCXX_BEGIN_NAMESPACE()
75 errno = ERANGE; in _GLIBCXX_BEGIN_NAMESPACE()
78 if (__sanity != __s && errno != ERANGE) in _GLIBCXX_BEGIN_NAMESPACE()
97 if (__sanity != __s && errno != ERANGE) in __convert_to_v()
117 if (__sanity != __s && errno != ERANGE) in __convert_to_v()
124 && errno != ERANGE) in __convert_to_v()
/freebsd-10-stable/sys/dev/fdt/
Dfdt_common.c81 return (ERANGE); in fdt_get_range()
93 return (ERANGE); in fdt_get_range()
104 return (ERANGE); in fdt_get_range()
308 return (ERANGE); in fdt_data_verify()
356 return (ERANGE); in fdt_addrsize_cells()
367 return (ERANGE); in fdt_ranges_verify()
399 return (ERANGE); in fdt_ranges_verify()
409 return (ERANGE); in fdt_data_to_res()
416 return (ERANGE); in fdt_data_to_res()
582 rv = ERANGE; in fdt_get_reserved_regions()
[all …]
/freebsd-10-stable/crypto/openssh/openbsd-compat/
Dstrtonum.c46 { "too small", ERANGE }, in strtonum()
47 { "too large", ERANGE }, in strtonum()
58 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval) in strtonum()
60 else if ((ll == LLONG_MAX && errno == ERANGE) || ll > maxval) in strtonum()
Dfmt_scaled.c131 errno = ERANGE; in scan_scaled()
184 errno = ERANGE; in scan_scaled()
205 errno = ERANGE; in fmt_scaled()
/freebsd-10-stable/lib/libc/stdlib/
Dstrtonum.c44 { "too small", ERANGE }, in strtonum()
45 { "too large", ERANGE }, in strtonum()
56 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval) in strtonum()
58 else if ((ll == LLONG_MAX && errno == ERANGE) || ll > maxval) in strtonum()
/freebsd-10-stable/contrib/libarchive/cpio/test/
Dtest_basic.c152 strerror(ERANGE), in DEFINE_TEST()
167 strerror(ERANGE), in DEFINE_TEST()
183 strerror(ERANGE), in DEFINE_TEST()
199 strerror(ERANGE), in DEFINE_TEST()
214 strerror(ERANGE), in DEFINE_TEST()
/freebsd-10-stable/usr.sbin/pw/
Dstrtounum.c60 errno = ERANGE; in strtounum()
65 if (errno == ERANGE || ret > maxval) { in strtounum()
66 errno = ERANGE; in strtounum()
/freebsd-10-stable/lib/libc/gen/
Dttyname.c66 return (ERANGE); in ttyname_r()
75 return (ERANGE); in ttyname_r()
80 return (errno == EINVAL ? ERANGE : errno); in ttyname_r()
Dgetlogin.c92 return (ERANGE); in getlogin_r()
100 status = ERANGE; in getlogin_r()
/freebsd-10-stable/lib/libutil/
Dlogin_cap.c481 errno = ERANGE; in rmultiply()
507 errno = ERANGE; in rmultiply()
517 errno = ERANGE; in rmultiply()
554 errno = ERANGE; in login_getcaptime()
578 errno = ERANGE; in login_getcaptime()
648 errno = ERANGE; in login_getcapnum()
660 errno = ERANGE; in login_getcapnum()
690 errno = ERANGE; in login_getcapsize()
708 errno = ERANGE; in login_getcapsize()
Dexpand_number.c51 errno = ERANGE; in expand_number()
88 errno = ERANGE; in expand_number()
/freebsd-10-stable/contrib/groff/src/libs/libgroff/
Dstrtol.c93 errno = ERANGE;
114 errno = ERANGE;
122 errno = ERANGE;
/freebsd-10-stable/contrib/libarchive/libarchive/
Darchive_write_set_format_ar.c278 archive_set_error(&a->archive, ERANGE, in archive_write_ar_header()
302 archive_set_error(&a->archive, ERANGE, in archive_write_ar_header()
313 archive_set_error(&a->archive, ERANGE, in archive_write_ar_header()
318 archive_set_error(&a->archive, ERANGE, in archive_write_ar_header()
323 archive_set_error(&a->archive, ERANGE, in archive_write_ar_header()
328 archive_set_error(&a->archive, ERANGE, in archive_write_ar_header()
344 archive_set_error(&a->archive, ERANGE, in archive_write_ar_header()
Darchive_write_set_format_ustar.c553 archive_set_error(&a->archive, ERANGE, in __archive_write_format_header_ustar()
560 archive_set_error(&a->archive, ERANGE, in __archive_write_format_header_ustar()
567 archive_set_error(&a->archive, ERANGE, in __archive_write_format_header_ustar()
574 archive_set_error(&a->archive, ERANGE, in __archive_write_format_header_ustar()
581 archive_set_error(&a->archive, ERANGE, in __archive_write_format_header_ustar()
591 archive_set_error(&a->archive, ERANGE, in __archive_write_format_header_ustar()
599 archive_set_error(&a->archive, ERANGE, in __archive_write_format_header_ustar()
/freebsd-10-stable/contrib/libstdc++/config/locale/gnu/
Dc_locale.cc53 if (__sanity != __s && errno != ERANGE) in _GLIBCXX_BEGIN_NAMESPACE()
67 if (__sanity != __s && errno != ERANGE) in __convert_to_v()
87 if (__sanity != __s && errno != ERANGE) in __convert_to_v()
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/stdlib/
Dt_strtoi.c206 INTMAX_MIN, INTMAX_MAX, ERANGE }, in ATF_TC_BODY()
208 INTMAX_MIN, INTMAX_MAX, ERANGE }, in ATF_TC_BODY()
210 INTMAX_MIN, INTMAX_MAX, ERANGE }, in ATF_TC_BODY()
215 -1, 1, ERANGE }, in ATF_TC_BODY()
217 11, 20, ERANGE }, in ATF_TC_BODY()
/freebsd-10-stable/sys/arm/mv/
Dmv_machdep.c141 return (ERANGE); in platform_mpp_init()
147 return (ERANGE); in platform_mpp_init()
153 return (ERANGE); in platform_mpp_init()
155 return (ERANGE); in platform_mpp_init()
158 return (ERANGE); in platform_mpp_init()
/freebsd-10-stable/contrib/serf/buckets/
Ddechunk_buckets.c86 return APR_FROM_OS_ERROR(ERANGE); in serf_dechunk_read()
91 if (errno == ERANGE) { in serf_dechunk_read()
92 return APR_FROM_OS_ERROR(ERANGE); in serf_dechunk_read()
/freebsd-10-stable/usr.bin/rctl/
Drctl.c358 if (error && errno != ERANGE) { in show_limits()
363 } while (error && errno == ERANGE); in show_limits()
433 if (error && errno != ERANGE) { in show_usage()
438 } while (error && errno == ERANGE); in show_usage()
476 if (error && errno != ERANGE) { in show_rules()
481 } while (error && errno == ERANGE); in show_rules()
/freebsd-10-stable/usr.bin/printf/
Dprintf.c462 warnx("%s: %s", *gargv, strerror(ERANGE)); in getint()
500 if (errno == ERANGE) { in getnum()
501 warnx("%s: %s", *gargv, strerror(ERANGE)); in getnum()
535 if (errno == ERANGE) { in getfloating()
536 warnx("%s: %s", *gargv, strerror(ERANGE)); in getfloating()
/freebsd-10-stable/contrib/sendmail/libsm/
Dstrto.c136 errno = ERANGE;
151 errno = ERANGE;
240 errno = ERANGE;
/freebsd-10-stable/crypto/heimdal/lib/roken/
Dstrerror_r.c71 return ERANGE; in rk_strerror_r()
77 return ERANGE; in rk_strerror_r()
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/data/
Dbracket.in14 a[3-1]c &C ERANGE
15 a[1-3-5]c &C ERANGE
17 a[1- &C ERANGE
/freebsd-10-stable/lib/libc/rpc/
Dgetrpcent.c180 *errnop = ERANGE; in rpcent_unpack()
273 *errnop = ERANGE; in files_rpcent()
282 *errnop = ERANGE; in files_rpcent()
513 *errnop = ERANGE; in nis_rpcent()
523 *errnop = ERANGE; in nis_rpcent()
769 *ret_errno = ERANGE; in rpc_unmarshal_func()
954 if (res == NULL && rv == ERANGE) { in getrpc()
958 errno = ERANGE; in getrpc()
966 } while (res == NULL && rv == ERANGE); in getrpc()
/freebsd-10-stable/contrib/binutils/libiberty/
Dgetpwd.c91 #ifdef ERANGE in getpwd()
92 if (e != ERANGE) in getpwd()

12345678910>>...12