/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | task_fd_query_tp.c | 31 attr.config = strtol(buf, NULL, 0); in test_task_fd_query_tp_core()
|
/kernel/linux/linux-6.6/tools/net/ynl/samples/ |
H A D | netdev.c | 58 ifindex = strtol(argv[1], NULL, 0); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | task_fd_query_tp.c | 36 attr.config = strtol(buf, NULL, 0); in test_task_fd_query_tp_core()
|
/third_party/curl/tests/libtest/ |
H A D | lib591.c | 83 strtol(libtest_arg2, NULL, 10)*1000); in test()
|
/third_party/ffmpeg/libavformat/ |
H A D | replaygain.c | 54 db = strtol(value, &fraction, 0); in parse_value()
|
H A D | yuv4mpegdec.c | 74 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 D | usecase.c | 132 strtol(str, &end, 10); in is_long()
|
/third_party/backends/tools/ |
H A D | mustek600iin-off.c | 91 i = strtol (ch, NULL, 0); in str2int()
|
/third_party/icu/tools/unicode/c/genprops/misc/ |
H A D | ucdmerge.c | 86 c=strtol(line, &end, 16); in main()
|
/third_party/mesa3d/src/panfrost/drm-shim/ |
H A D | panfrost_noop.c | 55 gp->value = strtol(override_version, NULL, 16); in pan_ioctl_get_param()
|
/third_party/mesa3d/src/util/ |
H A D | mesa-sha1.c | 65 buf[i] = strtol(tmp, NULL, 16); in _mesa_sha1_hex_to_sha1()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | vms_decc_init.c | 80 verbose = strtol(openssl_debug_decc_init, NULL, 10); in decc_init()
|
/third_party/openssl/apps/ |
H A D | vms_decc_init.c | 80 verbose = strtol(openssl_debug_decc_init, NULL, 10); in decc_init()
|
/kernel/linux/linux-5.10/tools/usb/usbip/src/ |
H A D | usbip_list.c | 227 strtol(idVendor, NULL, 16), in list_devices() 228 strtol(idProduct, NULL, 16)); in list_devices()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | util.c | 153 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 D | dlfilter-test-api-v2.c | 184 verbose = strtol(dlargv[1], NULL, 0); in start() 187 d->do_early = strtol(dlargv[4], NULL, 0); in start()
|
H A D | dlfilter-test-api-v0.c | 169 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 D | bpf_off_cpu.c | 161 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 D | namespaces.c | 77 *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 D | util.c | 164 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 D | pfrut.c | 128 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 D | cs_prctl_test.c | 245 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 D | usbip_list.c | 228 strtol(idVendor, NULL, 16), in list_devices() 229 strtol(idProduct, NULL, 16)); in list_devices()
|
/third_party/ffmpeg/libavfilter/ |
H A D | f_streamselect.c | 203 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 D | reduce.cpp | 178 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()
|