/third_party/curl/lib/ |
H A D | parsedate.c | 426 lval = strtol(date, &end, 10); in parsedate()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | kernel.h | 496 #define simple_strtol strtol
|
/third_party/icu/icu4c/source/i18n/ |
H A D | erarules.cpp | 144 int32_t eraIdx = (int32_t)strtol(eraIdxStr, &endp, 10); in createInstance()
|
/third_party/mbedtls/programs/psa/ |
H A D | psa_constant_names.c | 212 long value = strtol(*argp, &end, 0); in process_signed()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | linker_util.cpp | 83 long array_index = strtol(&name[i], NULL, 10); in link_util_parse_program_resource_name()
|
/third_party/node/deps/base64/base64/bin/ |
H A D | base64.c | 453 const long wrap = strtol(str, &eptr, 10); in get_wrap()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | erarules.cpp | 144 int32_t eraIdx = (int32_t)strtol(eraIdxStr, &endp, 10); in createInstance()
|
/third_party/libevdev/tools/ |
H A D | libevdev-tweak-device.c | 87 v = strtol(str, &endptr, 10); in safe_atoi()
|
/third_party/libinput/src/ |
H A D | util-strings.h | 154 v = strtol(str, &endptr, base); in safe_atoi_base()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_cmdline.c | 302 gpu_id = strtol(optarg, NULL, 0); in main()
|
/third_party/mesa3d/src/util/ |
H A D | u_debug.c | 202 result = strtol(str, &endptr, 0); in debug_get_num_option()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | shader_compiler.cc | 196 uint64_t v = static_cast<uint64_t>(std::strtol(str, &new_pos, 16)); in ParseHex()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | erarules.cpp | 144 int32_t eraIdx = (int32_t)strtol(eraIdxStr, &endp, 10); in createInstance()
|
/third_party/openssl/test/ |
H A D | danetest.c | 224 v = strtol(cp, &endp, 10); in checked_uint8()
|
/third_party/toybox/toys/pending/ |
H A D | crontab.c | 65 long val = strtol(num, &num, 10); in getval()
|
/third_party/toybox/toys/posix/ |
H A D | od.c | 237 size = strtol(s, &s, 10); in append_base()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | sysinfo.cc | 200 const long temp_value = strtol(line, &err, 10); in ReadLongFromFile()
|
/third_party/selinux/checkpolicy/ |
H A D | checkmodule.c | 211 n = strtol(optarg, NULL, 10); in main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | eap_user_db.c | 95 user->t_c_timestamp = strtol(argv[i], NULL, 10); in get_user_cb()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglAndroidUtil.cpp | 93 sdkVersion = static_cast<deInt32>(strtol(value, DE_NULL, 10)); in androidGetSdkVersion()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | eap_user_db.c | 95 user->t_c_timestamp = strtol(argv[i], NULL, 10); in get_user_cb()
|
/third_party/backends/frontend/ |
H A D | saned.c | 577 cidr = strtol (netmask, &end, 10); in check_v4_in_range() 643 cidr = strtol (netmask, &end, 10); in check_v6_in_range() 708 cidr = strtol (netmask, &end, 10); in check_v4_in_range() 2756 val = strtol (optval, &endval, 10); 2779 val = strtol (optval, &endval, 10); 2809 val = strtol (optval, &endval, 10);
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_lut3d.c | 652 size = strtol(line + 10, NULL, 0); in parse_dat() 686 const int size = strtol(line + 12, NULL, 0); in parse_cube() 777 if (!strncmp(line, "in", 2)) in = strtol(line + 2, NULL, 0); in parse_m3d() 778 else if (!strncmp(line, "out", 3)) out = strtol(line + 3, NULL, 0); in parse_m3d() 920 int npoints = strtol(line, NULL, 0); in parse_cinespace() 1673 int npoints = strtol(line, NULL, 0); in parse_cinespace_1d() 1689 size = strtol(line, NULL, 0); in parse_cinespace_1d() 1727 const int size = strtol(line + 12, NULL, 0); in parse_cube_1d()
|
/third_party/ffmpeg/fftools/ |
H A D | opt_common.c | 1160 report_file_level = strtol(val, &tail, 10); in init_report() 1220 max = strtol(arg, &tail, 10); in opt_max_alloc() 1291 level = strtol(arg, &tail, 10); in opt_loglevel()
|
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess.c | 768 strtol(options[o], &tail, 0); in pp_get_mode_by_name_and_quality() 782 int val= strtol(options[o], &tail, 0); in pp_get_mode_by_name_and_quality() 796 int val= strtol(options[o], &tail, 0); in pp_get_mode_by_name_and_quality()
|