Lines Matching refs:strtoul
27 strtoull. Check decls for strtol, strtoul, strtoll, strtoull.
2575 * strtoul.c (strtoul): Likewise.
4835 * strtoul.c: Include safe-ctype.h, not ctype.h.
4845 strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h. Use
5212 * strtol.c, strtoul.c: #include "config.h". Portably #include
5214 * Makefile.in (strtol.o, strtoul.o): Update dependencies.
5219 * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
5645 * strtoul.c, strtol.c, random.c: Remove advertising clause from
5794 * strtoul.c (strtoul): Add parentheses around && within ||.
6128 * strtoul.c (strtoul): Likewise.
7485 * strtol.c, strtoul.c: Don't include <stdlib.h>. From
7749 * strtol.c strtoul.c: Replace these with less buggy versions from
7750 NetBSD. (strtoul in particular couldn't handle base 16.)
8234 * strtoul.c (strtoul): use "(digit = *s) != '\0'" not just
8275 * strtoul.c (strtoul), strtol.c (strtol): Handle overflow
8785 * functions.def: Use proper prototype for strtoul.
8831 * strtoul.c: Fixes to handle non-decimal bases better.
8868 * strtoul.c: Handle '-' as required by ANSI.
9044 * strtoul.c: Avoid defining ULONG_MAX if already defined;
9128 * strtoul.c: Replace hardwired hex constant with more portable
9151 * strtol.c, strtoul.c: Add strtol to libiberty, since Mach lacks