Home
last modified time | relevance | path

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

/libtiff-4.0.7/port/
H A Dstrtoul.c54 int neg, any, cutlim; in strtoul() local
64 neg = 1; in strtoul()
67 neg = 0; in strtoul()
103 if (neg && any > 0) in strtoul()
H A Dstrtoull.c52 int neg, any, cutlim; in strtoull() local
62 neg = 1; in strtoull()
65 neg = 0; in strtoull()
111 } else if (neg) in strtoull()