Home
last modified time | relevance | path

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

/external/mksh/src/
Dshf.c884 if (notok2mul(2147483647, tmp, 10)) in shf_vfprintf()
Dsh.h2299 #define notok2mul(max, val, c) (((val) != 0) && ((c) != 0) && \ macro
2302 #define notoktomul(val, cnst) notok2mul(SIZE_MAX, (val), (cnst))