/toolchain/binutils/binutils-2.25/gas/ |
D | itbl-lex.l | 64 yylval.processor = strtoul (yytext+1, 0, 0); 69 yylval.num = strtoul (yytext, 0, 0); 74 yylval.num = strtoul (yytext, 0, 0);
|
D | as.c | 967 new_size = strtoul (optarg, NULL, 0); in parse_args()
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | vasprintf.c | 36 extern unsigned long strtoul (); 91 total_width += strtoul (p, (char **) &p, 10); in int_vasprintf() 101 total_width += strtoul (p, (char **) &p, 10); in int_vasprintf()
|
D | strtoul.c | 61 strtoul(const char *nptr, char **endptr, register int base) in strtoul() function
|
D | configure.ac | 373 funcs="$funcs strtoul" 412 strtol strtoul strtoll strtoull strverscmp sysconf sysctl sysmp \ 416 …AC_CHECK_DECLS([basename(char *), ffs, asprintf, vasprintf, snprintf, vsnprintf, strtol, strtoul, … 526 strtol strtoul sysconf times tmpnam vfprintf vprintf \
|
D | README | 9 strtoul -- string-to-unsigned-long conversion
|
D | Makefile.in | 155 strtoll.c strtoul.c strtoull.c strndup.c strnlen.c \ 222 ./strtol.$(objext) ./strtoul.$(objext) strtoll.$(objext) \ 1486 ./strtoul.$(objext): $(srcdir)/strtoul.c config.h $(INCDIR)/ansidecl.h \ 1489 $(COMPILE.c) $(PICFLAG) $(srcdir)/strtoul.c -o pic/$@; \ 1492 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strtoul.c -o noasan/$@; \ 1494 $(COMPILE.c) $(srcdir)/strtoul.c $(OUTPUT_OPTION)
|
D | config.in | 90 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you 305 /* Define to 1 if you have the `strtoul' function. */
|
D | ChangeLog | 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. [all …]
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | elfcomm.c | 447 size = strtoul (arch->arhdr.ar_size, NULL, 10); in process_archive_index_and_symbols() 625 arch->longnames_size = strtoul (arch->arhdr.ar_size, NULL, 10); in setup_archive() 718 k = j = strtoul (arch->arhdr.ar_name + 1, &endp, 10); in get_archive_member_name() 720 arch->nested_member_origin = strtoul (endp + 1, NULL, 10); in get_archive_member_name()
|
D | strings.c | 203 string_min = (int) strtoul (optarg, &s, 0); in main() 266 string_min = (int) strtoul (argv[numeric_opt - 1] + 1, &s, 0); in main()
|
D | winduni.c | 556 return strtoul (cp_string, 0, 10); in codepage_from_langid() 576 return strtoul (cp_string, 0, 10); in wincodepage_from_langid()
|
D | objcopy.c | 3461 pe_major_subsystem_version = strtoul (version, ©, 0); in set_pe_subsystem() 3463 pe_minor_subsystem_version = strtoul (copy + 1, ©, 0); in set_pe_subsystem() 4078 use_alt_mach_code = strtoul (optarg, NULL, 0); in copy_main() 4144 pe_heap_reserve = strtoul (optarg, &end, 0); in copy_main() 4151 pe_heap_commit = strtoul (end + 1, &end, 0); in copy_main() 4175 pe_stack_reserve = strtoul (optarg, &end, 0); in copy_main() 4182 pe_stack_commit = strtoul (end + 1, &end, 0); in copy_main()
|
D | elfedit.c | 352 archive_file_size = strtoul (arch.arhdr.ar_size, NULL, 10); in process_archive()
|
D | objdump.c | 3532 insn_width = strtoul (optarg, NULL, 0); in main() 3642 dwarf_cutoff_level = strtoul (optarg, & cp, 0); in main() 3648 dwarf_start_die = strtoul (optarg, & cp, 0); in main()
|
/toolchain/binutils/binutils-2.25/intl/ |
D | plural-exp.c | 126 n = strtoul (nplurals, &endp, 10);
|
D | config.h.in | 142 /* Define to 1 if you have the `strtoul' function. */
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
D | test-strtol.c | 139 res = strtoul (test_data[i].nptr, 0, test_data[i].base); in run_tests()
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | spuelf.em | 696 params.local_store_lo = strtoul (optarg, &end, 0); 699 params.local_store_hi = strtoul (end + 1, &end, 0); 759 params.num_lines = strtoul (optarg, &end, 0); 772 params.line_size = strtoul (optarg, &end, 0); 785 params.auto_overlay_fixed = strtoul (optarg, &end, 0); 794 params.auto_overlay_reserved = strtoul (optarg, &end, 0);
|
D | beos.em | 207 strtoul (sver + 1, &end, 0)); 210 strtoul (end + 1, &end, 0)); 237 set_pe_name (name, strtoul (optarg, &end, 0));
|
D | ppc32elf.em | 328 pagesize = strtoul (optarg, &end, 0);
|
D | pe.em | 629 strtoul (sver + 1, &end, 0)); 632 strtoul (end + 1, &end, 0)); 638 temp_subsystem = strtoul (optarg, & end, 0); 677 set_pe_name (name, strtoul (optarg, &end, 0)); 822 pe_auto_image_base = strtoul (optarg, &end, 0);
|
/toolchain/binutils/binutils-2.25/ld/ |
D | lexsup.c | 817 g_switch_value = strtoul (optarg, &end, 0); in parse_args() 969 link_info.optimize = strtoul (optarg, NULL, 0) ? TRUE : FALSE; in parse_args() 1264 int level ATTRIBUTE_UNUSED = strtoul (optarg, &end, 0); in parse_args() 1409 link_info.spare_dynamic_tags = strtoul (optarg, NULL, 0); in parse_args() 1413 config.split_by_reloc = strtoul (optarg, NULL, 0); in parse_args() 1465 new_size = strtoul (optarg, NULL, 0); in parse_args()
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | gprof.c | 307 bb_min_calls = (unsigned long) strtoul (optarg, (char **) NULL, 10); in main()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | bfd.c | 1289 return strtoul (string, (char **) end, base); in bfd_scan_vma()
|