Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dmultibyte.h39 #define STRTOUL wcstoul macro
73 #define STRTOUL(a,b,c) (strtoul(a,(char**)b,c)) macro
H A Dutil.c270 *valp = STRTOUL(p, endp, base);