Home
last modified time | relevance | path

Searched refs:Atoul (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dperl.h4443 #ifndef Atoul
4444 # define Atoul(s) Strtoul(s, (char **)NULL, 10) macro
Dutil.c4623 myseed = (UV)Atoul(s);
DChanges5.8.12273 there is strtol() (like e.g. SunOS 4) because of the Atoul()
DChanges5.61513 Log: Use Atof() instead of bare strtod(); ditto for Atol()/Atoul()