Searched refs:Strtol (Results 1 – 2 of 2) sorted by relevance
177 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
4390 #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 macro4400 # if !defined(Strtol) && defined(HAS_STRTOQ)4401 # define Strtol strtoq macro4405 #if !defined(Strtol) && defined(HAS_STRTOL)4406 # define Strtol strtol macro