/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()
|
H A D | sanei_scsi.c | 822 i = strtol (cc, &cc1, 10); in get_max_buffer_size() 886 i = strtol (cc, &cc1, 10); in sanei_scsi_open_extended() 923 i = strtol (cc, &cc1, 10); in sanei_scsi_open_extended() 1521 i = strtol (cc, &cc1, 10); in sanei_scsi_open() 2847 *param[i].u.i = strtol (string, &end, 10); in sanei_proc_scsi_find_devices() 3009 val = strtol (ptr, &end, 10); in sanei_scsi_find_devices() 3106 val = strtol (vmt[2], &end, 10); in sanei_scsi_find_devices() 4212 *param[i].u.i = strtol (string, &end, 10); in sanei_scsi_find_devices()
|
/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()
|
/third_party/tzdata/ |
H A D | private.h | 371 # define strtoimax strtol
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_opt.c | 429 sync_file_idx = strtol(sync + 1, &sync, 0); in opt_map() 468 file_idx = strtol(map, &p, 0); in opt_map() 703 *index = strtol(++arg, NULL, 0); in parse_meta_type() 900 uint32_t tag = strtol(codec_tag, &next, 0); in add_input_streams() 1665 uint32_t tag = strtol(codec_tag, &next, 0); in new_output_stream() 2865 int in_file_index = strtol(o->metadata_map[i].u.str, &p, 0); in open_output_file() 2943 progid = strtol(p2, NULL, 0); in open_output_file() 2974 int st_num = strtol(p2, NULL, 0); in open_output_file()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 68 vlan_id = strtol(buf, &pos, 10); in hostapd_config_read_vlan_file() 2559 conf->country[2] = strtol(pos, NULL, 16); in hostapd_config_fill() 3188 bss->ctrl_interface_gid = strtol(group, &endp, 10); in hostapd_config_fill() 4263 bss->t_c_timestamp = strtol(pos, NULL, 0); in hostapd_config_fill() 4472 val = strtol(pos, &endp, 0); in hostapd_config_fill() 4490 val = strtol(pos, &endp, 0); in hostapd_config_fill() 4596 bss->dpp_netaccesskey_expiry = strtol(pos, NULL, 0); in hostapd_config_fill() 4673 bss->transition_disable = strtol(pos, NULL, 16); in hostapd_config_fill()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-record.c | 413 opts->nr_cblocks = strtol(str, NULL, 0); in record__aio_parse() 469 opts->mmap_flush = strtol(str, NULL, 0); in record__mmap_flush_parse() 494 opts->comp_level = strtol(str, NULL, 0); in record__parse_comp_level() 2152 rec->opts.nr_cblocks = strtol(value, NULL, 0); in perf_record_config()
|