Home
last modified time | relevance | path

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

/dports/news/nget/nget-0.27.1/
H A Dstrreps.h44 #define atoul(str) strtoul(str,NULL,10) macro
/dports/editors/biew/biew-610/biewlib/sysdep/
H A D_sys_dep.h88 #define atoul atoi /**< Ugly alias. Must be removed in future. */ macro
/dports/irc/dancer/dancer-4.16/src/
H A Ddancer.h243 # define atoul(x) (StrToUnsignedLong(x, (char **)NULL, 10)) macro
245 # define atoul(x) atol(x) macro
/dports/emulators/mtools/mtools-4.0.26/
H A Dstrtonum.c61 unsigned long atoul(const char *str) { in atoul() function
/dports/net-mgmt/flowd/flowd-0.9.1/
H A Dparse.y1282 atoul(char *s, u_long *ulvalp) in atoul() function
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/libntfs-3g/
H A Dacls.c4097 static unsigned long atoul(const char *p) in atoul() function