Home
last modified time | relevance | path

Searched refs:Strtol (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlclib.pod177 strtol(s, *p, n) Strtol(s, *p, n)
184 In theory C<Strtol> and C<Strtoul> may not be defined if the machine perl is
/mirbsd/src/gnu/usr.bin/perl/
Dperl.h4390 #if !defined(Strtol) && defined(USE_64_BIT_INT) && defined(IV_IS_QUAD) && QUADKIND == QUAD_IS_LONG_…
4397 # if !defined(Strtol) && defined(HAS_STRTOLL)
4398 # define Strtol strtoll macro
4400 # if !defined(Strtol) && defined(HAS_STRTOQ)
4401 # define Strtol strtoq macro
4405 #if !defined(Strtol) && defined(HAS_STRTOL)
4406 # define Strtol strtol macro