Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dexpr.c89 #define STRTOL(s, e, b) strtoll(s, e, b) macro
95 #define STRTOL(s, e, b) strtol(s, e, b) macro
195 i = STRTOL(v->u.s, &e, 10); in toarith()