/third_party/ffmpeg/libavdevice/ |
H A D | iec61883.c | 274 inport = strtol(context->url, &endptr, 10); in iec61883_read_header()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_spp.c | 451 s->log2_count = av_clip(strtol(args, NULL, 10), 0, MAX_LEVEL); in process_command()
|
/third_party/ffmpeg/libavformat/ |
H A D | file.c | 385 fd = strtol(filename, &final, 10); in pipe_open()
|
H A D | id3v2enc.c | 125 avio_w8(dyn_buf, strtol(digits, NULL, 16)); in id3v2_put_priv()
|
/third_party/glfw/src/ |
H A D | init.c | 217 *path = (char) strtol(digits, NULL, 16); in _glfwParseUriList()
|
/third_party/glslang/StandAlone/ |
H A D | spirv-remap.cpp | 274 int verb = ::strtol(argv[a], &end_ptr, 10); in parseCmdLine()
|
/third_party/alsa-utils/axfer/test/ |
H A D | mapper-test.c | 474 access = strtol(argv[1], &term, 10); in main()
|
/third_party/alsa-lib/src/ucm/ |
H A D | main.c | 305 v = strtol(p, &end, 0); in parse_uint()
|
/third_party/backends/sanei/ |
H A D | sanei_ab306.c | 240 base = strtol (dev, &end, 0); in sanei_ab306_open()
|
/third_party/curl/lib/ |
H A D | altsvc.c | 473 unsigned long val = strtol(timestr, NULL, 10); in altsvc_debugtime()
|
/third_party/benchmark/src/ |
H A D | benchmark_runner.cc | 181 // Reset errno before it's changed by strtol. in ParseBenchMinTime() 183 IterationCount num_iters = std::strtol(value.c_str(), &p_end, 10); in ParseBenchMinTime()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | bidiconf.cpp | 480 int32_t paraDirection=(int32_t)strtol(start, &end, 10); in TestBidiCharacterTest()
|
/third_party/icu/icu4c/source/test/perf/ubrkperf/ |
H A D | ubrkperfold.cpp | 264 i = strtol(argv[argNum], &endp, 0); in ProcessOptions()
|
/third_party/libcoap/examples/ |
H A D | etsi_iot_01.c | 599 log_level = strtol(optarg, NULL, 10); in main()
|
/third_party/jerryscript/jerry-main/ |
H A D | main-unix-snapshot.c | 371 jerry_length_t mstr_size = (jerry_length_t) strtol (sp_buffer_p, &sp_buffer_end_p, 10); in process_generate()
|
/third_party/ltp/metadata/ |
H A D | metaparse.c | 742 val = strtol(str_val, &endptr, 10); in convert_str2int()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfscluster.c | 177 opts.inode = strtol(optarg, &end, 0); in parse_options()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | error2aub.c | 216 *engine_instance = strtol(engine_name + strlen(r->match), NULL, 10); in engine_from_name()
|
/third_party/ltp/include/lapi/ |
H A D | bpf.h | 434 FN(strtol), \
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_measure.c | 351 long fcount = strtol(nptr, &endptr, 10); in intel_measure_frame_transition()
|
/third_party/skia/tools/flags/ |
H A D | CommonFlagsConfig.cpp | 264 long intValue = strtol(value.c_str(), &endptr, 10); in parse_option_int()
|
/third_party/toybox/lib/ |
H A D | args.c | 304 long l = strtol(++options, &temp, 10); in parse_optflaglist()
|
/third_party/toybox/toys/pending/ |
H A D | fsck.c | 77 long ret_value = strtol(str, &endptr, 10); in strtol_range()
|
H A D | lsof.c | 438 if ((pid = strtol(start, &end, 10))<1 || (*end && *end!=',')) in lsof_main()
|
H A D | syslogd.c | 252 port = strtol(++p, &endptr, 10); in open_logfiles()
|