Home
last modified time | relevance | path

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

/bionic/libc/stdlib/
Dstrtoimax.c48 int neg, any, cutlim; in strtoimax() local
60 neg = 1; in strtoimax()
63 neg = 0; in strtoimax()
98 if (neg) { \ in strtoimax()
109 if (neg) { in strtoimax()
122 cutoff = neg ? INTMAX_MIN : INTMAX_MAX; in strtoimax()
128 if (neg) { in strtoimax()
146 if (neg) { in strtoimax()
Dstrtol.c49 int neg, any, cutlim; in strtol() local
61 neg = 1; in strtol()
64 neg = 0; in strtol()
94 cutoff = neg ? LONG_MIN : LONG_MAX; in strtol()
97 if (neg) { in strtol()
115 if (neg) { in strtol()
Dstrtoul.c48 int neg, any, cutlim; in strtoul() local
58 neg = 1; in strtoul()
61 neg = 0; in strtoul()
97 if (neg && any > 0) in strtoul()
Dstrtoumax.c48 int neg, any, cutlim; in strtoumax() local
58 neg = 1; in strtoumax()
61 neg = 0; in strtoumax()
110 if (neg && any > 0) in strtoumax()
/bionic/libc/string/
Dstrerror_r.c61 int neg; in __itoa() local
65 neg = 1; in __itoa()
69 neg = 0; in __itoa()
73 if (neg) in __itoa()
86 if (neg) in __itoa()
/bionic/libc/tzcode/
Dlocaltime.c773 register int neg = 0; local
776 neg = 1;
783 if (neg)