any 47 bsp/drv/lib/strtoul.c int neg, any, cutlim; any 75 bsp/drv/lib/strtoul.c for (acc = 0, any = 0;; c = (unsigned char) *s++) { any 84 bsp/drv/lib/strtoul.c if (any < 0) any 87 bsp/drv/lib/strtoul.c any = -1; any 90 bsp/drv/lib/strtoul.c any = 1; any 95 bsp/drv/lib/strtoul.c if (neg && any > 0) any 99 bsp/drv/lib/strtoul.c *endptr = (char *)(any ? s - 1 : nptr); any 51 usr/lib/libc/stdlib/strtol.c int neg, any, cutlim; any 106 usr/lib/libc/stdlib/strtol.c for (acc = 0, any = 0;; c = (unsigned char) *s++) { any 115 usr/lib/libc/stdlib/strtol.c if (any < 0) any 119 usr/lib/libc/stdlib/strtol.c any = -1; any 123 usr/lib/libc/stdlib/strtol.c any = 1; any 129 usr/lib/libc/stdlib/strtol.c any = -1; any 133 usr/lib/libc/stdlib/strtol.c any = 1; any 141 usr/lib/libc/stdlib/strtol.c *endptr = (char *)(any ? s - 1 : nptr); any 50 usr/lib/libc/stdlib/strtoul.c int neg, any, cutlim; any 78 usr/lib/libc/stdlib/strtoul.c for (acc = 0, any = 0;; c = (unsigned char) *s++) { any 87 usr/lib/libc/stdlib/strtoul.c if (any < 0) any 90 usr/lib/libc/stdlib/strtoul.c any = -1; any 94 usr/lib/libc/stdlib/strtoul.c any = 1; any 99 usr/lib/libc/stdlib/strtoul.c if (neg && any > 0) any 103 usr/lib/libc/stdlib/strtoul.c *endptr = (char *)(any ? s - 1 : nptr);