HomeSort by: relevance | last modified time | path
    Searched defs:STRTOUL (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/libiberty/testsuite/
test-strtol.c 62 STRTOUL,
87 { STRTOUL, "0x123", 0, 0x123UL, 0 },
88 { STRTOUL, "123", 0, 123UL, 0 },
89 { STRTOUL, "0123", 0, 0123UL, 0 },
90 { STRTOUL, "0xFFFFFFFF", 0, 0xffffffffUL, 0 },
94 { STRTOUL, "0x100000000", 0, 0xffffffffUL, ERANGE },
138 case STRTOUL:
139 res = strtoul (test_data[i].nptr, 0, test_data[i].base);
  /src/external/gpl3/gdb/dist/libiberty/testsuite/
test-strtol.c 62 STRTOUL,
87 { STRTOUL, "0x123", 0, 0x123UL, 0 },
88 { STRTOUL, "123", 0, 123UL, 0 },
89 { STRTOUL, "0123", 0, 0123UL, 0 },
90 { STRTOUL, "0xFFFFFFFF", 0, 0xffffffffUL, 0 },
94 { STRTOUL, "0x100000000", 0, 0xffffffffUL, ERANGE },
138 case STRTOUL:
139 res = strtoul (test_data[i].nptr, 0, test_data[i].base);
  /src/external/bsd/nvi/dist/common/
multibyte.h 46 #define STRTOUL wcstoul
79 #define STRTOUL strtoul

Completed in 15 milliseconds