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

  /src/external/gpl3/gdb.old/dist/libiberty/testsuite/
test-strtol.c 61 STRTOLL,
97 { STRTOLL, "0x123", 0, 0x123LL, 0 },
98 { STRTOLL, "123", 0, 123LL, 0 },
99 { STRTOLL, "0123", 0, 0123LL, 0 },
100 { STRTOLL, "0x7FFFFFFFFFFFFFFF", 0, 0x7fffffffffffffffLL, 0 },
101 { STRTOLL, "-0x8000000000000000", 0, -0x8000000000000000LL, 0 },
107 { STRTOLL, "0x8000000000000000", 0, 0x7fffffffffffffffLL, ERANGE },
108 { STRTOLL, "-0x8000000000000001", 0, -0x8000000000000000LL, ERANGE },
142 case STRTOLL:
143 res = strtoll (test_data[i].nptr, 0, test_data[i].base)
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/testsuite/
test-strtol.c 61 STRTOLL,
97 { STRTOLL, "0x123", 0, 0x123LL, 0 },
98 { STRTOLL, "123", 0, 123LL, 0 },
99 { STRTOLL, "0123", 0, 0123LL, 0 },
100 { STRTOLL, "0x7FFFFFFFFFFFFFFF", 0, 0x7fffffffffffffffLL, 0 },
101 { STRTOLL, "-0x8000000000000000", 0, -0x8000000000000000LL, 0 },
107 { STRTOLL, "0x8000000000000000", 0, 0x7fffffffffffffffLL, ERANGE },
108 { STRTOLL, "-0x8000000000000001", 0, -0x8000000000000000LL, ERANGE },
142 case STRTOLL:
143 res = strtoll (test_data[i].nptr, 0, test_data[i].base)
    [all...]
  /src/libexec/ftpd/
extern.h 99 # define STRTOLL(x,y,z) strtol(x,y,z)
109 # define STRTOLL(x,y,z) strtoll(x,y,z)
  /src/usr.bin/ftp/
ftp_var.h 338 # define STRTOLL(x,y,z) strtol(x,y,z)
340 # define STRTOLL(x,y,z) strtoll(x,y,z)

Completed in 17 milliseconds