| /netbsd-src/external/gpl2/diffutils/dist/lib/ |
| H A D | strtol.c | 73 # define strtol __wcstoull_l macro 75 # define strtol __wcstoul_l macro 79 # define strtol __strtoull_l macro 81 # define strtol __strtoul_l macro 87 # define strtol __wcstoll_l macro 89 # define strtol __wcstol_l macro 93 # define strtol __strtoll_l macro 95 # define strtol __strtol_l macro 103 # define strtol wcstoull macro 105 # define strtol wcstoul macro [all …]
|
| H A D | strtoimax.c | 66 long strtol PARAMS ((char const *, char **, int)); 81 # define strtol strtoul macro 102 return strtol (ptr, endptr, base); in strtoimax()
|
| /netbsd-src/external/gpl2/grep/dist/lib/ |
| H A D | strtol.c | 77 # define strtol __wcstoull_l macro 79 # define strtol __wcstoul_l macro 83 # define strtol __strtoull_l macro 85 # define strtol __strtoul_l macro 91 # define strtol __wcstoll_l macro 93 # define strtol __wcstol_l macro 97 # define strtol __strtoll_l macro 99 # define strtol __strtol_l macro 107 # define strtol wcstoull macro 109 # define strtol wcstoul macro [all …]
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | strtol.c | 66 # define strtol __wcstoull_l macro 68 # define strtol __wcstoul_l macro 72 # define strtol __strtoull_l macro 74 # define strtol __strtoul_l macro 80 # define strtol __wcstoll_l macro 82 # define strtol __wcstol_l macro 86 # define strtol __strtoll_l macro 88 # define strtol __strtol_l macro 96 # define strtol wcstoull macro 98 # define strtol wcstoul macro [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | strtol.c | 58 # define strtol __wcstoull_l macro 60 # define strtol __wcstoul_l macro 64 # define strtol __strtoull_l macro 66 # define strtol __strtoul_l macro 72 # define strtol __wcstoll_l macro 74 # define strtol __wcstol_l macro 78 # define strtol __strtoll_l macro 80 # define strtol __strtol_l macro 88 # define strtol wcstoull macro 90 # define strtol wcstoul macro [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| H A D | strtol.c | 58 # define strtol __wcstoull_l macro 60 # define strtol __wcstoul_l macro 64 # define strtol __strtoull_l macro 66 # define strtol __strtoul_l macro 72 # define strtol __wcstoll_l macro 74 # define strtol __wcstol_l macro 78 # define strtol __strtoll_l macro 80 # define strtol __strtol_l macro 88 # define strtol wcstoull macro 90 # define strtol wcstoul macro [all …]
|
| /netbsd-src/usr.sbin/altq/libaltq/ |
| H A D | qop_rio.c | 123 weight = (int)strtol(*argv, NULL, 0); in rio_interface_parser() 127 qlimit = (int)strtol(*argv, NULL, 0); in rio_interface_parser() 131 lo_th_min = (int)strtol(*argv, NULL, 0); in rio_interface_parser() 135 lo_th_max = (int)strtol(*argv, NULL, 0); in rio_interface_parser() 139 lo_inv_pmax = (int)strtol(*argv, NULL, 0); in rio_interface_parser() 143 med_th_min = (int)strtol(*argv, NULL, 0); in rio_interface_parser() 147 med_th_max = (int)strtol(*argv, NULL, 0); in rio_interface_parser() 151 med_inv_pmax = (int)strtol(*argv, NULL, 0); in rio_interface_parser() 155 hi_th_min = (int)strtol(*argv, NULL, 0); in rio_interface_parser() 159 hi_th_max = (int)strtol(*argv, NULL, 0); in rio_interface_parser() [all …]
|
| H A D | qop_jobs.c | 170 qlimit = (int)strtol(*argv, NULL, 0); in jobs_interface_parser() 211 if (strtol(*argv, NULL, 0) < 0) in jobs_class_parser() 214 pri = strtol(*argv, NULL, 0); in jobs_class_parser() 219 if (strtol(*argv, NULL, 0) < 0) in jobs_class_parser() 222 adc = strtol(*argv, NULL, 0); in jobs_class_parser() 227 if (strtol(*argv, NULL, 0) < 0) in jobs_class_parser() 230 rdc = strtol(*argv, NULL, 0); in jobs_class_parser() 235 if (strtol(*argv, NULL, 0) < 0) in jobs_class_parser() 248 if (strtol(*argv, NULL, 0) < 0) in jobs_class_parser() 251 rlc = strtol(*argv, NULL, 0); in jobs_class_parser()
|
| H A D | parser.c | 405 num = (u_int16_t)strtol(name, NULL, 0); in get_port() 423 *proto_no = (int)strtol(name, NULL, 0); in get_proto() 449 *ruleno = (int)strtol(w, NULL, 0); in get_fltr_opts() 637 tos = (u_char)strtol(w, NULL, 0); in filter_parser() 641 tosmask = (u_char)strtol(w, NULL, 0); in filter_parser() 761 tclass = (u_char)strtol(w, NULL, 0); in filter6_parser() 766 (u_char)strtol(w, NULL, 0); in filter6_parser() 838 len = (int)strtol(prefix, NULL, 0); in get_ip6addr() 949 th_min = (int)strtol(w, NULL, 0); in red_parser() 953 th_max = (int)strtol(w, NULL, 0); in red_parser() [all …]
|
| H A D | qop_red.c | 116 weight = (int)strtol(*argv, NULL, 0); in red_interface_parser() 120 qlimit = (int)strtol(*argv, NULL, 0); in red_interface_parser() 124 th_min = (int)strtol(*argv, NULL, 0); in red_interface_parser() 128 th_max = (int)strtol(*argv, NULL, 0); in red_interface_parser() 132 inv_pmax = (int)strtol(*argv, NULL, 0); in red_interface_parser()
|
| /netbsd-src/tests/lib/libc/stdlib/ |
| H A D | t_atoi.c | 71 ATF_REQUIRE(atoi("0") == strtol("0", NULL, 10)); in ATF_TC_BODY() 72 ATF_REQUIRE(atoi("-1") == strtol("-1", NULL, 10)); in ATF_TC_BODY() 73 ATF_REQUIRE(atoi(buf) == strtol(buf, NULL, 10)); in ATF_TC_BODY() 89 ATF_REQUIRE(atol("0") == strtol("0", NULL, 10)); in ATF_TC_BODY() 90 ATF_REQUIRE(atol("-1") == strtol("-1", NULL, 10)); in ATF_TC_BODY() 91 ATF_REQUIRE(atol(buf) == strtol(buf, NULL, 10)); in ATF_TC_BODY()
|
| H A D | t_strtol.c | 54 atf_tc_fail_nonfatal("strtol(%s, &end, %d) failed " in check() 68 "strtol(%p, &end, %d)", end, t->str, t->base); 74 atf_tc_set_md_var(tc, "descr", "Test strtol(3) with different bases"); in ATF_TC_BODY() 117 li = strtol(t[i].str, &end, t[i].base); in ATF_TC_BODY() 145 atf_tc_set_md_var(tc, "descr", "Test strtol(3) with an invalid base"); in ATF_TC_BODY() 173 CHECK(li, "%ld", strtol); in ATF_TC_BODY() 184 atf_tc_set_md_var(tc, "descr", "Case insensitivity with strtol(3)"); in ATF_TC_BODY() 209 li = strtol(t[i].str, &end, t[i].base); in ATF_TC_HEAD() 220 atf_tc_set_md_var(tc, "descr", "Test ERANGE from strtol(3)"); in ATF_TC_BODY() 248 li = strtol( in ATF_TP_ADD_TCS() [all...] |
| /netbsd-src/usr.bin/touch/ |
| H A D | touch.c | 167 (void)strtol(argv[0], &p, 10); in main() 384 val = strtol(arg, &ep, 10); /* YYYY */ in stime_posix() 395 val = strtol(p, &ep, 10); /* MM */ in stime_posix() 406 val = strtol(p, &ep, 10); /* DD */ in stime_posix() 417 val = strtol(p, &ep, 10); /* hh */ in stime_posix() 428 val = strtol(p, &ep, 10); /* mm */ in stime_posix() 439 val = strtol(p, &ep, 10); /* ss (or in POSIX, SS) */ in stime_posix() 454 val = strtol(p, &ep, 10); in stime_posix()
|
| /netbsd-src/usr.sbin/hdaudioctl/ |
| H A D | hdaudioctl.c | 171 codecid = strtol(argv[0], NULL, 0); in hdaudioctl_get() 172 nid = strtol(argv[1], NULL, 0); in hdaudioctl_get() 212 codecid = strtol(argv[0], NULL, 0); in hdaudioctl_set() 213 nid = strtol(argv[1], NULL, 0); in hdaudioctl_set() 273 codecid = strtol(argv[0], NULL, 0); in hdaudioctl_show() 274 nid = strtol(argv[1], NULL, 0); in hdaudioctl_show()
|
| /netbsd-src/external/gpl2/xcvs/dist/m4/ |
| H A D | strtol.m4 | 1 # strtol.m4 serial 3 9 AC_REPLACE_FUNCS(strtol) 15 # Prerequisites of lib/strtol.c.
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/common/ |
| H A D | hwcfuncs.c | 278 hwcdef[idx].use_perf_event_type = (int) strtol (dsp, &dsp, 0); in process_data_descriptor() 284 hwcdef[idx].type = (int) strtol (dsp, &dsp, 0); in process_data_descriptor() 290 hwcdef[idx].config = strtol (dsp, &dsp, 0); in process_data_descriptor() 318 reg = (int) strtol (dsp, &dsp, 0); in process_data_descriptor() 333 interval = (int) strtol (dsp, &dsp, 0); in process_data_descriptor() 377 timecvt = (int) strtol (dsp, &dsp, 0); in process_data_descriptor() 386 memop = (ABST_type) strtol (dsp, &dsp, 0); in process_data_descriptor() 577 regno = (regno_t) strtol (slash + 1, &endchar, 0); in hwcfuncs_parse_ctr()
|
| /netbsd-src/lib/libc/stdlib/ |
| H A D | Makefile.inc | 17 strtoimax.c strtol.c strtoll.c strtoq.c strtoul.c strtoull.c \ 40 CPPFLAGS.strtol.c+= -I${LIBCDIR}/../../common/lib/libc/stdlib 60 strfmon.3 strsuftoll.3 strtod.3 strtoi.3 strtol.3 strtou.3 strtoul.3 \ 103 MLINKS+=strtol.3 strtoimax.3 104 MLINKS+=strtol.3 strtoll.3 105 MLINKS+=strtol.3 strtoq.3
|
| /netbsd-src/external/gpl2/dtc/dist/ |
| H A D | dtc.c | 194 outversion = strtol(optarg, NULL, 0); in main() 200 reservenum = strtol(optarg, NULL, 0); in main() 203 minsize = strtol(optarg, NULL, 0); in main() 206 padsize = strtol(optarg, NULL, 0); in main() 209 alignsize = strtol(optarg, NULL, 0); in main()
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | loongarch-coder.c | 56 strtol (bit_field_1, &bit_field_1, 10); in loongarch_get_bit_field_width() 62 width += strtol (bit_field_1, &bit_field_1, 10); in loongarch_get_bit_field_width() 83 b_start = strtol (bit_field_1, &bit_field_1, 10); in loongarch_decode_imm() 86 width = strtol (bit_field_1 + 1, &bit_field_1, 10); in loongarch_decode_imm() 142 b_start = strtol (bit_field_1, &bit_field_1, 10); in loongarch_encode_imm() 145 width = strtol (bit_field_1 + 1, &bit_field_1, 10); in loongarch_encode_imm()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | loongarch-coder.c | 57 strtol (bit_field_1, &bit_field_1, 10); in loongarch_get_bit_field_width() 63 width += strtol (bit_field_1, &bit_field_1, 10); in loongarch_get_bit_field_width() 84 b_start = strtol (bit_field_1, &bit_field_1, 10); in loongarch_decode_imm() 87 width = strtol (bit_field_1 + 1, &bit_field_1, 10); in loongarch_decode_imm() 143 b_start = strtol (bit_field_1, &bit_field_1, 10); in loongarch_encode_imm() 146 width = strtol (bit_field_1 + 1, &bit_field_1, 10); in loongarch_encode_imm()
|
| /netbsd-src/usr.bin/hexdump/ |
| H A D | odsyntax.c | 150 if ((skip = strtol(optarg, &p, 0)) < 0) in odsyntax() 253 nbytes = strtol(type_string, &tmp, 10); in posixtypes() 283 nbytes = strtol(type_string, &tmp, 10); in posixtypes() 363 skip = strtol(num, &end, base ? base : 8); in odoffset()
|
| /netbsd-src/external/gpl2/dtc/dist/tests/ |
| H A D | appendprop_addrrange.c | 31 xac = strtol(argv[2], NULL, 10); in main() 32 xsc = strtol(argv[3], NULL, 10); in main() 33 num = strtol(argv[4], NULL, 10); in main()
|
| /netbsd-src/usr.sbin/psrset/ |
| H A D | psrset.c | 131 rv = (int)strtol(p, &q, 10); in getint() 171 i = (int)strtol(*argv, &p, 10); in makecpuset() 177 j = (int)strtol(p + 1, &q, 10); in makecpuset() 301 i = (int)strtol(q, &q, 10); in cmd_i()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | Builtins.cpp | 120 unsigned Width = ::strtol(WidthPos, &EndPos, 10); in getRequiredVectorWidth() 144 FormatIdx = ::strtol(Like, nullptr, 10); in isLike() 170 int CalleeIdx = ::strtol(CalleePos, &EndPos, 10); in performsCallback() 177 int PayloadIdx = ::strtol(PayloadPos, &EndPos, 10); in performsCallback()
|
| /netbsd-src/usr.bin/join/ |
| H A D | join.c | 140 if ((F1->joinf = strtol(optarg, &end, 10)) < 1) { in main() 151 if ((F2->joinf = strtol(optarg, &end, 10)) < 1) { in main() 163 switch(strtol(optarg, &end, 10)) { in main() 185 strtol(optarg, &end, 10)) < 1) { in main() 209 switch(strtol(optarg, &end, 10)) { in main() 521 fieldno = strtol(token + 2, &end, 10); in fieldarg()
|