Home
last modified time | relevance | path

Searched refs:strtol (Results 1 – 25 of 1182) sorted by relevance

12345678910>>...48

/netbsd/external/gpl2/grep/dist/lib/
H A Dstrtol.c79 # define strtol __wcstoul_l macro
85 # define strtol __strtoul_l macro
93 # define strtol __wcstol_l macro
99 # define strtol __strtol_l macro
107 # define strtol wcstoull macro
109 # define strtol wcstoul macro
113 # define strtol strtoull macro
115 # define strtol strtoul macro
121 # define strtol wcstoll macro
123 # define strtol wcstol macro
[all …]
H A Dxstrtol.c27 # define __strtol strtol
83 #ifndef strtol
84 long int strtol ();
/netbsd/external/gpl2/diffutils/dist/lib/
H A Dstrtol.c75 # define strtol __wcstoul_l macro
81 # define strtol __strtoul_l macro
89 # define strtol __wcstol_l macro
95 # define strtol __strtol_l macro
103 # define strtol wcstoull macro
105 # define strtol wcstoul macro
109 # define strtol strtoull macro
111 # define strtol strtoul macro
117 # define strtol wcstoll macro
119 # define strtol wcstol macro
[all …]
H A Dstrtoimax.c66 long strtol PARAMS ((char const *, char **, int));
81 # define strtol strtoul macro
102 return strtol (ptr, endptr, base); in strtoimax()
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dstrtol.c68 # define strtol __wcstoul_l macro
74 # define strtol __strtoul_l macro
82 # define strtol __wcstol_l macro
88 # define strtol __strtol_l macro
96 # define strtol wcstoull macro
98 # define strtol wcstoul macro
102 # define strtol strtoull macro
104 # define strtol strtoul macro
110 # define strtol wcstoll macro
112 # define strtol wcstol macro
[all …]
/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstrtol.c60 # define strtol __wcstoul_l macro
66 # define strtol __strtoul_l macro
74 # define strtol __wcstol_l macro
80 # define strtol __strtol_l macro
88 # define strtol wcstoull macro
90 # define strtol wcstoul macro
94 # define strtol strtoull macro
96 # define strtol strtoul macro
102 # define strtol wcstoll macro
104 # define strtol wcstol macro
[all …]
/netbsd/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dstrtol.c60 # define strtol __wcstoul_l macro
66 # define strtol __strtoul_l macro
74 # define strtol __wcstol_l macro
80 # define strtol __strtol_l macro
88 # define strtol wcstoull macro
90 # define strtol wcstoul macro
94 # define strtol strtoull macro
96 # define strtol strtoul macro
102 # define strtol wcstoll macro
104 # define strtol wcstol macro
[all …]
/netbsd/external/gpl3/gdb/dist/libiberty/testsuite/
H A DMakefile.in48 check-pexecute check-expandargv check-strtol
69 check-strtol: test-strtol
70 ./test-strtol
89 test-strtol: $(srcdir)/test-strtol.c ../libiberty.a
90 $(TEST_COMPILE) -DHAVE_CONFIG_H -I.. -o test-strtol \
91 $(srcdir)/test-strtol.c ../libiberty.a
106 rm -f test-strtol
/netbsd/external/gpl3/gdb.old/dist/libiberty/testsuite/
H A DMakefile.in48 check-pexecute check-expandargv check-strtol
69 check-strtol: test-strtol
70 ./test-strtol
89 test-strtol: $(srcdir)/test-strtol.c ../libiberty.a
90 $(TEST_COMPILE) -DHAVE_CONFIG_H -I.. -o test-strtol \
91 $(srcdir)/test-strtol.c ../libiberty.a
106 rm -f test-strtol
/netbsd/usr.sbin/altq/libaltq/
H A Dqop_rio.c123 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 Dqop_jobs.c170 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 Dparser.c405 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 Dqop_red.c116 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/tests/lib/libc/stdlib/
H A Dt_atoi.c71 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 Dt_strtol.c112 li = strtol(t[i].str, &end, t[i].base); in ATF_TC_BODY()
159 li = strtol(t[i].str, &end, t[i].base); in ATF_TC_BODY()
197 li = strtol(t[i].str, &end, t[i].base); in ATF_TC_BODY()
238 li = strtol(t[i].str, &end, t[i].base); in ATF_TC_BODY()
/netbsd/lib/libc/stdlib/
H A DMakefile.inc17 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 \
95 MLINKS+=strtol.3 strtoimax.3
96 MLINKS+=strtol.3 strtoll.3
97 MLINKS+=strtol.3 strtoq.3
/netbsd/usr.sbin/hdaudioctl/
H A Dhdaudioctl.c171 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/external/gpl2/xcvs/dist/m4/
H A Dstrtol.m41 # strtol.m4 serial 3
9 AC_REPLACE_FUNCS(strtol)
15 # Prerequisites of lib/strtol.c.
/netbsd/external/gpl2/dtc/dist/
H A Ddtc.c194 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/external/gpl3/binutils/dist/opcodes/
H A Dloongarch-coder.c56 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/external/gpl2/dtc/dist/tests/
H A Dappendprop_addrrange.c31 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/usr.bin/hexdump/
H A Dodsyntax.c150 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/usr.sbin/psrset/
H A Dpsrset.c131 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/external/apache2/llvm/dist/clang/lib/Basic/
H A DBuiltins.cpp120 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/usr.bin/join/
H A Djoin.c140 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()

12345678910>>...48