/foundation/CastEngine/castengine_cast_framework/common/src/ |
H A D | cast_engine_common_helper.cpp | 127 int fd = static_cast<int>(std::strtol(url.c_str(), &nextPtr, DECIMALISM)); in GetLocalFd()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | js_ability.cpp | 680 displayId = strtol(strDisplayId.c_str(), nullptr, base); in InitWindowScene()
|
H A D | cj_ui_ability.cpp | 640 displayId = strtol(strDisplayId.c_str(), nullptr, BASE_DISPLAY_ID_NUM); in InitSceneDoOnForeground()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | chart_component.cpp | 975 uint16_t size = strtol(sizeVal, nullptr, DEC); in GetSizeVal()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_bundle_parser.cpp | 262 long num = strtol(value, &endptr, STRTOL_DECIMALISM_FLAG); in CheckApi10Version()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | flatbuffer_schema.cpp | 509 int skipsizeInt = strtol(skipsizeStr.c_str(), nullptr, 10); // 10: decimal in ParseCheckRootTableAttribute()
|
/third_party/curl/tests/server/ |
H A D | sockfilt.c | 406 *buffer_len = (ssize_t)strtol((char *)buffer, NULL, 16); in read_data_block()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_filter.c | 246 int file_idx = strtol(in->name, &p, 0); in init_input_filter()
|
/third_party/elfutils/libelf/ |
H A D | elf_begin.c | 1011 = (__typeof (elf_ar_hdr->FIELD)) strtol (string, NULL, 8); \ in __libelf_next_arhdr_wrlock()
|
/third_party/eudev/src/shared/ |
H A D | util.c | 312 l = strtol(s, &x, 0); in safe_atoi()
|
/third_party/elfutils/src/ |
H A D | ar.c | 213 if (((instance = strtol (argv[remaining], &endp, 10)) == LONG_MAX in main()
|
/third_party/ffmpeg/libavformat/ |
H A D | concatdec.c | 518 arg_int[arg] = strtol(get_keyword(&cursor), NULL, 0); in concat_parse_script()
|
H A D | segment.c | 544 f = strtol(p, &tailptr, 10); in parse_frames()
|
/third_party/curl/lib/ |
H A D | smtp.c | 229 *resp = curlx_sltosi(strtol(tmpline, NULL, 10)); in smtp_endofresp()
|
H A D | openldap.c | 570 do_trace = (env && strtol(env, NULL, 10) > 0); in oldap_connect()
|
/third_party/backends/sanei/ |
H A D | sanei_pa4s2.c | 368 base = strtol (dev, &end, 0); in pa4s2_open()
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | util.c | 524 *pdest++ = (char)strtol(cstr, NULL, 16); in unhexify()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbimonkeytest.cpp | 987 val = strtol(str.data(), NULL, 10); in getIntParam()
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 3913 * similar to user space **strtol**\ (3). 5787 FN(strtol, 105, ##ctx) \
|
/third_party/ltp/lib/ |
H A D | tst_test.c | 738 rval = strtol(str, &end, 10); in tst_parse_long()
|
H A D | safe_macros.c | 578 rval = strtol(str, &endptr, 10); in safe_strtol() 583 "strtol(%s) failed", str); in safe_strtol() 589 "strtol(%s): Invalid value", str); in safe_strtol() 595 "strtol(%s): %ld is out of range %ld - %ld", in safe_strtol()
|
/third_party/ltp/testcases/kernel/fs/fsx-linux/ |
H A D | fsx-linux.c | 1086 ret = strtol(s, e, 0); in getnum()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator_viewer.cpp | 894 uint64_t opcode = strtol(opcode_str, NULL, 16); in display_commands_window()
|
/third_party/icu/icu4c/source/test/perf/collationperf/ |
H A D | collperf.cpp | 253 i = strtol(argv[argNum], &endp, 0); in ProcessOptions()
|
/third_party/lwip/src/apps/smtp/ |
H A D | smtp.c | 969 num = strtol(digits, NULL, 10); in smtp_is_response()
|