| /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()
|
| H A D | fcntl20.c | 102 snprintf(template, PATH_MAX, "fcntl20XXXXXX"); in setup()
|
| H A D | fcntl19.c | 101 snprintf(template, PATH_MAX, "fcntl19XXXXXX"); in setup()
|
| H A D | fcntl11.c | 98 snprintf(template, PATH_MAX, "fcntl11XXXXXX"); in setup()
|
| /third_party/ltp/testcases/lib/ |
| H A D | tst_net_vars.c | 338 snprintf(buf, sizeof(buf), in get_ipv6_network()
|
| /third_party/ltp/testcases/kernel/fs/read_all/ |
| H A D | read_all.c | 654 snprintf(dent_path, MAX_PATH, in visit_dir()
|
| /third_party/lwip/src/apps/http/ |
| H A D | altcp_proxyconnect.c | 101 /* Format the http proxy connect request via snprintf */ 105 return snprintf(buffer, bufsize, PROXY_CONNECT_FORMAT(host, port)); in altcp_proxyconnect_format_request()
|