/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | backend-native.c | 263 src.b[i] = strtol(src_addr, NULL, 16); in sco_do_connect() 265 dst.b[i] = strtol(dst_addr, NULL, 16); in sco_do_connect() 479 src.b[i] = strtol(src_addr, NULL, 16); in sco_listen()
|
/foundation/resourceschedule/device_standby/utils/policy/src/ |
H A D | standby_config_manager.cpp | 268 int ret = (strtol(segB[i].c_str(), nullptr, DEC) < strtol(segA[i].c_str(), nullptr, DEC)) ? 1 : 0; in CompareVersion()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | unifdef.c | 855 *valp = strtol(cp, &ep, 0); in eval_unary() 892 *valp = strtol(value[sym], &ep, 0); in eval_unary()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | unifdef.c | 855 *valp = strtol(cp, &ep, 0); in eval_unary() 892 *valp = strtol(value[sym], &ep, 0); in eval_unary()
|
/third_party/curl/tests/server/ |
H A D | rtspd.c | 278 req->testno = strtol(ptr, &ptr, 10); in ProcessRequest() 429 req->testno = strtol(portp + 1, NULL, 10); in ProcessRequest()
|
/third_party/cups-filters/filter/ |
H A D | pdftops.c | 832 xres = yres = strtol(val, (char **)&ptr, 10); 836 yres = strtol(ptr + 1, (char **)&ptr, 10);
|
/third_party/libwebsockets/lib/core-net/ |
H A D | network.c | 699 u = strtol(t, NULL, 16); in lws_parse_numeric_address() 711 u = strtol(t, NULL, 10); in lws_parse_numeric_address()
|
/third_party/icu/icu4c/source/tools/ctestfw/ |
H A D | ctest.c | 1015 MINIMUM_MEMORY_SIZE_FAILURE = (size_t)strtol(argv[i], &endPtr, 10); in initArgs() 1024 MAXIMUM_MEMORY_SIZE_FAILURE = (size_t)strtol(maxPtr, &endPtr, 10); in initArgs()
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
H A D | ctest.c | 1013 MINIMUM_MEMORY_SIZE_FAILURE = (size_t)strtol(argv[i], &endPtr, 10); in initArgs() 1022 MAXIMUM_MEMORY_SIZE_FAILURE = (size_t)strtol(maxPtr, &endPtr, 10); in initArgs()
|
/third_party/glslang/StandAlone/ |
H A D | StandAlone.cpp | 520 int setVal = static_cast<int>(::strtol(argv[curArg], nullptr, 10)); in ProcessGlobalBlockSettings() 532 int bindingVal = static_cast<int>(::strtol(argv[curArg], nullptr, 10)); in ProcessGlobalBlockSettings() 615 int location = static_cast<int>(::strtol(split + 1, nullptr, 10)); in ProcessArguments() 642 uniformBase = static_cast<int>(::strtol(argv[1], nullptr, 10)); in ProcessArguments()
|
/third_party/curl/lib/ |
H A D | cf-socket.c | 813 long l = strtol(p, NULL, 10); in cf_socket_ctx_init() 819 long l = strtol(p, NULL, 10); in cf_socket_ctx_init() 825 long l = strtol(p, NULL, 10); in cf_socket_ctx_init() 831 long l = strtol(p, NULL, 10); in cf_socket_ctx_init()
|
/third_party/libcoap/examples/ |
H A D | coap-client.c | 695 value = strtol(arg, NULL, 10); in cmdline_hop_limit() 1715 log_level = strtol(optarg, NULL, 10); in main() 1718 dtls_log_level = strtol(optarg, NULL, 10); in main() 1753 csm_max_message_size = strtol(optarg, NULL, 10); in main()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/ |
H A D | transition_impl.cpp | 341 long value = strtol(iterations, nullptr, DEC); in GetNumIterations()
|
/foundation/multimedia/av_codec/frameworks/native/capi/avdemuxer/ |
H A D | native_avdemuxer.cpp | 50 unsigned char uuidByte = (unsigned char)strtol(byteString.c_str(), NULL, DRM_UUID_LEN); in ProcessApplicationDrmInfo()
|
/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_source_impl.cpp | 179 num = strtol(value.c_str(), &endptr, DECIMAL_BASE); in CheckOrientation()
|
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/ |
H A D | bluetooth_mock.cpp | 314 bytes[index] = strtol(subHexStr.c_str(), nullptr, NUMBER_BASE); in HexStr2Bytes()
|
/foundation/deviceprofile/device_info_manager/old/tools/dp/src/ |
H A D | dp_command.cpp | 280 int64_t mode = strtol(modeStr.c_str(), nullptr, BASE); in SyncCommand()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | schema_utils.cpp | 168 int transRes = strtol(defaultContent.c_str(), nullptr, 10); // 10: decimal in TransToInteger()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_dfinder_hidump.c | 340 enable = (int32_t)strtol(optMsg, NULL, DFINDER_DUMP_STRTOL_BASE); in EnableMgtMsgLog()
|
/kernel/linux/linux-5.10/usr/ |
H A D | gen_init_cpio.c | 539 default_mtime = strtol(optarg, &invalid, 10); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/alignment/ |
H A D | alignment_handler.c | 648 cioffset = strtol(argv[1], 0, 0x10); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/ |
H A D | cgroup_util.c | 259 int pid = strtol(ptr, &ptr, 10); in cg_killall()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | conf.c | 544 int tmp = (int)strtol(seed_env, &endp, 0); in main()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-probe.c | 211 ns_pid = (pid_t)strtol(str, NULL, 10); in opt_set_target_ns()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | config.c | 335 long val = strtol(value, &end, 0); in perf_parse_long()
|