Home
last modified time | relevance | path

Searched refs:strtol (Results 426 - 450 of 564) sorted by relevance

1...<<11121314151617181920>>...23

/foundation/CastEngine/castengine_cast_framework/common/src/
H A Dcast_engine_common_helper.cpp127 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 Djs_ability.cpp680 displayId = strtol(strDisplayId.c_str(), nullptr, base); in InitWindowScene()
H A Dcj_ui_ability.cpp640 displayId = strtol(strDisplayId.c_str(), nullptr, BASE_DISPLAY_ID_NUM); in InitSceneDoOnForeground()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dchart_component.cpp975 uint16_t size = strtol(sizeVal, nullptr, DEC); in GetSizeVal()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_parser.cpp262 long num = strtol(value, &endptr, STRTOL_DECIMALISM_FLAG); in CheckApi10Version()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp509 int skipsizeInt = strtol(skipsizeStr.c_str(), nullptr, 10); // 10: decimal in ParseCheckRootTableAttribute()
/third_party/curl/tests/server/
H A Dsockfilt.c406 *buffer_len = (ssize_t)strtol((char *)buffer, NULL, 16); in read_data_block()
/third_party/ffmpeg/fftools/
H A Dffmpeg_filter.c246 int file_idx = strtol(in->name, &p, 0); in init_input_filter()
/third_party/elfutils/libelf/
H A Delf_begin.c1011 = (__typeof (elf_ar_hdr->FIELD)) strtol (string, NULL, 8); \ in __libelf_next_arhdr_wrlock()
/third_party/eudev/src/shared/
H A Dutil.c312 l = strtol(s, &x, 0); in safe_atoi()
/third_party/elfutils/src/
H A Dar.c213 if (((instance = strtol (argv[remaining], &endp, 10)) == LONG_MAX in main()
/third_party/ffmpeg/libavformat/
H A Dconcatdec.c518 arg_int[arg] = strtol(get_keyword(&cursor), NULL, 0); in concat_parse_script()
H A Dsegment.c544 f = strtol(p, &tailptr, 10); in parse_frames()
/third_party/curl/lib/
H A Dsmtp.c229 *resp = curlx_sltosi(strtol(tmpline, NULL, 10)); in smtp_endofresp()
H A Dopenldap.c570 do_trace = (env && strtol(env, NULL, 10) > 0); in oldap_connect()
/third_party/backends/sanei/
H A Dsanei_pa4s2.c368 base = strtol (dev, &end, 0); in pa4s2_open()
/third_party/cups-filters/filter/foomatic-rip/
H A Dutil.c524 *pdest++ = (char)strtol(cstr, NULL, 16); in unhexify()
/third_party/icu/icu4c/source/test/intltest/
H A Drbbimonkeytest.cpp987 val = strtol(str.data(), NULL, 10); in getIntParam()
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h3913 * similar to user space **strtol**\ (3).
5787 FN(strtol, 105, ##ctx) \
/third_party/ltp/lib/
H A Dtst_test.c738 rval = strtol(str, &end, 10); in tst_parse_long()
H A Dsafe_macros.c578 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 Dfsx-linux.c1086 ret = strtol(s, e, 0); in getnum()
/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer.cpp894 uint64_t opcode = strtol(opcode_str, NULL, 16); in display_commands_window()
/third_party/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp253 i = strtol(argv[argNum], &endp, 0); in ProcessOptions()
/third_party/lwip/src/apps/smtp/
H A Dsmtp.c969 num = strtol(digits, NULL, 10); in smtp_is_response()

Completed in 52 milliseconds

1...<<11121314151617181920>>...23