Home
last modified time | relevance | path

Searched defs:STRTOL (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/nvi2/common/
H A Dmultibyte.h38 #define STRTOL wcstol macro
72 #define STRTOL(a,b,c) (strtol(a,(char**)b,c)) macro
/dragonfly/bin/ed/
H A Ded.h105 #define STRTOL(i, p) { \ macro