| /third_party/exfatprogs/mkfs/ |
| H A D | mkfs.c | 685 snprintf(ui.dev_name, sizeof(ui.dev_name), "%s", argv[optind]); in main()
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_deshake.c | 481 snprintf(tmp, 256, "%f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f\n", orig.vec.x, deshake->avg.vec.x, t.vec.x, orig.vec.y, deshake->avg.vec.y, t.vec.y, orig.angle, deshake->avg.angle, t.angle, orig.zoom, deshake->avg.zoom, t.zoom); in filter_frame()
|
| H A D | vf_palettegen.c | 311 snprintf(buf, sizeof(buf), "%f", ratio); in set_colorquant_ratio_meta()
|
| H A D | vf_vif.c | 435 snprintf(value, sizeof(value), "%f", d); in set_meta()
|
| /third_party/ffmpeg/libavformat/ |
| H A D | gxf.c | 55 snprintf(tmp, sizeof(tmp), "%02d:%02d:%02d%c%02d", in add_timecode_metadata()
|
| H A D | webmdashenc.c | 395 snprintf(buf, sizeof(buf), "%d", w->representation_id++); in write_adaptation_set()
|
| /third_party/elfutils/libebl/ |
| H A D | eblopenbackend.c | 686 return snprintf (name, namelen, "reg%d", regno); in default_register_info()
|
| /third_party/glslang/glslang/MachineIndependent/preprocessor/ |
| H A D | PpContext.h | 264 snprintf(ppToken.name, sizeof(ppToken.name), "%s", name.c_str()); in get()
|
| /third_party/alsa-lib/src/rawmidi/ |
| H A D | rawmidi.c | 248 snprintf(buf, sizeof(buf), "_snd_rawmidi_%s_open", str); in snd_rawmidi_open_conf()
|
| /third_party/alsa-lib/test/ |
| H A D | user-ctl-element-set.c | 376 snprintf(name, 64, "userspace-control-element-%s", in add_elem_set()
|
| /third_party/cups-filters/filter/foomatic-rip/ |
| H A D | postscript.c | 180 snprintf(gscommand, 65536, "%s -q -dNOPAUSE -dBATCH -sDEVICE=bbox -dDEVICEWIDTHPOINTS=1 -dDEVICEHEIGHTPOINTS=1 %s 2>&1 | grep -c HiResBoundingBox", in ps_pages()
|
| /third_party/alsa-utils/alsaloop/ |
| H A D | alsaloop.c | 104 snprintf(idbuf, sizeof(idbuf)-1, "%s %s", id, device); in create_loopback_handle()
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | normconf.cpp | 463 snprintf(msg, sizeof(msg), kMessages[mode], field); in checkNorm()
|
| /third_party/libsnd/src/ |
| H A D | mpeg_decode.c | 330 { snprintf (buf, ARRAY_LEN (buf), "%hhu", (unsigned char) tags->comment [29]) ; in mpeg_decoder_read_strings_id3v1()
|
| /third_party/libuv/src/unix/ |
| H A D | sunos.c | 381 * we don't want to potentially create a race condition in the use of snprintf. 390 snprintf(buf, sizeof(buf), "/proc/%lu/path/a.out", (unsigned long) getpid()); in uv_exepath()
|
| /third_party/mbedtls/programs/psa/ |
| H A D | psa_constant_names_generated.c | 138 return snprintf(buffer, buffer_size, in psa_snprint_key_type()
|
| /third_party/json/include/nlohmann/detail/input/ |
| H A D | lexer.hpp | 14 #include <cstdio> // snprintf 1458 static_cast<void>((std::snprintf)(cs.data(), cs.size(), "<U+%.4X>", static_cast<unsigned char>(c))); // NOLINT(cppcoreguidelines-pro-type-vararg,hicpp-vararg) in get_token_string()
|
| /third_party/mesa3d/src/asahi/lib/ |
| H A D | decode.c | 629 snprintf(buffer, sizeof(buffer), "%s.%04d", dump_file_base, agxdecode_dump_frame_count); in agxdecode_dump_file_open()
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ir_builder_print_visitor.cpp | 718 snprintf(return_deref_string, sizeof(return_deref_string), in visit_leave()
|
| /third_party/node/src/ |
| H A D | inspector_socket_server.cc | 110 int header_len = snprintf(header, in SendHttpResponse()
|
| /third_party/nghttp2/examples/ |
| H A D | libevent-client.c | 99 /* MAX 5 digits (max 65535) + 1 ':' + 1 NULL (because of snprintf) */ in create_http2_stream_data() 113 (size_t)snprintf(stream_data->authority + u->field_data[UF_HOST].len, in create_http2_stream_data()
|
| H A D | client.c | 411 snprintf(service, sizeof(service), "%u", port); in connect_to()
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | version.c | 135 snprintf(ctx->VersionString, max, in create_version_string()
|
| H A D | texstorage.c | 497 snprintf(func, 32, "glTex%sStorage%uD", suffix, dims); in texture_storage()
|
| /third_party/libinput/src/ |
| H A D | evdev-tablet-pad.c | 566 snprintf(event_path, in pad_init_buttons_from_libwacom()
|