/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
D | Makefile.in | 49 check-strtol 67 check-strtol: test-strtol 68 ./test-strtol 87 test-strtol: $(srcdir)/test-strtol.c ../libiberty.a 88 $(TEST_COMPILE) -DHAVE_CONFIG_H -I.. -o test-strtol \ 89 $(srcdir)/test-strtol.c ../libiberty.a 104 rm -f test-strtol
|
D | test-strtol.c | 135 res = (unsigned long) strtol (test_data[i].nptr, in run_tests()
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | d-demangle.c | 46 extern long strtol (const char *nptr, char **endptr, int base); 608 long i = strtol (mangled, &endptr, 10); in dlang_identifier() 708 long val = strtol (mangled, &endptr, 10); in dlang_parse_integer() 765 long val = strtol (mangled, &endptr, 10); in dlang_parse_integer() 916 len = strtol (mangled, &endptr, 10); in dlang_parse_string() 955 long elements = strtol (mangled, &endptr, 10); in dlang_parse_arrayliteral() 979 long elements = strtol (mangled, &endptr, 10); in dlang_parse_assocarray() 1006 long args = strtol (mangled, &endptr, 10); in dlang_parse_structlit() 1186 long elements = strtol (mangled, &endptr, 10); in dlang_parse_tuple()
|
D | strtol.c | 90 strtol(const char *nptr, char **endptr, register int base) in strtol() function
|
D | configure.ac | 372 funcs="$funcs strtol" 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 | 8 strtol -- string-to-long conversion
|
D | Makefile.in | 154 strncmp.c strrchr.c strsignal.c strstr.c strtod.c strtol.c \ 222 ./strtol.$(objext) ./strtoul.$(objext) strtoll.$(objext) \ 1468 ./strtol.$(objext): $(srcdir)/strtol.c config.h $(INCDIR)/safe-ctype.h 1470 $(COMPILE.c) $(PICFLAG) $(srcdir)/strtol.c -o pic/$@; \ 1473 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strtol.c -o noasan/$@; \ 1475 $(COMPILE.c) $(srcdir)/strtol.c $(OUTPUT_OPTION)
|
D | config.in | 82 /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't. 299 /* Define to 1 if you have the `strtol' function. */
|
D | ChangeLog | 3 * testsuite/test-strtol.c (run_tests): Cast strtol return to 27 strtoull. Check decls for strtol, strtoul, strtoll, strtoull. 32 * testsuite/Makefile.in (check-strtol): New rule. 33 (test-strtol): Likewise. 34 (mostlyclean): Clean up strtol test. 35 * testsuite/test-strtol.c: New test. 817 strtol.c, vasprintf.c, vprintf.c, vsnprintf.c, xmemdup.c: 2453 * bsearch.c, index.c, rindex.c, strstr.c, strtol.c, waitpid.c: Fix 2574 * strtol.c (strtol): Likewise. 4401 strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update [all …]
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-rs6000.c | 1240 off = strtol (xcoff_ardata (abfd)->symoff, (char **) NULL, 10); in _bfd_xcoff_slurp_armap() 1256 namlen = strtol (hdr.namlen, (char **) NULL, 10); in _bfd_xcoff_slurp_armap() 1261 sz = strtol (hdr.size, (char **) NULL, 10); in _bfd_xcoff_slurp_armap() 1295 off = strtol (xcoff_ardata_big (abfd)->symoff, (char **) NULL, 10); in _bfd_xcoff_slurp_armap() 1311 namlen = strtol (hdr.namlen, (char **) NULL, 10); in _bfd_xcoff_slurp_armap() 1319 sz = strtol (hdr.size, (char **) NULL, 10); in _bfd_xcoff_slurp_armap() 1424 bfd_ardata (abfd)->first_file_filepos = strtol (hdr.firstmemoff, in _bfd_xcoff_archive_p() 1500 namlen = strtol (hdr.namlen, (char **) NULL, 10); in _bfd_xcoff_read_ar_hdr() 1517 ret->parsed_size = strtol (hdr.size, (char **) NULL, 10); in _bfd_xcoff_read_ar_hdr() 1532 namlen = strtol (hdr.namlen, (char **) NULL, 10); in _bfd_xcoff_read_ar_hdr() [all …]
|
D | archive.c | 422 table_index = strtol (name + 1, (char **) &endp, 10); in get_extended_arelt_filename() 432 file_ptr origin = strtol (endp + 1, NULL, 10); in get_extended_arelt_filename() 1969 buf->stelt = strtol (hdr->arelt, &aloser, size); \ in bfd_generic_stat_arch_elt()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | syslex.l | 62 yylval.i = strtol(yytext,0,16);
|
D | deflex.l | 63 [0-9][x0-9A-Fa-f]* { yylval.number = strtol (yytext,0,0);
|
D | rclex.c | 192 ncp = (rc_uint_type) strtol (fn + 2, NULL, 16); in cpp_line() 194 ncp = (rc_uint_type) strtol (fn, NULL, 10); in cpp_line() 203 line = strtol (s, &send, 0); in cpp_line()
|
D | windmc.c | 1029 mcset_max_message_length = strtol (optarg, (char **) NULL, 10); in main() 1032 mcset_codepage_in = strtol (optarg, (char **) NULL, 10); in main() 1035 mcset_codepage_out = strtol (optarg, (char **) NULL, 10); in main()
|
D | windres.c | 838 ncp = (rc_uint_type) strtol (optarg + 2, NULL, 16); in main() 840 ncp = (rc_uint_type) strtol (optarg, NULL, 10); in main() 981 language = strtol (optarg, (char **) NULL, 16); in main()
|
D | size.c | 169 temp = strtol (optarg, NULL, 10); in main()
|
D | nlmheader.y | 859 ret = strtol (s, &send, 10); in nlmlex_get_number()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | itbl-ops.c | 524 value = strtol (n, 0, 10); in itbl_assemble() 551 value = strtol (n, 0, 16); in itbl_assemble() 556 value = strtol (n, 0, 10); in itbl_assemble()
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | tic6xdsbt.em | 192 params.dsbt_index = strtol (optarg, &end, 0); 202 params.dsbt_size = strtol (optarg, &end, 0);
|
/toolchain/binutils/binutils-2.25/gold/ |
D | archive.cc | 363 off_t member_size = strtol(size_string, &end, 10); in interpret_header() 401 long x = strtol(hdr->ar_name + 1, &end, 10); in interpret_header() 404 y = strtol(end + 1, &end, 10); in interpret_header()
|
D | options.cc | 200 *retval = strtol(arg, &endptr, 0); in parse_uint() 210 *retval = strtol(arg, &endptr, 0); in parse_int()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | te-vms.c | 249 if (ver) *ver = strtol (strrchr (ascnamebuff, ';') + 1, 0, 10); in vms_file_stats_name()
|
D | tc-v850.c | 1074 reg_number = strtol (input_line_pointer, &input_line_pointer, 0); in system_register_name() 1134 reg_number = strtol (input_line_pointer, &input_line_pointer, 0); in cc_name() 1185 reg_number = strtol (input_line_pointer, &input_line_pointer, 0); in float_cc_name() 1235 reg_number = strtol (input_line_pointer, &input_line_pointer, 0); in cacheop_name() 1284 reg_number = strtol (input_line_pointer, &input_line_pointer, 0); in prefop_name()
|
D | tc-i370.c | 1863 arg = strtol (format + 1, &send, 10); in i370_macro() 1879 arg = strtol (format + 1, &send, 10); in i370_macro()
|