TEST_STRTOLL      523 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("15",	10,	15LL,	2, 0);
TEST_STRTOLL      524 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("  15",	10,	15LL,	4, 0);
TEST_STRTOLL      525 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("15",	0,	15LL,	2, 0);
TEST_STRTOLL      526 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL(" 15 ",	0,	15LL,	3, 0);
TEST_STRTOLL      527 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("+15",	10,	15LL,	3, 0);
TEST_STRTOLL      528 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("  +15",	10,	15LL,	5, 0);
TEST_STRTOLL      529 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("+15",	0,	15LL,	3, 0);
TEST_STRTOLL      530 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL(" +15 ",	0,	15LL,	4, 0);
TEST_STRTOLL      531 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-15",	10,	-15LL,	3, 0);
TEST_STRTOLL      532 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("  -15",	10,	-15LL,	5, 0);
TEST_STRTOLL      533 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-15",	0,	-15LL,	3, 0);
TEST_STRTOLL      534 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL(" -15 ",	0,	-15LL,	4, 0);
TEST_STRTOLL      535 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("015",	10,	15LL,	3, 0);
TEST_STRTOLL      536 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("  015",	10,	15LL,	5, 0);
TEST_STRTOLL      537 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("015",	0,	13LL,	3, 0);
TEST_STRTOLL      538 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("  015",	0,	13LL,	5, 0);
TEST_STRTOLL      539 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("0x15",	10,	0LL,	1, 0);
TEST_STRTOLL      540 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("  0x15",	10,	0LL,	3, 0);
TEST_STRTOLL      541 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("0x15",	0,	21LL,	4, 0);
TEST_STRTOLL      542 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("  0x15",	0,	21LL,	6, 0);
TEST_STRTOLL      544 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("10",	16,	16LL,	2, 0);
TEST_STRTOLL      545 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("  10 ",	16,	16LL,	4, 0);
TEST_STRTOLL      546 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("0x10",	16,	16LL,	4, 0);
TEST_STRTOLL      547 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("0x10",	0,	16LL,	4, 0);
TEST_STRTOLL      548 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL(" 0x10 ",	0,	16LL,	5, 0);
TEST_STRTOLL      549 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("+10",	16,	16LL,	3, 0);
TEST_STRTOLL      550 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("  +10 ",	16,	16LL,	5, 0);
TEST_STRTOLL      551 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("+0x10",	16,	16LL,	5, 0);
TEST_STRTOLL      552 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("+0x10",	0,	16LL,	5, 0);
TEST_STRTOLL      553 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL(" +0x10 ",	0,	16LL,	6, 0);
TEST_STRTOLL      554 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-10",	16,	-16LL,	3, 0);
TEST_STRTOLL      555 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("  -10 ",	16,	-16LL,	5, 0);
TEST_STRTOLL      556 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-0x10",	16,	-16LL,	5, 0);
TEST_STRTOLL      557 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-0x10",	0,	-16LL,	5, 0);
TEST_STRTOLL      558 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL(" -0x10 ",	0,	-16LL,	6, 0);
TEST_STRTOLL      559 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("010",	16,	16LL,	3, 0);
TEST_STRTOLL      560 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("  010 ",	16,	16LL,	5, 0);
TEST_STRTOLL      561 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-010",	16,	-16LL,	4, 0);
TEST_STRTOLL      563 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("11",	8,	9LL,	2, 0);
TEST_STRTOLL      564 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("011",	8,	9LL,	3, 0);
TEST_STRTOLL      565 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("011",	0,	9LL,	3, 0);
TEST_STRTOLL      566 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-11",	8,	-9LL,	3, 0);
TEST_STRTOLL      567 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-011",	8,	-9LL,	4, 0);
TEST_STRTOLL      568 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-011",	0,	-9LL,	4, 0);
TEST_STRTOLL      570 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("011",	8,	9LL,	3, 0);
TEST_STRTOLL      571 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("011",	0,	9LL,	3, 0);
TEST_STRTOLL      572 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-11",	8,	-9LL,	3, 0);
TEST_STRTOLL      573 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-011",	8,	-9LL,	4, 0);
TEST_STRTOLL      574 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-011",	0,	-9LL,	4, 0);
TEST_STRTOLL      576 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("Text",	0,	0LL,	0, 0);
TEST_STRTOLL      578 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("9223372036854775807",	10,	9223372036854775807LL,	19, 0);
TEST_STRTOLL      579 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("9223372036854775807",	0,	9223372036854775807LL,	19, 0);
TEST_STRTOLL      580 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("9223372036854775808",	0,	9223372036854775807LL,	19, ERANGE);
TEST_STRTOLL      581 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("9223372036854775808",	10,	9223372036854775807LL,	19, ERANGE);
TEST_STRTOLL      582 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("0x7FFFFFFFFFFFFFFF",	0,	9223372036854775807LL,	18, 0);
TEST_STRTOLL      583 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("0x7FFFFFFFFFFFFFFF",	16,	9223372036854775807LL,	18, 0);
TEST_STRTOLL      584 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("7FFFFFFFFFFFFFFF",	16,	9223372036854775807LL,	16, 0);
TEST_STRTOLL      585 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("0x8000000000000000",	0,	9223372036854775807LL,	18, ERANGE);
TEST_STRTOLL      586 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("0x8000000000000000",	16,	9223372036854775807LL,	18, ERANGE);
TEST_STRTOLL      587 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("80000000000000000",	16,	9223372036854775807LL,	17, ERANGE);
TEST_STRTOLL      588 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("0777777777777777777777",	0,	9223372036854775807LL,	22, 0);
TEST_STRTOLL      589 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("0777777777777777777777",	8,	9223372036854775807LL,	22, 0);
TEST_STRTOLL      590 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("777777777777777777777",	8,	9223372036854775807LL,	21, 0);
TEST_STRTOLL      591 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("01000000000000000000000",	0,	9223372036854775807LL,	23, ERANGE);
TEST_STRTOLL      592 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("01000000000000000000000",	8,	9223372036854775807LL,	23, ERANGE);
TEST_STRTOLL      593 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("1000000000000000000000",	8,	9223372036854775807LL,	22, ERANGE);
TEST_STRTOLL      595 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-9223372036854775808",	10,	-9223372036854775807LL -1,	20, 0);
TEST_STRTOLL      596 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-9223372036854775808",	0,	-9223372036854775807LL -1,	20, 0);
TEST_STRTOLL      597 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-9223372036854775809",	0,	-9223372036854775807LL -1,	20, ERANGE);
TEST_STRTOLL      598 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-9223372036854775809",	10,	-9223372036854775807LL -1,	20, ERANGE);
TEST_STRTOLL      599 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-0x8000000000000000",	0,	-9223372036854775807LL -1,	19, 0);
TEST_STRTOLL      600 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-0x8000000000000000",	16,	-9223372036854775807LL -1,	19, 0);
TEST_STRTOLL      601 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-8000000000000000",	16,	-9223372036854775807LL -1,	17, 0);
TEST_STRTOLL      602 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-0x8000000000000001",	0,	-9223372036854775807LL -1,	19, ERANGE);
TEST_STRTOLL      603 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-0x8000000000000001",	16,	-9223372036854775807LL -1,	19, ERANGE);
TEST_STRTOLL      604 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-80000000000000001",	16,	-9223372036854775807LL -1,	18, ERANGE);
TEST_STRTOLL      605 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-01000000000000000000000",0,	-9223372036854775807LL -1,	24, 0);
TEST_STRTOLL      606 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-01000000000000000000000",8,	-9223372036854775807LL -1,	24, 0);
TEST_STRTOLL      607 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-1000000000000000000000",	8,	-9223372036854775807LL -1,	23, 0);
TEST_STRTOLL      608 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-01000000000000000000001",0,	-9223372036854775807LL -1,	24, ERANGE);
TEST_STRTOLL      609 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-01000000000000000000001",8,	-9223372036854775807LL -1,	24, ERANGE);
TEST_STRTOLL      610 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-1000000000000000000001",	8,	-9223372036854775807LL -1,	23, ERANGE);