| /third_party/curl/scripts/ |
| H A D | checksrc.pl | 90 'SNPRINTF' => 'use of snprintf', 753 # scan for use of snprintf for curl-internals reasons 754 if($l =~ /^(.*\W)(v?snprintf)\s*\(/x) {
|
| /third_party/alsa-utils/axfer/test/ |
| H A D | mapper-test.c | 469 snprintf(paths[i], 8, "hoge%d", i); in main()
|
| /third_party/alsa-lib/src/hwdep/ |
| H A D | hwdep.c | 114 snprintf(buf, sizeof(buf), "_snd_hwdep_%s_open", str); in snd_hwdep_open_conf()
|
| /third_party/alsa-lib/src/timer/ |
| H A D | timer.c | 148 snprintf(buf, sizeof(buf), "_snd_timer_%s_open", str); in snd_timer_open_conf()
|
| /third_party/backends/backend/ |
| H A D | pieusb_buffer.c | 154 snprintf(buffer->buffer_name, L_tmpnam, "/tmp/sane.XXXXXX"); in sanei_pieusb_buffer_create()
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_hooks.c | 425 snprintf(buf, sizeof(buf), "_snd_pcm_hook_%s_install", str); in snd_pcm_hook_add_conf()
|
| /third_party/libsnd/src/ |
| H A D | mat5.c | 370 snprintf (name, sizeof (name), "%f\n", samplerate) ; in mat5_read_header()
|
| /third_party/libuv/test/ |
| H A D | test-threadpool-cancel.c | 72 snprintf(buf, in saturate_threadpool()
|
| /third_party/libsnd/programs/ |
| H A D | sndfile-info.c | 193 snprintf (str, sizeof (str) - 1, "%02d:%02d:%06.3f", hrs, min, sec) ; in format_duration_str()
|
| /third_party/libcoap/examples/ |
| H A D | etsi_iot_01.c | 182 snprintf((char *)buf, buflen, "test/%p", (void *)test_payload); in hnd_post_test()
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_clip.c | 229 snprintf(tmp, ARRAY_SIZE(tmp), "gl_ClipPlane%dMESA", plane); in get_ucp()
|
| /third_party/mesa3d/src/gallium/winsys/virgl/vtest/ |
| H A D | virgl_vtest_socket.c | 207 snprintf(un.sun_path, sizeof(un.sun_path), "%s", VTEST_DEFAULT_SOCKET_NAME); in virgl_vtest_connect()
|
| /third_party/mesa3d/src/gallium/frontends/va/ |
| H A D | context.c | 197 snprintf(drv->vendor_string, sizeof(drv->vendor_string), in VA_DRIVER_INIT_FUNC()
|
| /third_party/node/src/ |
| H A D | inspector_io.cc | 52 snprintf(uuid, sizeof(uuid), "%04x%04x-%04x-%04x-%04x-%04x%04x%04x", in GenerateID()
|
| H A D | node_os.cc | 208 snprintf(mac.data(), in GetInterfaceAddresses()
|
| /third_party/musl/porting/linux/user/src/gwp_asan/ |
| H A D | gwp_asan.c | 185 snprintf(log_path, GWP_ASAN_NAME_LEN, "%s%s.%s.%d.log", GWP_ASAN_LOG_DIR, GWP_ASAN_LOG_TAG, path, getpid());
in gwp_asan_printf()
|
| /third_party/musl/src/gwp_asan/linux/ |
| H A D | gwp_asan.c | 185 snprintf(log_path, GWP_ASAN_NAME_LEN, "%s%s.%s.%d.log", GWP_ASAN_LOG_DIR, GWP_ASAN_LOG_TAG, path, getpid());
in gwp_asan_printf()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | choicfmt.cpp | 178 snprintf(temp, sizeof(temp), "%.*g", DBL_DIG, value); in dtos() 181 Using setlocale on some machines will cause snprintf to use a comma for certain locales. in dtos()
|
| /third_party/ninja/src/ |
| H A D | lexer.cc | 38 snprintf(buf, sizeof(buf), "%s:%d: ", filename_.AsString().c_str(), line); in Error()
|
| /third_party/mesa3d/src/intel/tools/ |
| H A D | error2aub.c | 267 snprintf(out_filename, out_filename_size, "%s.aub", in_filename); in main()
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs_linear_llvm.c | 282 snprintf(func_name, sizeof(func_name), "fs_variant_linear"); in llvmpipe_fs_variant_linear_llvm()
|
| /third_party/libinput/src/ |
| H A D | evdev-wheel.c | 450 snprintf(timer_name, in fallback_init_wheel()
|
| /third_party/libinput/tools/ |
| H A D | libinput-debug-tablet.c | 106 len += snprintf(&buf[len], sizeof(buf) - len, "%s ", name); in print_buttons()
|
| /third_party/ltp/testcases/kernel/syscalls/fcntl/ |
| H A D | fcntl17.c | 129 snprintf(template, PATH_MAX, "fcntl17XXXXXX"); in setup()
|
| H A D | fcntl21.c | 99 snprintf(template, PATH_MAX, "fcntl21XXXXXX"); in setup()
|