Home
last modified time | relevance | path

Searched refs:snprintf (Results 76 - 100 of 7278) sorted by relevance

12345678910>>...292

/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H A Dql4_attr.c159 return snprintf(buf, PAGE_SIZE, "%d.%02d.%02d (%x)\n", in qla4xxx_fw_version_show()
163 return snprintf(buf, PAGE_SIZE, "%d.%02d.%02d.%02d\n", in qla4xxx_fw_version_show()
173 return snprintf(buf, PAGE_SIZE, "%s\n", ha->serial_number); in qla4xxx_serial_num_show()
181 return snprintf(buf, PAGE_SIZE, "%d.%02d\n", ha->fw_info.iscsi_major, in qla4xxx_iscsi_version_show()
190 return snprintf(buf, PAGE_SIZE, "%d.%02d.%02d.%02d\n", in qla4xxx_optrom_version_show()
200 return snprintf(buf, PAGE_SIZE, "0x%08X\n", ha->board_id); in qla4xxx_board_id_show()
210 return snprintf(buf, PAGE_SIZE, "0x%08X%8X\n", ha->firmware_state, in qla4xxx_fw_state_show()
223 return snprintf(buf, PAGE_SIZE, "0x%04X\n", ha->phy_port_cnt); in qla4xxx_phy_port_cnt_show()
235 return snprintf(buf, PAGE_SIZE, "0x%04X\n", ha->phy_port_num); in qla4xxx_phy_port_num_show()
247 return snprintf(bu in qla4xxx_iscsi_func_cnt_show()
[all...]
/third_party/libexif/libexif/pentax/
H A Dmnote-pentax-entry.c38 snprintf (v, maxlen, \
50 snprintf (v, maxlen, \
60 snprintf (v, maxlen, \
351 snprintf (val, maxlen, in mnote_pentax_entry_get_value()
360 snprintf (val, maxlen, in mnote_pentax_entry_get_value()
375 snprintf (val, maxlen, in mnote_pentax_entry_get_value()
384 snprintf (val, maxlen, in mnote_pentax_entry_get_value()
396 snprintf (val, maxlen, "%lu", (long unsigned) vl); in mnote_pentax_entry_get_value()
401 snprintf (val, maxlen, _("%i bytes unknown data"), in mnote_pentax_entry_get_value()
415 snprintf (va in mnote_pentax_entry_get_value()
[all...]
/third_party/node/deps/icu-small/source/tools/pkgdata/
H A Dpkgdata.cpp540 snprintf(cmd, buff_len, "bash -c \"%s\"", command); in runCommand()
543 snprintf(cmd, buff_len "QSH CMD('%s')", command); in runCommand()
695 snprintf(checkLibFile, sizeof(checkLibFile), "%s%s", targetDir, libFileNames[LIB_FILE_VERSION]); in pkg_executeOptions()
932 snprintf(libFileNames[LIB_FILE], sizeof(libFileNames[LIB_FILE]), "%s", libName); in createFileNames()
934 snprintf(libFileNames[LIB_FILE], sizeof(libFileNames[LIB_FILE]), "%s%s%s", in createFileNames()
940 snprintf(libFileNames[LIB_FILE], sizeof(libFileNames[LIB_FILE]), "%s%s", in createFileNames()
951 snprintf(libFileNames[LIB_FILE_MINGW], sizeof(libFileNames[LIB_FILE_MINGW]), "lib%s.dll.a", libName); in createFileNames()
953 snprintf(libFileNames[LIB_FILE_CYGWIN], sizeof(libFileNames[LIB_FILE_CYGWIN]), "cyg%s%s%s", in createFileNames()
957 snprintf(libFileNames[LIB_FILE_CYGWIN_VERSION], sizeof(libFileNames[LIB_FILE_CYGWIN_VERSION]), "cyg%s%s%s%s", in createFileNames()
966 snprintf(libFileName in createFileNames()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Dtrace.h108 snprintf(__entry->buf, MAX_BUF_LEN,
126 snprintf(__entry->buf, MAX_BUF_LEN,
144 snprintf(__entry->buf, MAX_BUF_LEN,
163 snprintf(__entry->buf, MAX_BUF_LEN,
182 snprintf(__entry->buf, MAX_BUF_LEN,
200 snprintf(__entry->buf, MAX_BUF_LEN,
219 snprintf(__entry->buf, MAX_BUF_LEN,
256 snprintf(__entry->cmd_name, GVT_CMD_STR_LEN, "%s", cmd_name);
292 snprintf(__entry->buf, GVT_TEMP_STR_LEN, "%s", reg_name);
317 snprintf(__entr
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H A Dtrace.h108 snprintf(__entry->buf, MAX_BUF_LEN,
126 snprintf(__entry->buf, MAX_BUF_LEN,
144 snprintf(__entry->buf, MAX_BUF_LEN,
163 snprintf(__entry->buf, MAX_BUF_LEN,
182 snprintf(__entry->buf, MAX_BUF_LEN,
200 snprintf(__entry->buf, MAX_BUF_LEN,
219 snprintf(__entry->buf, MAX_BUF_LEN,
256 snprintf(__entry->cmd_name, GVT_CMD_STR_LEN, "%s", cmd_name);
292 snprintf(__entry->buf, GVT_TEMP_STR_LEN, "%s", reg_name);
317 snprintf(__entr
[all...]
/third_party/cups-filters/filter/
H A Dmupdftoraster.c127 snprintf(tmpstr, sizeof(tmpstr), "-r%dx%d", h->HWResolution[0], in add_pdf_header_options()
131 snprintf(tmpstr, sizeof(tmpstr), "-r100x100"); in add_pdf_header_options()
135 snprintf(tmpstr, sizeof(tmpstr), "-w%d", h->cupsWidth); in add_pdf_header_options()
138 snprintf(tmpstr, sizeof(tmpstr), "-h%d", h->cupsHeight); in add_pdf_header_options()
146 snprintf(tmpstr, sizeof(tmpstr), "-crgb"); in add_pdf_header_options()
150 snprintf(tmpstr, sizeof(tmpstr), "-ccmyk"); in add_pdf_header_options()
154 snprintf(tmpstr, sizeof(tmpstr), "-cgray"); in add_pdf_header_options()
160 snprintf(tmpstr, sizeof(tmpstr), "-cmono"); in add_pdf_header_options()
343 snprintf(tmpstr, sizeof(tmpstr), "%s", CUPS_MUTOOL); in main()
408 snprintf(tmpst in main()
[all...]
/third_party/ninja/src/
H A Dstatus.cc284 snprintf(buf, sizeof(buf), "%d", started_edges_); in FormatProgressStatus()
290 snprintf(buf, sizeof(buf), "%d", total_edges_); in FormatProgressStatus()
296 snprintf(buf, sizeof(buf), "%d", running_edges_); in FormatProgressStatus()
303 snprintf(buf, sizeof(buf), "%d", total_edges_ - started_edges_); in FormatProgressStatus()
309 snprintf(buf, sizeof(buf), "%d", finished_edges_); in FormatProgressStatus()
331 snprintf(buf, sizeof(buf), "%3i%%", percent); in FormatProgressStatus()
374 snprintf(buf, sizeof(buf), "?"); in FormatProgressStatus()
379 snprintf(buf, sizeof(buf), "%.3f", sec); in FormatProgressStatus()
384 snprintf(buf, sizeof(buf), FORMAT_TIME_HMMSS((int64_t)sec)); in FormatProgressStatus()
386 snprintf(bu in FormatProgressStatus()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.cpp316 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
321 snprintf(phase2, sizeof(phase2), "autheap=%s", in addNetwork()
325 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
330 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
336 snprintf(phase2, sizeof(phase2), in addNetwork()
345 snprintf(blob, sizeof(blob), in addNetwork()
404 snprintf(cmd, sizeof(cmd), "ENABLE_NETWORK %d", id); in addNetwork()
432 snprintf(cmd, sizeof(cmd), "SET_NETWORK %d %s %s%s%s", in setNetworkParam()
491 snprintf(buf, sizeof(buf), "wep_key%d", id); in writeWepKey()
512 snprintf(cm in paramsFromConfig()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.cpp316 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
321 snprintf(phase2, sizeof(phase2), "autheap=%s", in addNetwork()
325 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
330 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
336 snprintf(phase2, sizeof(phase2), in addNetwork()
345 snprintf(blob, sizeof(blob), in addNetwork()
404 snprintf(cmd, sizeof(cmd), "ENABLE_NETWORK %d", id); in addNetwork()
432 snprintf(cmd, sizeof(cmd), "SET_NETWORK %d %s %s%s%s", in setNetworkParam()
491 snprintf(buf, sizeof(buf), "wep_key%d", id); in writeWepKey()
512 snprintf(cm in paramsFromConfig()
[all...]
/third_party/libexif/contrib/aolserver/
H A Dnsexif.c53 snprintf(buf, BUFSIZE, "%f", rec->rec_data.f); in rec_put()
56 snprintf(buf, BUFSIZE, "%g", rec->rec_data.f); in rec_put()
59 snprintf(buf, BUFSIZE, "%ld", rec->rec_data.l); in rec_put()
62 snprintf(buf, BUFSIZE, "%d/%d", rec->rec_data.r.num, in rec_put()
66 snprintf(buf, BUFSIZE, "<Unknown record type '%c'>", rec->rec_type); in rec_put()
/kernel/linux/linux-5.10/fs/ext4/
H A Dsysfs.c67 return snprintf(buf, PAGE_SIZE, "0\n"); in session_write_kbytes_show()
68 return snprintf(buf, PAGE_SIZE, "%lu\n", in session_write_kbytes_show()
79 return snprintf(buf, PAGE_SIZE, "0\n"); in lifetime_write_kbytes_show()
80 return snprintf(buf, PAGE_SIZE, "%llu\n", in lifetime_write_kbytes_show()
139 return snprintf(buf, PAGE_SIZE, "<none>\n"); in journal_task_show()
140 return snprintf(buf, PAGE_SIZE, "%d\n", in journal_task_show()
358 return snprintf(buf, PAGE_SIZE, "%lld\n", in __print_tstamp()
375 return snprintf(buf, PAGE_SIZE, "%llu\n", in ext4_attr_show()
383 return snprintf(buf, PAGE_SIZE, "%llu\n", in ext4_attr_show()
387 return snprintf(bu in ext4_attr_show()
[all...]
/kernel/linux/linux-5.10/drivers/net/can/
H A Dled.c81 snprintf(priv->tx_led_trig_name, sizeof(priv->tx_led_trig_name), in devm_can_led_init()
83 snprintf(priv->rx_led_trig_name, sizeof(priv->rx_led_trig_name), in devm_can_led_init()
85 snprintf(priv->rxtx_led_trig_name, sizeof(priv->rxtx_led_trig_name), in devm_can_led_init()
114 snprintf(name, sizeof(name), "%s-tx", netdev->name); in can_led_notifier()
117 snprintf(name, sizeof(name), "%s-rx", netdev->name); in can_led_notifier()
120 snprintf(name, sizeof(name), "%s-rxtx", netdev->name); in can_led_notifier()
/third_party/ffmpeg/libavformat/
H A Ddash.c72 snprintf(format_tag, format_tag_size, "%%%s", number_format); in dash_read_tmpl_id()
81 snprintf(format_tag, format_tag_size, "%s%c%s", "%0", width_ptr[0], number_format); in dash_read_tmpl_id()
128 n = snprintf(&dst[dst_pos], buffer_size - dst_pos, format_tag, rep_id); in ff_dash_fill_tmpl_params()
131 n = snprintf(&dst[dst_pos], buffer_size - dst_pos, format_tag, number); in ff_dash_fill_tmpl_params()
134 n = snprintf(&dst[dst_pos], buffer_size - dst_pos, format_tag, bit_rate); in ff_dash_fill_tmpl_params()
137 n = snprintf(&dst[dst_pos], buffer_size - dst_pos, format_tag, time); in ff_dash_fill_tmpl_params()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vram_mgr.c55 return snprintf(buf, PAGE_SIZE, "%llu\n", adev->gmc.real_vram_size); in amdgpu_mem_info_vram_total_show()
72 return snprintf(buf, PAGE_SIZE, "%llu\n", adev->gmc.visible_vram_size); in amdgpu_mem_info_vis_vram_total_show()
90 return snprintf(buf, PAGE_SIZE, "%llu\n", in amdgpu_mem_info_vram_used_show()
109 return snprintf(buf, PAGE_SIZE, "%llu\n", in amdgpu_mem_info_vis_vram_used_show()
122 return snprintf(buf, PAGE_SIZE, "samsung\n"); in amdgpu_mem_info_vram_vendor()
124 return snprintf(buf, PAGE_SIZE, "infineon\n"); in amdgpu_mem_info_vram_vendor()
126 return snprintf(buf, PAGE_SIZE, "elpida\n"); in amdgpu_mem_info_vram_vendor()
128 return snprintf(buf, PAGE_SIZE, "etron\n"); in amdgpu_mem_info_vram_vendor()
130 return snprintf(buf, PAGE_SIZE, "nanya\n"); in amdgpu_mem_info_vram_vendor()
132 return snprintf(bu in amdgpu_mem_info_vram_vendor()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_4xxx/
H A Dadf_drv.c81 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_ASYM_BANK_NUM, i); in adf_crypto_dev_config()
88 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_SYM_BANK_NUM, i); in adf_crypto_dev_config()
94 snprintf(key, sizeof(key), ADF_CY "%d" ADF_ETRMGR_CORE_AFFINITY, in adf_crypto_dev_config()
101 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_ASYM_SIZE, i); in adf_crypto_dev_config()
109 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_SYM_SIZE, i); in adf_crypto_dev_config()
116 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_ASYM_TX, i); in adf_crypto_dev_config()
123 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_SYM_TX, i); in adf_crypto_dev_config()
130 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_ASYM_RX, i); in adf_crypto_dev_config()
137 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_SYM_RX, i); in adf_crypto_dev_config()
144 snprintf(ke in adf_crypto_dev_config()
[all...]
/third_party/eudev/src/udev/
H A Dudev-builtin-net_id.c227 snprintf(slots, sizeof(slots), "%s/slots", udev_device_get_syspath(pci)); in dev_pci_slot()
246 snprintf(str, sizeof(str), "%s/%s/address", slots, dent->d_name); in dev_pci_slot()
362 snprintf(names->bcma_core, sizeof(names->bcma_core), "b%u", core); in names_bcma()
400 rc = snprintf(names->ccw_group, sizeof(names->ccw_group), "ccw%s", bus_id); in names_ccw()
448 snprintf(str, sizeof(str), "OUI:%02X%02X%02X%02X%02X%02X", in ieee_oui()
502 snprintf(str, sizeof(str), "%sx%02x%02x%02x%02x%02x%02x", prefix, in builtin_net_id()
515 if (snprintf(str, sizeof(str), "%s%s", prefix, names.ccw_group) < (int)sizeof(str)) in builtin_net_id()
530 if (snprintf(str, sizeof(str), "%s%s", prefix, names.pci_onboard) < (int)sizeof(str)) in builtin_net_id()
534 if (snprintf(str, sizeof(str), "%s%s", prefix, names.pci_onboard_label) < (int)sizeof(str)) in builtin_net_id()
538 if (snprintf(st in builtin_net_id()
[all...]
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dtape_3590.c971 snprintf(exception, BUFSIZE, "Data degraded"); in tape_3590_print_mim_msg_f0()
974 snprintf(exception, BUFSIZE, "Data degraded in partition %i", in tape_3590_print_mim_msg_f0()
978 snprintf(exception, BUFSIZE, "Medium degraded"); in tape_3590_print_mim_msg_f0()
981 snprintf(exception, BUFSIZE, "Medium degraded in partition %i", in tape_3590_print_mim_msg_f0()
985 snprintf(exception, BUFSIZE, "Block 0 Error"); in tape_3590_print_mim_msg_f0()
988 snprintf(exception, BUFSIZE, "Medium Exception 0x%02x", in tape_3590_print_mim_msg_f0()
992 snprintf(exception, BUFSIZE, "0x%02x", in tape_3590_print_mim_msg_f0()
999 snprintf(service, BUFSIZE, "Reference Media maintenance " in tape_3590_print_mim_msg_f0()
1003 snprintf(service, BUFSIZE, "0x%02x", in tape_3590_print_mim_msg_f0()
1035 snprintf(exceptio in tape_3590_print_io_sim_msg_f1()
[all...]
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dtape_3590.c971 snprintf(exception, BUFSIZE, "Data degraded"); in tape_3590_print_mim_msg_f0()
974 snprintf(exception, BUFSIZE, "Data degraded in partition %i", in tape_3590_print_mim_msg_f0()
978 snprintf(exception, BUFSIZE, "Medium degraded"); in tape_3590_print_mim_msg_f0()
981 snprintf(exception, BUFSIZE, "Medium degraded in partition %i", in tape_3590_print_mim_msg_f0()
985 snprintf(exception, BUFSIZE, "Block 0 Error"); in tape_3590_print_mim_msg_f0()
988 snprintf(exception, BUFSIZE, "Medium Exception 0x%02x", in tape_3590_print_mim_msg_f0()
992 snprintf(exception, BUFSIZE, "0x%02x", in tape_3590_print_mim_msg_f0()
999 snprintf(service, BUFSIZE, "Reference Media maintenance " in tape_3590_print_mim_msg_f0()
1003 snprintf(service, BUFSIZE, "0x%02x", in tape_3590_print_mim_msg_f0()
1035 snprintf(exceptio in tape_3590_print_io_sim_msg_f1()
[all...]
/kernel/linux/linux-5.10/drivers/edac/
H A Docteon_edac-l2c.c71 snprintf(buf1, sizeof(buf1), in _octeon_l2c_poll_oct2()
76 snprintf(buf2, sizeof(buf2), in _octeon_l2c_poll_oct2()
82 snprintf(buf2, sizeof(buf2), in _octeon_l2c_poll_oct2()
88 snprintf(buf2, sizeof(buf2), in _octeon_l2c_poll_oct2()
94 snprintf(buf2, sizeof(buf2), in _octeon_l2c_poll_oct2()
106 snprintf(buf1, sizeof(buf1), in _octeon_l2c_poll_oct2()
111 snprintf(buf2, sizeof(buf2), in _octeon_l2c_poll_oct2()
117 snprintf(buf2, sizeof(buf2), in _octeon_l2c_poll_oct2()
/kernel/linux/linux-5.10/tools/power/cpupower/lib/
H A Dcpuidle.c37 snprintf(path, sizeof(path), PATH_TO_CPU "cpu%u/cpuidle/state%u/%s", in cpuidle_state_file_exists()
60 snprintf(path, sizeof(path), PATH_TO_CPU "cpu%u/cpuidle/state%u/%s", in cpuidle_state_read_file()
95 snprintf(path, sizeof(path), PATH_TO_CPU "cpu%u/cpuidle/state%u/%s", in cpuidle_state_write_file()
242 snprintf(value, SYSFS_PATH_MAX, "%u", disable); in cpuidle_state_disable()
291 snprintf(file, SYSFS_PATH_MAX, PATH_TO_CPU "cpuidle"); in cpuidle_state_count()
295 snprintf(file, SYSFS_PATH_MAX, PATH_TO_CPU "cpu%u/cpuidle/state0", cpu); in cpuidle_state_count()
300 snprintf(file, SYSFS_PATH_MAX, PATH_TO_CPU in cpuidle_state_count()
319 snprintf(path, sizeof(path), PATH_TO_CPU "cpuidle/%s", fname); in sysfs_cpuidle_read_file()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dqat_crypto.c164 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_SYM_BANK_NUM, i); in qat_crypto_create_instances()
173 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_ASYM_BANK_NUM, i); in qat_crypto_create_instances()
182 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_SYM_SIZE, i); in qat_crypto_create_instances()
193 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_ASYM_SIZE, i); in qat_crypto_create_instances()
204 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_SYM_TX, i); in qat_crypto_create_instances()
211 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_ASYM_TX, i); in qat_crypto_create_instances()
218 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_SYM_RX, i); in qat_crypto_create_instances()
225 snprintf(key, sizeof(key), ADF_CY "%d" ADF_RING_ASYM_RX, i); in qat_crypto_create_instances()
/kernel/linux/linux-6.6/drivers/edac/
H A Docteon_edac-l2c.c71 snprintf(buf1, sizeof(buf1), in _octeon_l2c_poll_oct2()
76 snprintf(buf2, sizeof(buf2), in _octeon_l2c_poll_oct2()
82 snprintf(buf2, sizeof(buf2), in _octeon_l2c_poll_oct2()
88 snprintf(buf2, sizeof(buf2), in _octeon_l2c_poll_oct2()
94 snprintf(buf2, sizeof(buf2), in _octeon_l2c_poll_oct2()
106 snprintf(buf1, sizeof(buf1), in _octeon_l2c_poll_oct2()
111 snprintf(buf2, sizeof(buf2), in _octeon_l2c_poll_oct2()
117 snprintf(buf2, sizeof(buf2), in _octeon_l2c_poll_oct2()
/kernel/linux/linux-6.6/tools/power/cpupower/lib/
H A Dcpuidle.c37 snprintf(path, sizeof(path), PATH_TO_CPU "cpu%u/cpuidle/state%u/%s", in cpuidle_state_file_exists()
60 snprintf(path, sizeof(path), PATH_TO_CPU "cpu%u/cpuidle/state%u/%s", in cpuidle_state_read_file()
95 snprintf(path, sizeof(path), PATH_TO_CPU "cpu%u/cpuidle/state%u/%s", in cpuidle_state_write_file()
242 snprintf(value, SYSFS_PATH_MAX, "%u", disable); in cpuidle_state_disable()
291 snprintf(file, SYSFS_PATH_MAX, PATH_TO_CPU "cpuidle"); in cpuidle_state_count()
295 snprintf(file, SYSFS_PATH_MAX, PATH_TO_CPU "cpu%u/cpuidle/state0", cpu); in cpuidle_state_count()
300 snprintf(file, SYSFS_PATH_MAX, PATH_TO_CPU in cpuidle_state_count()
319 snprintf(path, sizeof(path), PATH_TO_CPU "cpuidle/%s", fname); in sysfs_cpuidle_read_file()
/third_party/libuv/test/
H A Dtest-idna.c34 snprintf(b, sizeof(b), "%c\x7F", 0x00); in TEST_IMPL()
42 snprintf(b, sizeof(b), "\xC2\x80\xDF\xBF"); in TEST_IMPL()
50 snprintf(b, sizeof(b), "\xE0\xA0\x80\xEF\xBF\xBF"); in TEST_IMPL()
58 snprintf(b, sizeof(b), "\xF0\x90\x80\x80\xF4\x8F\xBF\xBF"); in TEST_IMPL()
66 snprintf(b, sizeof(b), "\xF4\x90\xC0\xC0\xF7\xBF\xBF\xBF"); in TEST_IMPL()
74 snprintf(b, sizeof(b), "\xC0\x80\xC1\x80"); in TEST_IMPL()
82 snprintf(b, sizeof(b), "\xED\xA0\x80\xED\xA3\xBF"); in TEST_IMPL()
90 snprintf(b, sizeof(b), "\xF8\xF9\xFA\xFB\xFC\xFD\xFE\xFF"); in TEST_IMPL()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dscpi-hwmon.c190 snprintf(sensor->input, sizeof(sensor->input), in scpi_hwmon_probe()
192 snprintf(sensor->label, sizeof(sensor->input), in scpi_hwmon_probe()
197 snprintf(sensor->input, sizeof(sensor->input), in scpi_hwmon_probe()
199 snprintf(sensor->label, sizeof(sensor->input), in scpi_hwmon_probe()
204 snprintf(sensor->input, sizeof(sensor->input), in scpi_hwmon_probe()
206 snprintf(sensor->label, sizeof(sensor->input), in scpi_hwmon_probe()
211 snprintf(sensor->input, sizeof(sensor->input), in scpi_hwmon_probe()
213 snprintf(sensor->label, sizeof(sensor->input), in scpi_hwmon_probe()
218 snprintf(sensor->input, sizeof(sensor->input), in scpi_hwmon_probe()
220 snprintf(senso in scpi_hwmon_probe()
[all...]

Completed in 16 milliseconds

12345678910>>...292