Home
last modified time | relevance | path

Searched refs:strtol (Results 201 - 225 of 651) sorted by relevance

12345678910>>...27

/third_party/toybox/toys/other/
H A Dtaskset.c107 pid_t pid = strtol(toys.optargs[toys.optc-1], &c, 10); in taskset_main()
/third_party/toybox/toys/pending/
H A Dipcrm.c43 id = strtol(name, &c, 0); in do_ipcrm()
/third_party/selinux/libselinux/src/
H A Dquery_user_context.c28 choice = strtol(response, NULL, 10); in context_menu()
/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c329 i = strtol(s, &endptr, 0); in parse_optarg_string()
398 end_cpu = strtol(startp, &endp, 10); in parse_cmdline_cpu()
443 cpu = strtol(startp, &endp, 10); in parse_cmdline_cpu()
478 end_pkg = strtol(startp, &endp, 10); in parse_cmdline_pkg()
497 pkg = strtol(startp, &endp, 10); in parse_cmdline_pkg()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dtp_attach_query.c30 attr.config = strtol(buf, NULL, 0); in test_tp_attach_query()
/kernel/linux/linux-5.10/tools/power/cpupower/lib/
H A Dcpupower.c99 *result = strtol(linebuf, &endp, 0); in sysfs_topology_read_file()
/kernel/linux/linux-6.6/tools/power/cpupower/lib/
H A Dcpupower.c127 *result = strtol(linebuf, &endp, 0); in sysfs_topology_read_file()
/kernel/linux/linux-6.6/tools/power/cpupower/utils/helpers/
H A Dmisc.c66 val = strtol(linebuf, &endp, 0); in cpupower_intel_get_perf_bias()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtp_attach_query.c35 attr.config = strtol(buf, NULL, 0); in serial_test_tp_attach_query()
/third_party/ffmpeg/libavfilter/
H A Daf_aformat.c88 int ret = strtol(samplerate, NULL, 0); in get_sample_rate()
H A Dvf_pp.c72 pp->mode_id = av_clip(strtol(args, NULL, 10), 0, PP_QUALITY_MAX); in pp_process_command()
/third_party/curl/src/
H A Dtool_main.c128 long num = strtol(env, &endptr, 10); in memory_tracking_init()
/third_party/ffmpeg/tools/
H A Dprobetest.c88 ret = strtol(arg, &arg, 0); in read_int()
/third_party/alsa-utils/axfer/
H A Dmain.c50 val = strtol(str, &endptr, 0); in arg_parse_decimal_num()
/third_party/backends/backend/genesys/
H A Derror.cpp207 auto setting_int = std::strtol(setting, nullptr, 10); in dbg_read_log_image_data_setting()
/third_party/icu/icu4c/source/samples/coll/
H A Dcoll.cpp119 int i = strtol(argv[argNum], &endp, 0); in processOptions()
/third_party/mesa3d/src/compiler/glsl/
H A Ds_expression.cpp82 int i = strtol(src, &int_end, 10); in read_atom()
/third_party/ltp/lib/
H A Dtst_net.c85 l = strtol(s, &x, 0); in tst_safe_atoi()
/third_party/musl/libc-test/src/math/gen/
H A Dutil.c130 k = strtol(a[i], &e, 0); in econv()
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h32 long strtol (const char *__restrict, char **__restrict, int);
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dttranshuge.c325 corrupt_page = strtol(optarg, NULL, 10); in get_options_or_die()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dttranshuge.c325 corrupt_page = strtol(optarg, NULL, 10); in get_options_or_die()
/third_party/ltp/testcases/network/lib6/
H A Din6_02.c143 dsize = strtol(line + 7, &p, 0); in getdatasize()
/third_party/libfuse/lib/
H A Dmount_bsd.c164 fd = strtol(fdnam, &ep, 10); in fuse_mount_core()
/third_party/ltp/testcases/network/tcp_cmds/sendfile/
H A Dtestsf_s.c138 flen = strtol(number, NULL, 10); in main()

Completed in 12 milliseconds

12345678910>>...27