/third_party/toybox/toys/other/ |
H A D | taskset.c | 107 pid_t pid = strtol(toys.optargs[toys.optc-1], &c, 10); in taskset_main()
|
/third_party/toybox/toys/pending/ |
H A D | ipcrm.c | 43 id = strtol(name, &c, 0); in do_ipcrm()
|
/third_party/selinux/libselinux/src/ |
H A D | query_user_context.c | 28 choice = strtol(response, NULL, 10); in context_menu()
|
/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/ |
H A D | x86_energy_perf_policy.c | 329 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 D | tp_attach_query.c | 30 attr.config = strtol(buf, NULL, 0); in test_tp_attach_query()
|
/kernel/linux/linux-5.10/tools/power/cpupower/lib/ |
H A D | cpupower.c | 99 *result = strtol(linebuf, &endp, 0); in sysfs_topology_read_file()
|
/kernel/linux/linux-6.6/tools/power/cpupower/lib/ |
H A D | cpupower.c | 127 *result = strtol(linebuf, &endp, 0); in sysfs_topology_read_file()
|
/kernel/linux/linux-6.6/tools/power/cpupower/utils/helpers/ |
H A D | misc.c | 66 val = strtol(linebuf, &endp, 0); in cpupower_intel_get_perf_bias()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | tp_attach_query.c | 35 attr.config = strtol(buf, NULL, 0); in serial_test_tp_attach_query()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_aformat.c | 88 int ret = strtol(samplerate, NULL, 0); in get_sample_rate()
|
H A D | vf_pp.c | 72 pp->mode_id = av_clip(strtol(args, NULL, 10), 0, PP_QUALITY_MAX); in pp_process_command()
|
/third_party/curl/src/ |
H A D | tool_main.c | 128 long num = strtol(env, &endptr, 10); in memory_tracking_init()
|
/third_party/ffmpeg/tools/ |
H A D | probetest.c | 88 ret = strtol(arg, &arg, 0); in read_int()
|
/third_party/alsa-utils/axfer/ |
H A D | main.c | 50 val = strtol(str, &endptr, 0); in arg_parse_decimal_num()
|
/third_party/backends/backend/genesys/ |
H A D | error.cpp | 207 auto setting_int = std::strtol(setting, nullptr, 10); in dbg_read_log_image_data_setting()
|
/third_party/icu/icu4c/source/samples/coll/ |
H A D | coll.cpp | 119 int i = strtol(argv[argNum], &endp, 0); in processOptions()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | s_expression.cpp | 82 int i = strtol(src, &int_end, 10); in read_atom()
|
/third_party/ltp/lib/ |
H A D | tst_net.c | 85 l = strtol(s, &x, 0); in tst_safe_atoi()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | util.c | 130 k = strtol(a[i], &e, 0); in econv()
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdlib.h | 32 long strtol (const char *__restrict, char **__restrict, int);
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | ttranshuge.c | 325 corrupt_page = strtol(optarg, NULL, 10); in get_options_or_die()
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | ttranshuge.c | 325 corrupt_page = strtol(optarg, NULL, 10); in get_options_or_die()
|
/third_party/ltp/testcases/network/lib6/ |
H A D | in6_02.c | 143 dsize = strtol(line + 7, &p, 0); in getdatasize()
|
/third_party/libfuse/lib/ |
H A D | mount_bsd.c | 164 fd = strtol(fdnam, &ep, 10); in fuse_mount_core()
|
/third_party/ltp/testcases/network/tcp_cmds/sendfile/ |
H A D | testsf_s.c | 138 flen = strtol(number, NULL, 10); in main()
|