/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ctrl_iface_unix.c | 571 gid = strtol(gid_str, &endp, 10); in wpas_ctrl_iface_open_sock() 1295 gid = strtol(gid_str, &endp, 10); in wpas_global_ctrl_iface_open_sock()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | component.cpp | 1099 isOpacity ? (strtod(value, nullptr) * ALPHA_MAX) : static_cast<int32_t>(strtol(value, nullptr, DEC)); in GetAnimatorValue() 1947 return strtol(style->GetStrValue(), nullptr, DEC); in GetStylePixelValue() 1962 return strtol(style->GetStrValue(), nullptr, DEC); in GetStyleDegValue()
|
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/ |
H A D | isst-config.c | 3110 ret = strtol(optarg, &ptr, 10); in cmdline() 3117 ret = strtol(optarg, &ptr, 10); in cmdline() 3133 ret = strtol(optarg, &ptr, 10); in cmdline()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | veristat.c | 273 env.log_level = strtol(arg, NULL, 10); in parse_arg() 284 env.log_size = strtol(arg, NULL, 10); in parse_arg() 525 val = strtol(p, (char **)&end, 10); in append_filter()
|
/third_party/ffmpeg/libavcodec/ |
H A D | ffv1enc.c | 780 s->rc_stat[j][i] = strtol(p, &next, 0); in encode_init() 793 s->rc_stat2[i][j][k][m] = strtol(p, &next, 0); in encode_init() 804 gob_count = strtol(p, &next, 0); in encode_init()
|
/third_party/curl/tests/server/ |
H A D | sws.c | 459 req->testno = strtol(ptr, &ptr, 10); in ProcessRequest() 566 req->testno = strtol(&testno[9], NULL, 10); in ProcessRequest() 592 req->testno = strtol(ptr, &ptr, 10); in ProcessRequest()
|
/third_party/eudev/src/udev/ |
H A D | udev-rules.c | 1368 mode = strtol(attr, NULL, 8); in add_rule() 1520 mode = strtol(value, &endptr, 8); in add_rule() 2358 mode = strtol(mode_str, &endptr, 8); in udev_rules_apply_to_event()
|
/third_party/ffmpeg/libavformat/ |
H A D | sbgdec.c | 189 hours = strtol(cur, &end, 10); in str_to_time() 193 minutes = strtol(cur, &end, 10); in str_to_time() 429 r = strtol(oarg.s, &tptr, 10); in parse_options()
|
H A D | mvdec.c | 85 v = strtol(s, NULL, 10); in var_read_int()
|
/third_party/backends/backend/ |
H A D | u12.c | 685 vi = strtol( tmp, 0, 0 ); in decodeUsbIDs() 695 pi = strtol( tmp, 0, 0 ); in decodeUsbIDs() 748 *((int*)result) = strtol( tmp2, 0, 0 ); in decodeVal()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_gpu_info.c | 479 spi_cu_en = strtol(str, NULL, 16); in set_custom_cu_en_mask() 492 first = last = strtol(str, &str, 10); in set_custom_cu_en_mask() 497 last = strtol(str, &str, 10); in set_custom_cu_en_mask()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_config_file.c | 62 vlan_id = strtol(buf, &pos, 10); in hostapd_config_read_vlan_file() 2478 conf->country[2] = strtol(pos, NULL, 16); 3075 bss->ctrl_interface_gid = strtol(group, &endp, 10); 4062 bss->t_c_timestamp = strtol(pos, NULL, 0); 4222 val = strtol(pos, &endp, 0); 4240 val = strtol(pos, &endp, 0); 4334 bss->dpp_netaccesskey_expiry = strtol(pos, NULL, 0);
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_util.h | 375 #define oal_strtol strtol
|
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/ |
H A D | source_map.cpp | 58 int64_t result = std::strtol(value.c_str(), &pEnd, 10); in StringToInt()
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/ |
H A D | p2p_adapter.cpp | 133 connectConfig.frequency = strtol(configs[P2P_GROUP_CONFIG_INDEX_FREQ].c_str(), nullptr, DECIMAL_BASE); in P2pConnectGroup()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | cloud_db_sync_utils_test.cpp | 278 EXPECT_EQ(strtol(colValue[0], nullptr, 10), expectCount); // 10: decimal in QueryCountCallback()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | udpgso_bench_tx.c | 464 cfg_cpu = strtol(optarg, NULL, 0); in parse_opts()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | common.c | 545 return strtol(vendor_id_buf, NULL, 0); in read_sysfs_hex_int()
|
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/ |
H A D | pcm-test.c | 87 v = strtol(id, &end, 10); in device_from_id()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | config.c | 336 long val = strtol(value, &end, 0); in perf_parse_long()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | ctx_rewrite.c | 241 int snum = strtol(str, &next, 10); in match_number()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | udpgso_bench_tx.c | 464 cfg_cpu = strtol(optarg, NULL, 0); in parse_opts()
|
/kernel/linux/linux-6.6/tools/arch/x86/intel_sdsi/ |
H A D | intel_sdsi.c | 652 *value = strtol(buff, NULL, 0); in read_sysfs_data()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_life.c | 130 long int rule = strtol(rule_str, &tail, 10); in parse_rule()
|
/third_party/curl/lib/vquic/ |
H A D | vquic.c | 100 long l = strtol(p, NULL, 10); in vquic_ctx_init()
|