/titanic_51/usr/src/lib/libm/common/C/ |
H A D | _SVID_error.c | 196 errno = ERANGE; in _SVID_libm_err() 198 errno = ERANGE; in _SVID_libm_err() 210 errno = ERANGE; in _SVID_libm_err() 212 errno = ERANGE; in _SVID_libm_err() 224 errno = ERANGE; in _SVID_libm_err() 226 errno = ERANGE; in _SVID_libm_err() 235 errno = ERANGE; in _SVID_libm_err() 237 errno = ERANGE; in _SVID_libm_err() 357 errno = ERANGE; in _SVID_libm_err() 359 errno = ERANGE; in _SVID_libm_err() [all...] |
/titanic_51/usr/src/cmd/mandoc/ |
H A D | compat_strtonum.c | 50 { "too small", ERANGE }, in strtonum() 51 { "too large", ERANGE }, in strtonum() 62 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval) in strtonum() 64 else if ((ll == LLONG_MAX && errno == ERANGE) || ll > maxval) in strtonum()
|
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | strtonum.c | 43 { "too small", ERANGE }, in strtonum() 44 { "too large", ERANGE }, in strtonum() 55 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval) in strtonum() 57 else if ((ll == LLONG_MAX && errno == ERANGE) || ll > maxval) in strtonum()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/preroot/ |
H A D | getpreroot.c | 39 #ifndef ERANGE 40 #define ERANGE E2BIG macro 98 if ((d - dots) > (PATH_MAX - 4)) ERROR(ERANGE); in getpreroot() 143 if ((d - dots) > (PATH_MAX - 1 - namlen)) ERROR(ERANGE); in getpreroot() 149 if ((p -= namlen) <= (path + 1)) ERROR(ERANGE); in getpreroot()
|
/titanic_51/usr/src/lib/libast/common/preroot/ |
H A D | getpreroot.c | 39 #ifndef ERANGE 40 #define ERANGE E2BIG macro 98 if ((d - dots) > (PATH_MAX - 4)) ERROR(ERANGE); in getpreroot() 143 if ((d - dots) > (PATH_MAX - 1 - namlen)) ERROR(ERANGE); in getpreroot() 149 if ((p -= namlen) <= (path + 1)) ERROR(ERANGE); in getpreroot()
|
/titanic_51/usr/src/lib/libast/common/sfio/ |
H A D | sfstrtof.h | 156 #if !defined(ERANGE) 157 #define ERANGE EINVAL macro 313 ERR(ERANGE); 320 ERR(ERANGE); 497 ERR(ERANGE); 505 ERR(ERANGE); 523 ERR(ERANGE); 537 ERR(ERANGE); 542 ERR(ERANGE);
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sfstrtof.h | 156 #if !defined(ERANGE) 157 #define ERANGE EINVAL macro 315 ERR(ERANGE); 322 ERR(ERANGE); 514 ERR(ERANGE); 522 ERR(ERANGE); 540 ERR(ERANGE); 554 ERR(ERANGE); 559 ERR(ERANGE);
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | getcwd.c | 67 if (errno != ERANGE) 84 #ifndef ERANGE 85 #define ERANGE E2BIG 194 if (len < namlen) ERROR(ERANGE); 233 if (!(dirstk = pushdir(dirstk, dots, p, buf + len - 1))) ERROR(ERANGE); 292 if (namlen >= PATH_MAX || !(dirstk = pushdir(dirstk, dots + 3, p, buf + len - 1))) ERROR(ERANGE); 303 if (extra < 0 || !(buf = newof(buf, char, len += PATH_MAX, extra))) ERROR(ERANGE);
|
/titanic_51/usr/src/lib/libast/common/misc/ |
H A D | getcwd.c | 42 #ifndef ERANGE 43 #define ERANGE E2BIG 152 if (len < namlen) ERROR(ERANGE); 191 if (!(dirstk = pushdir(dirstk, dots, p, buf + len - 1))) ERROR(ERANGE); 250 … if (namlen >= PATH_MAX || !(dirstk = pushdir(dirstk, dots + 3, p, buf + len - 1))) ERROR(ERANGE); 261 if (extra < 0 || !(buf = newof(buf, char, len += PATH_MAX, extra))) ERROR(ERANGE);
|
/titanic_51/usr/src/cmd/fm/fminject/common/ |
H A D | inj_string.c | 111 if (errno == ERANGE || (width != 0 && (val < desc->td_min || in inj_strtoll() 113 return (inj_set_errno(ERANGE)); in inj_strtoll() 140 if (errno == ERANGE || (width != 0 && val > desc->td_max)) in inj_strtoull() 141 return (inj_set_errno(ERANGE)); in inj_strtoull()
|
/titanic_51/usr/src/lib/libbc/libc/gen/common/ |
H A D | strtod.c | 53 errno = ERANGE; 56 errno = ERANGE;
|
H A D | ldexp.c | 42 * the external int "errno" is set to ERANGE. Note that errno is 45 * other than ERANGE first (zero is a reasonable value to use). 71 errno = ERANGE; 82 errno = ERANGE;
|
/titanic_51/usr/src/lib/libc/port/gen/ |
H A D | strtod.c | 71 errno = ERANGE; in strtod() 102 errno = ERANGE; in strtof() 137 errno = ERANGE; in strtold()
|
H A D | getgrnam.c | 91 if (ret == NULL && errno == ERANGE) { in getgrgid() 110 if (ret == NULL && errno == ERANGE && nam != NULL) { in getgrnam()
|
/titanic_51/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | pac.c | 433 krb5_set_error_message(context, ERANGE, in krb5_pac_parse() 436 return ERANGE; in krb5_pac_parse() 455 krb5_set_error_message(context, ERANGE, in krb5_pac_parse() 458 return ERANGE; in krb5_pac_parse() 496 krb5_set_error_message(context, ERANGE, in krb5_pac_parse() 498 return ERANGE; in krb5_pac_parse() 526 return ERANGE; in k5_time_to_seconds_since_1970() 568 krb5_set_error_message(context, ERANGE, in k5_pac_validate_client() 571 return ERANGE; in k5_pac_validate_client() 587 krb5_set_error_message(context, ERANGE, in k5_pac_validate_client() [all...] |
/titanic_51/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.l | 173 if (errno == EINVAL || errno == ERANGE) { 183 if (errno == EINVAL || errno == ERANGE) { 214 if (errno == EINVAL || errno == ERANGE) {
|
/titanic_51/usr/src/cmd/sendmail/libsm/ |
H A D | strto.c | 138 errno = ERANGE; 153 errno = ERANGE; 242 errno = ERANGE;
|
/titanic_51/usr/src/lib/libast/common/string/ |
H A D | strtoi.h | 92 #ifndef ERANGE 93 #define ERANGE EINVAL macro 369 errno = ERANGE; 606 errno = ERANGE; 610 errno = ERANGE;
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | strtoi.h | 45 * errno=ERANGE on overflow (LONG_MAX) or underflow (LONG_MIN) 95 #ifndef ERANGE 96 #define ERANGE EINVAL macro 372 errno = ERANGE; 632 errno = ERANGE; 636 errno = ERANGE;
|
/titanic_51/usr/src/common/util/ |
H A D | strtoul.c | 131 return (ERANGE); in ddi_strtoul() 133 errno = ERANGE; in ddi_strtoul()
|
H A D | strtoull.c | 131 return (ERANGE); in ddi_strtoull() 133 errno = ERANGE; in ddi_strtoull()
|
H A D | strtol.c | 143 return (ERANGE); in ddi_strtol() 145 errno = ERANGE; in ddi_strtol()
|
H A D | strtoll.c | 138 return (ERANGE); in ddi_strtoll() 140 errno = ERANGE; in ddi_strtoll()
|
/titanic_51/usr/src/cmd/printf/ |
H A D | printf.c | 547 warnx3("%s: %s", *gargv, strerror(ERANGE)); in getint() 584 if (errno == ERANGE) { in getnum() 585 warnx3("%s: %s", *gargv, strerror(ERANGE)); in getnum() 619 if (errno == ERANGE) { in getfloating() 620 warnx3("%s: %s", *gargv, strerror(ERANGE)); in getfloating()
|
/titanic_51/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_adminq.h | 143 -ERANGE, /* I40E_AQ_RC_ERANGE */ in i40e_aq_rc_to_posix() 155 return -ERANGE; in i40e_aq_rc_to_posix()
|