Searched refs:Strtoul (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5006000 | 115 Strtoul # U
|
/openbsd/gnu/usr.bin/perl/ |
H A D | perl.h | 7945 #if !defined(Strtoul) && defined(USE_64_BIT_INT) && defined(UV_IS_QUAD) && \ 7953 # if !defined(Strtoul) && defined(HAS_STRTOULL) 7954 # define Strtoul strtoull macro 7956 # if !defined(Strtoul) && defined(HAS_STRTOUQ) 7957 # define Strtoul strtouq macro 7961 #if !defined(Strtoul) && defined(HAS_STRTOUL) 7962 # define Strtoul strtoul macro 7964 #if !defined(Strtoul) && defined(HAS_STRTOL) /* Last resort. */ 7965 # define Strtoul(s, e, b) strchr((s), '-') ? ULONG_MAX : (unsigned long)strtol((s), (e), (b)) macro 7968 # define Atoul(s) Strtoul(s, NULL, 10)
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5006000 | 616 Strtoul # E
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | apidoc.fnc | 831 AmTRd|NV|Strtoul|NN const char * const s|NULLOK char ** e|int base
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlclib.pod | 289 strtoul(s, &p, n) Strtoul(s, &p, b)
|
H A D | perlhacktips.pod | 1112 IV/UV-friendly macro disguises, Strtol() and Strtoul(), or Atol() and
|