ERANGE            552 lib/nss_wrapper/nss_wrapper.c 		return ERANGE;
ERANGE            748 lib/nss_wrapper/nss_wrapper.c 		return ERANGE;
ERANGE            929 lib/popt/popt.c 			if (errno == ERANGE)
ERANGE            580 lib/replace/test/testsuite.c 	TEST_STRTOLL("9223372036854775808",	0,	9223372036854775807LL,	19, ERANGE);
ERANGE            581 lib/replace/test/testsuite.c 	TEST_STRTOLL("9223372036854775808",	10,	9223372036854775807LL,	19, ERANGE);
ERANGE            585 lib/replace/test/testsuite.c 	TEST_STRTOLL("0x8000000000000000",	0,	9223372036854775807LL,	18, ERANGE);
ERANGE            586 lib/replace/test/testsuite.c 	TEST_STRTOLL("0x8000000000000000",	16,	9223372036854775807LL,	18, ERANGE);
ERANGE            587 lib/replace/test/testsuite.c 	TEST_STRTOLL("80000000000000000",	16,	9223372036854775807LL,	17, ERANGE);
ERANGE            591 lib/replace/test/testsuite.c 	TEST_STRTOLL("01000000000000000000000",	0,	9223372036854775807LL,	23, ERANGE);
ERANGE            592 lib/replace/test/testsuite.c 	TEST_STRTOLL("01000000000000000000000",	8,	9223372036854775807LL,	23, ERANGE);
ERANGE            593 lib/replace/test/testsuite.c 	TEST_STRTOLL("1000000000000000000000",	8,	9223372036854775807LL,	22, ERANGE);
ERANGE            597 lib/replace/test/testsuite.c 	TEST_STRTOLL("-9223372036854775809",	0,	-9223372036854775807LL -1,	20, ERANGE);
ERANGE            598 lib/replace/test/testsuite.c 	TEST_STRTOLL("-9223372036854775809",	10,	-9223372036854775807LL -1,	20, ERANGE);
ERANGE            602 lib/replace/test/testsuite.c 	TEST_STRTOLL("-0x8000000000000001",	0,	-9223372036854775807LL -1,	19, ERANGE);
ERANGE            603 lib/replace/test/testsuite.c 	TEST_STRTOLL("-0x8000000000000001",	16,	-9223372036854775807LL -1,	19, ERANGE);
ERANGE            604 lib/replace/test/testsuite.c 	TEST_STRTOLL("-80000000000000001",	16,	-9223372036854775807LL -1,	18, ERANGE);
ERANGE            608 lib/replace/test/testsuite.c 	TEST_STRTOLL("-01000000000000000000001",0,	-9223372036854775807LL -1,	24, ERANGE);
ERANGE            609 lib/replace/test/testsuite.c 	TEST_STRTOLL("-01000000000000000000001",8,	-9223372036854775807LL -1,	24, ERANGE);
ERANGE            610 lib/replace/test/testsuite.c 	TEST_STRTOLL("-1000000000000000000001",	8,	-9223372036854775807LL -1,	23, ERANGE);
ERANGE            713 lib/replace/test/testsuite.c 	TEST_STRTOULL("18446744073709551616",	0,	18446744073709551615LLU,	20, ERANGE);
ERANGE            714 lib/replace/test/testsuite.c 	TEST_STRTOULL("18446744073709551616",	10,	18446744073709551615LLU,	20, ERANGE);
ERANGE            718 lib/replace/test/testsuite.c 	TEST_STRTOULL("0x10000000000000000",	0,	18446744073709551615LLU,	19, ERANGE);
ERANGE            719 lib/replace/test/testsuite.c 	TEST_STRTOULL("0x10000000000000000",	16,	18446744073709551615LLU,	19, ERANGE);
ERANGE            720 lib/replace/test/testsuite.c 	TEST_STRTOULL("10000000000000000",	16,	18446744073709551615LLU,	17, ERANGE);
ERANGE            724 lib/replace/test/testsuite.c 	TEST_STRTOULL("02000000000000000000000",0,	18446744073709551615LLU,	23, ERANGE);
ERANGE            725 lib/replace/test/testsuite.c 	TEST_STRTOULL("02000000000000000000000",8,	18446744073709551615LLU,	23, ERANGE);
ERANGE            726 lib/replace/test/testsuite.c 	TEST_STRTOULL("2000000000000000000000",	8,	18446744073709551615LLU,	22, ERANGE);
ERANGE            730 lib/replace/test/testsuite.c 	TEST_STRTOULL("-18446744073709551616",	0,	18446744073709551615LLU,	21, ERANGE);
ERANGE            731 lib/replace/test/testsuite.c 	TEST_STRTOULL("-18446744073709551616",	10,	18446744073709551615LLU,	21, ERANGE);
ERANGE            735 lib/replace/test/testsuite.c 	TEST_STRTOULL("-0x10000000000000000",	0,	18446744073709551615LLU,	20, ERANGE);
ERANGE            736 lib/replace/test/testsuite.c 	TEST_STRTOULL("-0x10000000000000000",	16,	18446744073709551615LLU,	20, ERANGE);
ERANGE            737 lib/replace/test/testsuite.c 	TEST_STRTOULL("-10000000000000000",	16,	18446744073709551615LLU,	18, ERANGE);
ERANGE            741 lib/replace/test/testsuite.c 	TEST_STRTOULL("-02000000000000000000000",0,	18446744073709551615LLU,	24, ERANGE);
ERANGE            742 lib/replace/test/testsuite.c 	TEST_STRTOULL("-02000000000000000000000",8,	18446744073709551615LLU,	24, ERANGE);
ERANGE            743 lib/replace/test/testsuite.c 	TEST_STRTOULL("-2000000000000000000000",8,	18446744073709551615LLU,	23, ERANGE);
ERANGE            491 nsswitch/winbind_nss_linux.c 			*errnop = errno = ERANGE;
ERANGE            555 nsswitch/winbind_nss_linux.c 				*errnop = errno = ERANGE;
ERANGE            567 nsswitch/winbind_nss_linux.c 			*errnop = errno = ERANGE;
ERANGE            631 nsswitch/winbind_nss_linux.c 				*errnop = errno = ERANGE;
ERANGE            644 nsswitch/winbind_nss_linux.c 			*errnop = errno = ERANGE;
ERANGE            818 nsswitch/winbind_nss_linux.c 			*errnop = errno = ERANGE;
ERANGE            905 nsswitch/winbind_nss_linux.c 				*errnop = errno = ERANGE;
ERANGE            920 nsswitch/winbind_nss_linux.c 			*errnop = errno = ERANGE;
ERANGE            984 nsswitch/winbind_nss_linux.c 				*errnop = errno = ERANGE;
ERANGE            999 nsswitch/winbind_nss_linux.c 			*errnop = errno = ERANGE;
ERANGE           1162 nsswitch/winbind_nss_linux.c 		errno = *errnop = ERANGE;
ERANGE           1214 nsswitch/winbind_nss_linux.c 		*errnop = errno = ERANGE;
ERANGE           1283 nsswitch/winbind_nss_linux.c 		*errnop = errno = ERANGE;
ERANGE           1413 nsswitch/winbind_nss_linux.c 		*errnop = errno = ERANGE;
ERANGE           1461 nsswitch/winbind_nss_linux.c 		*errnop = errno = ERANGE;
ERANGE             79 nsswitch/winbind_nss_solaris.c       *errnop = ERANGE;							\
ERANGE            211 source3/lib/errmap_unix.c 	{NT_STATUS_FLOAT_OVERFLOW, ERANGE},
ERANGE            212 source3/lib/errmap_unix.c 	{NT_STATUS_FLOAT_UNDERFLOW, ERANGE},
ERANGE            213 source3/lib/errmap_unix.c 	{NT_STATUS_INTEGER_OVERFLOW, ERANGE},
ERANGE            217 source3/lib/errmap_unix.c 	{NT_STATUS_FLOAT_INEXACT_RESULT, ERANGE},
ERANGE           1254 source3/lib/system.c 			errno = ERANGE;
ERANGE           1305 source3/lib/system.c 			errno = ERANGE;
ERANGE           1358 source3/lib/system.c 			errno = ERANGE;
ERANGE           1463 source3/lib/system.c 			errno = ERANGE;
ERANGE           1512 source3/lib/system.c 		    errno = ERANGE;
ERANGE           1538 source3/lib/system.c 			errno = ERANGE;
ERANGE           1972 source3/lib/system.c 		errno = ERANGE;
ERANGE           2005 source3/lib/system.c 				errno = ERANGE;
ERANGE            956 source3/libsmb/libsmb_xattr.c                                 errno = ERANGE;
ERANGE           1004 source3/libsmb/libsmb_xattr.c                                 errno = ERANGE;
ERANGE           1050 source3/libsmb/libsmb_xattr.c                                 errno = ERANGE;
ERANGE           1141 source3/libsmb/libsmb_xattr.c                                         errno = ERANGE;
ERANGE           1216 source3/libsmb/libsmb_xattr.c                                 errno = ERANGE;
ERANGE           1261 source3/libsmb/libsmb_xattr.c                                 errno = ERANGE;
ERANGE           1304 source3/libsmb/libsmb_xattr.c                                 errno = ERANGE;
ERANGE           1346 source3/libsmb/libsmb_xattr.c                                 errno = ERANGE;
ERANGE           1388 source3/libsmb/libsmb_xattr.c                                 errno = ERANGE;
ERANGE           1430 source3/libsmb/libsmb_xattr.c                                 errno = ERANGE;
ERANGE           1475 source3/libsmb/libsmb_xattr.c                                 errno = ERANGE;
ERANGE           2322 source3/libsmb/libsmb_xattr.c                 errno = ERANGE;
ERANGE            114 source3/modules/vfs_acl_xattr.c 		if ((errno == ERANGE) && (size != 65536)) {
ERANGE            195 source3/modules/vfs_xattr_tdb.c 		errno = ERANGE;
ERANGE            434 source3/modules/vfs_xattr_tdb.c 		errno = ERANGE;
ERANGE            607 source3/smbd/posix_acls.c 			if (errno != ERANGE) {
ERANGE            674 source3/smbd/posix_acls.c 			if (errno != ERANGE) {
ERANGE            116 source3/smbd/trans2.c 	if (sizeret == -1 && errno == ERANGE && attr_size != 65536) {
ERANGE            190 source3/smbd/trans2.c 		if ((sizeret == -1) && (errno == ERANGE)) {
ERANGE            766 source3/winbindd/idmap_adex/provider_unified.c 		if (errno == ERANGE) {
ERANGE            230 source4/heimdal/kdc/kaserver.c 	return ERANGE;
ERANGE            477 source4/heimdal/kdc/kerberos5.c 	return ERANGE;
ERANGE            638 source4/heimdal/kdc/kerberos5.c 	return ERANGE;
ERANGE            592 source4/heimdal/kdc/krb5tgs.c 	    ret = ERANGE;
ERANGE            197 source4/heimdal/lib/asn1/der_get.c 	return ERANGE;
ERANGE            221 source4/heimdal/lib/asn1/der_get.c 	return ERANGE;
ERANGE            389 source4/heimdal/lib/asn1/der_get.c 	return ERANGE;
ERANGE            536 source4/heimdal/lib/gssapi/krb5/cfx.c 	*minor_status = ERANGE;
ERANGE            637 source4/heimdal/lib/gssapi/krb5/cfx.c 	    *minor_status = ERANGE;
ERANGE            838 source4/heimdal/lib/gssapi/krb5/cfx.c 	*minor_status = ERANGE;
ERANGE            609 source4/heimdal/lib/krb5/changepw.c 		    ret = ERANGE;
ERANGE            378 source4/heimdal/lib/krb5/principal.c 	krb5_set_error_message(context, ERANGE,
ERANGE            381 source4/heimdal/lib/krb5/principal.c 	return ERANGE;
ERANGE            389 source4/heimdal/lib/krb5/principal.c 	    krb5_set_error_message(context, ERANGE,
ERANGE            391 source4/heimdal/lib/krb5/principal.c 	    return ERANGE;
ERANGE            409 source4/heimdal/lib/krb5/principal.c 	    krb5_set_error_message(context, ERANGE,
ERANGE            412 source4/heimdal/lib/krb5/principal.c 	    return ERANGE;
ERANGE            379 source4/heimdal/lib/krb5/transited.c 	return ERANGE;
ERANGE            138 source4/heimdal/lib/ntlm/ntlm.c 	return ERANGE;
ERANGE           2729 source4/lib/wmi/wmi_wrap.c    if ((errno == EDOM) || (errno == ERANGE)) {
ERANGE             50 source4/ntvfs/posix/xattr_system.c 	if (ret == -1 && errno == ERANGE) {