Home
last modified time | relevance | path

Searched defs:Strtoul (Results 1 – 6 of 6) sorted by relevance

/dports/net/arp-scan/arp-scan-1.9.7/
H A Dwrappers.c74 unsigned long int Strtoul(const char *nptr, int base) { in Strtoul() function
/dports/security/ncrack/ncrack-0.7/
H A Dutils.cc206 Strtoul(const char *nptr, int fatality) in Strtoul() function
/dports/lang/perl5.32/perl-5.32.1/
H A Dperl.h6936 # define Strtoul strtoull macro
6939 # define Strtoul strtouq macro
6944 # define Strtoul strtoul macro
6947 # define Strtoul(s, e, b) strchr((s), '-') ? ULONG_MAX : (unsigned long)strtol((s), (e), (b)) macro
/dports/lang/perl5.30/perl-5.30.3/
H A Dperl.h6583 # define Strtoul strtoull macro
6586 # define Strtoul strtouq macro
6591 # define Strtoul strtoul macro
6594 # define Strtoul(s, e, b) strchr((s), '-') ? ULONG_MAX : (unsigned long)strtol((s), (e), (b)) macro
/dports/lang/perl5.34/perl-5.34.0/
H A Dperl.h7210 # define Strtoul strtoull macro
7213 # define Strtoul strtouq macro
7218 # define Strtoul strtoul macro
7221 # define Strtoul(s, e, b) strchr((s), '-') ? ULONG_MAX : (unsigned long)strtol((s), (e), (b)) macro
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dperl.h7236 # define Strtoul strtoull macro
7239 # define Strtoul strtouq macro
7244 # define Strtoul strtoul macro
7247 # define Strtoul(s, e, b) strchr((s), '-') ? ULONG_MAX : (unsigned long)strtol((s), (e), (b)) macro