Home
last modified time | relevance | path

Searched refs:snprintf (Results 976 - 1000 of 1397) sorted by relevance

1...<<31323334353637383940>>...56

/third_party/curl/scripts/
H A Dchecksrc.pl90 '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 Dmapper-test.c469 snprintf(paths[i], 8, "hoge%d", i); in main()
/third_party/alsa-lib/src/hwdep/
H A Dhwdep.c114 snprintf(buf, sizeof(buf), "_snd_hwdep_%s_open", str); in snd_hwdep_open_conf()
/third_party/alsa-lib/src/timer/
H A Dtimer.c148 snprintf(buf, sizeof(buf), "_snd_timer_%s_open", str); in snd_timer_open_conf()
/third_party/backends/backend/
H A Dpieusb_buffer.c154 snprintf(buffer->buffer_name, L_tmpnam, "/tmp/sane.XXXXXX"); in sanei_pieusb_buffer_create()
/third_party/alsa-lib/src/pcm/
H A Dpcm_hooks.c425 snprintf(buf, sizeof(buf), "_snd_pcm_hook_%s_install", str); in snd_pcm_hook_add_conf()
/third_party/libsnd/src/
H A Dmat5.c370 snprintf (name, sizeof (name), "%f\n", samplerate) ; in mat5_read_header()
/third_party/libuv/test/
H A Dtest-threadpool-cancel.c72 snprintf(buf, in saturate_threadpool()
/third_party/libsnd/programs/
H A Dsndfile-info.c193 snprintf (str, sizeof (str) - 1, "%02d:%02d:%06.3f", hrs, min, sec) ; in format_duration_str()
/third_party/libcoap/examples/
H A Detsi_iot_01.c182 snprintf((char *)buf, buflen, "test/%p", (void *)test_payload); in hnd_post_test()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_clip.c229 snprintf(tmp, ARRAY_SIZE(tmp), "gl_ClipPlane%dMESA", plane); in get_ucp()
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_socket.c207 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 Dcontext.c197 snprintf(drv->vendor_string, sizeof(drv->vendor_string), in VA_DRIVER_INIT_FUNC()
/third_party/node/src/
H A Dinspector_io.cc52 snprintf(uuid, sizeof(uuid), "%04x%04x-%04x-%04x-%04x-%04x%04x%04x", in GenerateID()
H A Dnode_os.cc208 snprintf(mac.data(), in GetInterfaceAddresses()
/third_party/musl/porting/linux/user/src/gwp_asan/
H A Dgwp_asan.c185 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 Dgwp_asan.c185 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 Dchoicfmt.cpp178 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 Dlexer.cc38 snprintf(buf, sizeof(buf), "%s:%d: ", filename_.AsString().c_str(), line); in Error()
/third_party/mesa3d/src/intel/tools/
H A Derror2aub.c267 snprintf(out_filename, out_filename_size, "%s.aub", in_filename); in main()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_linear_llvm.c282 snprintf(func_name, sizeof(func_name), "fs_variant_linear"); in llvmpipe_fs_variant_linear_llvm()
/third_party/libinput/src/
H A Devdev-wheel.c450 snprintf(timer_name, in fallback_init_wheel()
/third_party/libinput/tools/
H A Dlibinput-debug-tablet.c106 len += snprintf(&buf[len], sizeof(buf) - len, "%s ", name); in print_buttons()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl17.c129 snprintf(template, PATH_MAX, "fcntl17XXXXXX"); in setup()
H A Dfcntl21.c99 snprintf(template, PATH_MAX, "fcntl21XXXXXX"); in setup()

Completed in 21 milliseconds

1...<<31323334353637383940>>...56