Home
last modified time | relevance | path

Searched refs:strtol (Results 126 - 150 of 656) sorted by relevance

12345678910>>...27

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dtask_fd_query_tp.c31 attr.config = strtol(buf, NULL, 0); in test_task_fd_query_tp_core()
/kernel/linux/linux-6.6/tools/net/ynl/samples/
H A Dnetdev.c58 ifindex = strtol(argv[1], NULL, 0); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtask_fd_query_tp.c36 attr.config = strtol(buf, NULL, 0); in test_task_fd_query_tp_core()
/third_party/curl/tests/libtest/
H A Dlib591.c83 strtol(libtest_arg2, NULL, 10)*1000); in test()
/third_party/ffmpeg/libavformat/
H A Dreplaygain.c54 db = strtol(value, &fraction, 0); in parse_value()
H A Dyuv4mpegdec.c74 width = strtol(tokstart, &tokend, 10); in yuv4_read_header()
78 height = strtol(tokstart, &tokend, 10); in yuv4_read_header()
/third_party/alsa-utils/alsaucm/
H A Dusecase.c132 strtol(str, &end, 10); in is_long()
/third_party/backends/tools/
H A Dmustek600iin-off.c91 i = strtol (ch, NULL, 0); in str2int()
/third_party/icu/tools/unicode/c/genprops/misc/
H A Ducdmerge.c86 c=strtol(line, &end, 16); in main()
/third_party/mesa3d/src/panfrost/drm-shim/
H A Dpanfrost_noop.c55 gp->value = strtol(override_version, NULL, 16); in pan_ioctl_get_param()
/third_party/mesa3d/src/util/
H A Dmesa-sha1.c65 buf[i] = strtol(tmp, NULL, 16); in _mesa_sha1_hex_to_sha1()
/third_party/node/deps/openssl/openssl/apps/
H A Dvms_decc_init.c80 verbose = strtol(openssl_debug_decc_init, NULL, 10); in decc_init()
/third_party/openssl/apps/
H A Dvms_decc_init.c80 verbose = strtol(openssl_debug_decc_init, NULL, 10); in decc_init()
/kernel/linux/linux-5.10/tools/usb/usbip/src/
H A Dusbip_list.c227 strtol(idVendor, NULL, 16), in list_devices()
228 strtol(idProduct, NULL, 16)); in list_devices()
/kernel/linux/linux-5.10/scripts/dtc/
H A Dutil.c153 val = strtol(x, &endx, 8); in get_oct_char()
176 val = strtol(x, &endx, 16); in get_hex_char()
/kernel/linux/linux-6.6/tools/perf/dlfilters/
H A Ddlfilter-test-api-v2.c184 verbose = strtol(dlargv[1], NULL, 0); in start()
187 d->do_early = strtol(dlargv[4], NULL, 0); in start()
H A Ddlfilter-test-api-v0.c169 verbose = strtol(dlargv[1], NULL, 0); in start()
172 d->do_early = strtol(dlargv[4], NULL, 0); in start()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dbpf_off_cpu.c161 int pid = strtol(pos->s, &end_ptr, 10); in off_cpu_prepare()
228 int pid = strtol(pos->s, &end_ptr, 10); in off_cpu_prepare()
H A Dnamespaces.c77 *tgid = (pid_t)strtol(strrchr(statln, '\t'), NULL, 10); in nsinfo__get_nspid()
83 *nstgid = (pid_t)strtol(nspid, NULL, 10); in nsinfo__get_nspid()
/kernel/linux/linux-6.6/scripts/dtc/
H A Dutil.c164 val = strtol(x, &endx, 8); in get_oct_char()
187 val = strtol(x, &endx, 16); in get_hex_char()
/kernel/linux/linux-6.6/tools/power/acpi/tools/pfrut/
H A Dpfrut.c128 log_type = strtol(optarg, &endptr, 0); in parse_options()
137 log_level = strtol(optarg, &endptr, 0); in parse_options()
/kernel/linux/linux-6.6/tools/testing/selftests/sched/
H A Dcs_prctl_test.c245 num_processes = (int)strtol(optarg, NULL, 10); in main()
251 delay = (int)strtol(optarg, NULL, 10); in main()
/kernel/linux/linux-6.6/tools/usb/usbip/src/
H A Dusbip_list.c228 strtol(idVendor, NULL, 16), in list_devices()
229 strtol(idProduct, NULL, 16)); in list_devices()
/third_party/ffmpeg/libavfilter/
H A Df_streamselect.c203 const int n = strtol(map, &p, 0); in parse_mapping()
270 strtol(map, &p, 0); in init()
/third_party/skia/third_party/externals/spirv-tools/tools/reduce/
H A Dreduce.cpp178 static_cast<uint32_t>(strtol(split_flag.second.c_str(), &end, 10)); in ParseFlags()
187 static_cast<uint32_t>(strtol(split_flag.second.c_str(), &end, 10)); in ParseFlags()

Completed in 11 milliseconds

12345678910>>...27