Home
last modified time | relevance | path

Searched refs:strtol (Results 251 - 275 of 472) sorted by relevance

1...<<111213141516171819

/third_party/ffmpeg/libavdevice/
H A Diec61883.c274 inport = strtol(context->url, &endptr, 10); in iec61883_read_header()
/third_party/ffmpeg/libavfilter/
H A Dvf_spp.c451 s->log2_count = av_clip(strtol(args, NULL, 10), 0, MAX_LEVEL); in process_command()
/third_party/ffmpeg/libavformat/
H A Dfile.c385 fd = strtol(filename, &final, 10); in pipe_open()
H A Did3v2enc.c125 avio_w8(dyn_buf, strtol(digits, NULL, 16)); in id3v2_put_priv()
/third_party/glfw/src/
H A Dinit.c217 *path = (char) strtol(digits, NULL, 16); in _glfwParseUriList()
/third_party/glslang/StandAlone/
H A Dspirv-remap.cpp274 int verb = ::strtol(argv[a], &end_ptr, 10); in parseCmdLine()
/third_party/alsa-utils/axfer/test/
H A Dmapper-test.c474 access = strtol(argv[1], &term, 10); in main()
/third_party/alsa-lib/src/ucm/
H A Dmain.c305 v = strtol(p, &end, 0); in parse_uint()
/third_party/backends/sanei/
H A Dsanei_ab306.c240 base = strtol (dev, &end, 0); in sanei_ab306_open()
/third_party/curl/lib/
H A Daltsvc.c473 unsigned long val = strtol(timestr, NULL, 10); in altsvc_debugtime()
/third_party/benchmark/src/
H A Dbenchmark_runner.cc181 // 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 Dbidiconf.cpp480 int32_t paraDirection=(int32_t)strtol(start, &end, 10); in TestBidiCharacterTest()
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp264 i = strtol(argv[argNum], &endp, 0); in ProcessOptions()
/third_party/libcoap/examples/
H A Detsi_iot_01.c599 log_level = strtol(optarg, NULL, 10); in main()
/third_party/jerryscript/jerry-main/
H A Dmain-unix-snapshot.c371 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 Dmetaparse.c742 val = strtol(str_val, &endptr, 10); in convert_str2int()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscluster.c177 opts.inode = strtol(optarg, &end, 0); in parse_options()
/third_party/mesa3d/src/intel/tools/
H A Derror2aub.c216 *engine_instance = strtol(engine_name + strlen(r->match), NULL, 10); in engine_from_name()
/third_party/ltp/include/lapi/
H A Dbpf.h434 FN(strtol), \
/third_party/mesa3d/src/intel/common/
H A Dintel_measure.c351 long fcount = strtol(nptr, &endptr, 10); in intel_measure_frame_transition()
/third_party/skia/tools/flags/
H A DCommonFlagsConfig.cpp264 long intValue = strtol(value.c_str(), &endptr, 10); in parse_option_int()
/third_party/toybox/lib/
H A Dargs.c304 long l = strtol(++options, &temp, 10); in parse_optflaglist()
/third_party/toybox/toys/pending/
H A Dfsck.c77 long ret_value = strtol(str, &endptr, 10); in strtol_range()
H A Dlsof.c438 if ((pid = strtol(start, &end, 10))<1 || (*end && *end!=',')) in lsof_main()
H A Dsyslogd.c252 port = strtol(++p, &endptr, 10); in open_logfiles()

Completed in 27 milliseconds

1...<<111213141516171819