Home
last modified time | relevance | path

Searched refs:snprintf (Results 1126 - 1150 of 1397) sorted by relevance

1...<<41424344454647484950>>...56

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dwpa_debug.c169 snprintf(buf, sizeof(buf) - 1, "%s/tracing/trace_marker", path); in wpa_debug_open_linux_tracing()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dcommon.h377 /* snprintf - used in number of places; sprintf() is _not_ a good replacement
379 * http://www.ijs.si/software/snprintf/ for portable implementation of
380 * snprintf. */
381 int snprintf(char *str, size_t size, const char *format, ...);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTypes.cpp489 snprintf(buf, sizeof(buf), "%d", arraySize); in buildMangledName()
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c175 ASSERTED const int length = snprintf(name, sizeof(name), "%s.%s", intrin, type); in emit_intrin_1f_param()
197 ASSERTED const int length = snprintf(name, sizeof(name), "%s.%s", intrin, type); in emit_intrin_1f_param_scalar()
218 ASSERTED const int length = snprintf(name, sizeof(name), "%s.%s", intrin, type); in emit_intrin_2f_param()
235 ASSERTED const int length = snprintf(name, sizeof(name), "%s.%s", intrin, type); in emit_intrin_3f_param()
647 snprintf(name, sizeof(name), "llvm.%cadd.sat.%s", in visit_alu()
656 snprintf(name, sizeof(name), "llvm.%csub.sat.%s", in visit_alu()
2067 snprintf(name, sizeof(name), "llvm.amdgcn.raw.buffer.atomic.%s.%s", op, type); in visit_atomic_ssbo()
2264 snprintf(name, sizeof(name), "llvm.amdgcn.global.atomic.%s.%s.p1%s.%s", op, type, type, type); in visit_global_atomic()
2870 length = snprintf(intrinsic_name, sizeof(intrinsic_name), in visit_image_atomic()
3210 snprintf(nam in visit_var_atomic()
[all...]
/third_party/ffmpeg/fftools/
H A Dffmpeg.c2609 snprintf(error, error_len, "Decoder (codec %s) not found for input stream #%d:%d", in init_input_stream()
2641 snprintf(error, error_len, "Device setup failed for " in init_input_stream()
2651 snprintf(error, error_len, in init_input_stream()
3146 snprintf(error, error_len, "Device setup failed for " in init_output_stream()
3163 snprintf(error, error_len, in init_output_stream()
3173 snprintf(error, error_len, in init_output_stream()
/third_party/backends/backend/genesys/
H A Dgl841.cpp1640 std::snprintf(fn, 30, "gl841_offset_%02d.tiff", turn); in ad_fe_offset_calibration()
1781 std::snprintf(fn, 30, "gl841_offset1_%02d.tiff", turn); in offset_calibration()
1876 std::snprintf(fn, 30, "gl841_offset2_%02d.tiff", turn); in offset_calibration()
H A Dgenesys.cpp1552 std::snprintf(fn, 40, "gl843_bottom_offset_%03d_%03d_%03d.tiff", in scanner_offset_calibration()
1636 std::snprintf(title, 100, "lines: %d pixels_per_line: %d offsets[0..2]: %d %d %d\n", in scanner_offset_calibration()
2081 std::snprintf(fn, 30, "gl_led_%02d.tiff", i_test); in scanner_led_calibration()
4424 std::snprintf(filename, sizeof(filename), "%s.cal", currdev->file_name.c_str()); in calibration_filename()
4435 snprintf(filename,sizeof(filename),"%s.cal",currdev->model->name); in calibration_filename()
4440 int size = std::snprintf(&ret.front(), ret.size(), "%s", filename); in calibration_filename()
4448 size = std::snprintf(&ret.front(), ret.size(), "%s%c.sane", ptr, PATH_SEP); in calibration_filename()
4454 size = std::snprintf(&ret.front(), ret.size(), "%s%c.sane%c%s", in calibration_filename()
/third_party/backends/backend/
H A Dmagicolor.c1880 snprintf(ip_addr, sizeof(ip_addr), "%s", inet_ntoa(remote->sin_addr)); in mc_network_discovery_handle()
2151 snprintf(name, 1024, "net:%s?model=0x%x", dev, model); in attach_one_net()
2153 snprintf(name, 1024, "net:%s", dev); in attach_one_net()
H A Dgt68xx.c948 snprintf (filename, sizeof(filename), "%s%s%s%s%s%s%s", in download_firmware_file()
952 snprintf (dirname, sizeof(dirname), "%s%s%s%s%s", in download_firmware_file()
1002 int len = snprintf (filename, sizeof(filename), "%s%s%s", in download_firmware_file()
/third_party/libcoap/examples/
H A Dcoap-server.c305 len = snprintf((char *)buf, sizeof(buf), "%" PRIi64, (int64_t)now); in hnd_get_fetch_time()
309 len = snprintf((char *)buf, sizeof(buf), "%" PRIi64, (int64_t)now); in hnd_get_fetch_time()
1348 snprintf((char *)buf, sizeof(buf), "%d", dynamic_entry[i].media_type); in hnd_put_post()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1540 snprintf(pProperties->deviceName, sizeof(pProperties->deviceName), in v3dv_GetPhysicalDeviceProperties()
1633 snprintf(vk12.driverName, VK_MAX_DRIVER_NAME_SIZE, "V3DV Mesa"); in v3dv_GetPhysicalDeviceProperties2()
1635 snprintf(vk12.driverInfo, VK_MAX_DRIVER_INFO_SIZE, in v3dv_GetPhysicalDeviceProperties2()
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c829 if (snprintf(buf, buf_size, "%.*s/%s", (int)l, s, name) < buf_size) { in path_open()
1093 snprintf(etc_ldso_path, sizeof etc_ldso_path, in load_library()
2348 snprintf(redir, sizeof redir, "__%.*s%s%s", (int)l, s, suffix, suffix2); in __dlsym_redir_time64()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c829 if (snprintf(buf, buf_size, "%.*s/%s", (int)l, s, name) < buf_size) { in path_open()
1093 snprintf(etc_ldso_path, sizeof etc_ldso_path, in load_library()
2347 snprintf(redir, sizeof redir, "__%.*s%s%s", (int)l, s, suffix, suffix2); in __dlsym_redir_time64()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c712 snprintf(device_name, sizeof(device_name), "Virtio-GPU Venus (%s)", in vn_physical_device_init_properties()
721 snprintf(vk12_props->driverName, sizeof(vk12_props->driverName), "venus"); in vn_physical_device_init_properties()
722 snprintf(vk12_props->driverInfo, sizeof(vk12_props->driverInfo), in vn_physical_device_init_properties()
/third_party/libinput/src/
H A Devdev.c886 snprintf(timer_name, in evdev_init_button_scroll()
2363 snprintf(fmt, sizeof(fmt), "%s%s", prefix, format); in libevdev_log_func()
2648 rc = snprintf(name, sizeof(name), "LIBINPUT_FUZZ_%02x", code); in evdev_read_fuzz_prop()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c54 snprintf(dir, sizeof(dir), "%s/"DD_DIR, debug_get_option("HOME", ".")); in dd_get_debug_filename_and_mkdir()
59 snprintf(buf, buflen, "%s/%s_%u_%08u", dir, proc_name, (unsigned int)getpid(), in dd_get_debug_filename_and_mkdir()
1100 snprintf(threadname, sizeof(threadname), "%.*s:ddbg", in dd_thread_main()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c115 snprintf(buf, sizeof(buf), "Unknown (vendor-id: 0x%04x)", screen->info.props.vendorID); in zink_get_device_vendor()
124 snprintf(buf, sizeof(buf), "zink (%s)", screen->info.props.deviceName); in zink_get_name()
189 snprintf(buf, sizeof(buf), "zink_%x04x", screen->info.props.vendorID); in disk_cache_init()
/third_party/pcre2/pcre2/src/
H A Dpcre2grep.c105 /* Older versions of MSVC lack snprintf(). This define allows for
110 #define snprintf _snprintf macro
3956 if ((ret = snprintf(buff1, sizeof(buff1), "%.*s", baselen, op->long_name), in main()
3958 (ret = snprintf(buff2, sizeof(buff2), "%s%.*s", buff1, in main()
/third_party/libcoap/src/
H A Dcoap_openssl.c637 snprintf(buff, sizeof(buff), " at %s:%s", in ssl_function_definition()
929 snprintf(hint, sizeof(hint), "%.*s", (int)setup_data->psk_info.hint.length, in coap_dtls_context_set_spsk()
2290 snprintf(lhint, sizeof(lhint), "%.*s", in psk_tls_server_name_call_back()
2616 snprintf(lhint, sizeof(lhint), "%.*s", in psk_tls_client_hello_call_back()
/third_party/ffmpeg/libavcodec/
H A Dcbs.c508 k = snprintf(name + j, sizeof(name) - j, "[%d", subscripts[n]); in ff_cbs_trace_syntax_element()
H A Dlibzvbi-teletextdec.c518 snprintf(pgno_str, sizeof pgno_str, "%03x", ev->ev.ttx_page.pgno); in handler()
H A Dqsv.c356 snprintf(errorbuf, sizeof(errorbuf), in qsv_load_plugins()
/third_party/exfatprogs/lib/
H A Dlibexfat.c165 snprintf(pathname, sizeof(pathname), "/sys/dev/block/%u:%u/start", in exfat_get_blk_dev_info()
/third_party/exfatprogs/exfat2img/
H A Dexfat2img.c944 snprintf(ui.dev_name, sizeof(ui.dev_name), "%s", blkdev_path); in main()
/third_party/glslang/glslang/MachineIndependent/
H A DSymbolTable.h429 snprintf(buf, 20, "%s%d", AnonymousPrefix, symbol.getAsVariable()->getAnonId()); in insert()

Completed in 77 milliseconds

1...<<41424344454647484950>>...56