/third_party/benchmark/src/ |
H A D | string_util.cc | 172 * strtol, strtod. Note that reimplemented functions are in benchmark:: 208 const long result = strtol(strStart, &strEnd, base); in stoi()
|
/third_party/icu/icu4c/source/samples/strsrch/ |
H A D | strsrch.cpp | 129 int i = strtol(argv[argNum], &endp, 0); in processOptions()
|
/third_party/jerryscript/jerry-main/ |
H A D | cli.c | 211 long int value = strtol (state_p->arg, &endptr, 10); in cli_consume_int()
|
H A D | main-unix.c | 193 err_line = (unsigned int) strtol ((char *) current_p, (char **) ¤t_p, 10); in print_unhandled_exception() 197 err_col = (unsigned int) strtol ((char *) current_p, NULL, 10); in print_unhandled_exception()
|
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerUtil.cpp | 114 U->push_back(strtol(Hex, nullptr, 16)); in ParseOneDictionaryEntry()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_lower_xfb_varying.c | 87 unsigned index = strtol(name + 1, &endptr, 10); in get_deref()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/ |
H A D | cpuset_cpu_hog.c | 132 opt_value = strtol(optarg, &endptr, DECIMAL); in checkopt()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfscat.c | 142 num = strtol(value, NULL, 0); in parse_attribute()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_compiler.c | 151 chipset = strtol(argv[++i], NULL, 16); in main()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | private.h | 184 # define strtoimax strtol
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_util.c | 95 const long line_number = strtol(++p_line, &p_level_tmp, 10); in ossl_cmp_log_parse_metadata()
|
/third_party/node/deps/openssl/openssl/crypto/engine/ |
H A D | eng_ctrl.c | 315 l = strtol(arg, &ptr, 10); in ENGINE_ctrl_cmd_string()
|
/third_party/openssl/crypto/engine/ |
H A D | eng_ctrl.c | 315 l = strtol(arg, &ptr, 10); in ENGINE_ctrl_cmd_string()
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_util.c | 95 const long line_number = strtol(++p_line, &p_level_tmp, 10); in ossl_cmp_log_parse_metadata()
|
/third_party/skia/third_party/externals/icu/source/samples/strsrch/ |
H A D | strsrch.cpp | 129 int i = strtol(argv[argNum], &endp, 0); in processOptions()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | private.h | 184 # define strtoimax strtol
|
/third_party/ffmpeg/libavformat/ |
H A D | rtsp.c | 893 v = strtol(q, &p, 10); in rtsp_parse_range() 897 v = strtol(p, &p, 10); in rtsp_parse_range() 995 th->ttl = strtol(p, &end, 10); in rtsp_parse_transport() 1101 (t = strtol(p, NULL, 10)) > 0) { in ff_rtsp_parse_line() 1105 reply->content_length = strtol(p, NULL, 10); in ff_rtsp_parse_line() 1109 reply->seq = strtol(p, NULL, 10); in ff_rtsp_parse_line() 1120 reply->notice = strtol(p, NULL, 10); in ff_rtsp_parse_line()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | msg_zerocopy.c | 726 cfg_cork = strtol(optarg, NULL, 0); in parse_opts() 729 cfg_cpu = strtol(optarg, NULL, 0); in parse_opts()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | conf.c | 96 seed = strtol(env, &endp, 0); in set_randconfig_seed() 191 int tmp = strtol(env, &endp, 10); in conf_set_all_new_symbols()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | msg_zerocopy.c | 726 cfg_cork = strtol(optarg, NULL, 0); in parse_opts() 729 cfg_cpu = strtol(optarg, NULL, 0); in parse_opts()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_loader.c | 123 tmp = strtol(str + 2, &end, 16); in parse_int() 125 tmp = strtol(str, &end, 10); in parse_int()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_join.c | 124 input_idx = strtol(cur, &cur, 0); in parse_maps() 136 map->in_channel_idx = strtol(cur, &p, 0); in parse_maps()
|
/third_party/ffmpeg/libavutil/ |
H A D | parseutils.c | 165 width = strtol(str, (void*)&p, 10); in av_parse_video_size() 168 height = strtol(p, (void*)&p, 10); in av_parse_video_size()
|
/third_party/libcoap/examples/ |
H A D | oscore-interop-server.c | 640 log_level = strtol(optarg, NULL, 10); in main() 643 csm_max_message_size = strtol(optarg, NULL, 10); in main()
|
H A D | coap-rd.c | 822 log_level = strtol(optarg, NULL, 10); in main() 825 dtls_log_level = strtol(optarg, NULL, 10); in main()
|