Home
last modified time | relevance | path

Searched refs:sprintf (Results 1001 - 1025 of 1198) sorted by relevance

1...<<4142434445464748

/third_party/curl/lib/
H A Dmprintf.c1007 /* NOTE NOTE NOTE!! Not all sprintf implementations return number of in formatf()
1012 (sprintf)(work, formatbuf, iptr->val.dnum); in formatf()
/third_party/mesa3d/src/amd/common/
H A Dac_debug.c824 sprintf(cmd, "umr -O halt_waves -wa %s", gfx_level >= GFX10 ? "gfx_0.0.0" : "gfx"); in ac_get_wave_info()
/third_party/mesa3d/src/freedreno/decode/
H A Dpgmdump.c422 sprintf(filename, "%.*s-%d.%s", (int)strlen(infile) - 3, infile, n, ext); in dump_raw_shader()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_batch.c26 sprintf(buf, "zink_batch_state"); in debug_describe_zink_batch_state()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl14.c570 sprintf(tmpname, "fcntl2.%d", parent); in setup()
/third_party/lwip/src/netif/ppp/
H A Dchap_ms.c686 sprintf((char *)&authResponse[i * 2], "%02X", Digest[i]); in GenerateAuthenticatorResponse()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_get.c824 sprintf(ret, "%s-%s", gpu, triple); in si_get_compute_param()
/third_party/node/deps/openssl/openssl/apps/
H A Dpasswd.c592 sprintf(tmp_buf, "rounds=%u", rounds); in shacrypt()
/third_party/pcre2/pcre2/maint/
H A Ducptest.c1037 s += sprintf(CS s, "%s ", argv[i]); in main()
/third_party/openssl/apps/
H A Dpasswd.c592 sprintf(tmp_buf, "rounds=%u", rounds); in shacrypt()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DModifyStruct.cpp604 sprintf(buffer, "%u", extra);
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DSwiftConfig.cpp526 sprintf(header, "Content-Type: text/html; charset=UTF-8\r\n" in send()
/third_party/skia/third_party/externals/libpng/contrib/visupng/
H A DVisualPng.c688 sprintf (szTmp, "VisualPng - %s", strrchr(pstrPathName, '\\') + 1); in LoadImageFile()
/third_party/toybox/toys/posix/
H A Dfind.c650 sprintf(buf, "%lld.%ld", (long long)new->st.st_mtim.tv_sec, in do_find()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dfixed_array_test.cc481 sprintf(buf.data(), "foo"); // NOLINT(runtime/printf) in TEST()
/third_party/zlib/
H A Dconfigure787 echo " WARNING: snprintf() not found, falling back to sprintf(). zlib" | tee -a configure.log
797 return sprintf(buf, "%s", "foo");
806 echo "Checking for return value of sprintf()... Yes." | tee -a configure.log
810 echo "Checking for return value of sprintf()... No." | tee -a configure.log
811 echo " WARNING: apparently sprintf() does not return a value. zlib" | tee -a configure.log
/third_party/alsa-lib/src/control/
H A Dcontrol.c1518 sprintf(buf, "_snd_ctl_%s_open", str); in snd_ctl_open_conf()
1534 sprintf(buf1, "libasound_module_ctl_%s.so", str); in snd_ctl_open_conf()
/third_party/backends/backend/
H A Dkodak.c2884 sprintf (ptr, "%3.3x:", i); in hexdump()
2887 sprintf (ptr, " %2.2x", *p); in hexdump()
H A Dkvs1025_opt.c1384 sprintf (ptr, "%3.3d:", i); in hexdump()
1387 sprintf (ptr, " %2.2x", *p); in hexdump()
H A Dsm3840_scan.c917 sprintf (fname, "%d.%s", dpi, gray ? "pgm" : "ppm"); in setup_scan()
920 sprintf (head, "P%d\n%d %d\n%d\n", gray ? 5 : 6, scanpix, scanlines, in setup_scan()
H A Dsp15c.c1375 sprintf (ptr, "%3.3d:", i); in hexdump()
1378 sprintf (ptr, " %2.2x", *p); in hexdump()
H A Dmatsushita.c494 sprintf (ptr, "%3.3d:", i); in hexdump()
497 sprintf (ptr, " %2.2x", *p); in hexdump()
H A Dqcam.c283 sprintf (lockfile, "/tmp/LOCK.qcam.0x%x", q->port); in qc_lock_wait()
348 sprintf (lockfile, "/tmp/LOCK.qcam.0x%x", q->port); in qc_unlock()
H A Dsceptre.c155 sprintf (ptr, "%3.3d:", i); in hexdump()
158 sprintf (ptr, " %2.2x", *p); in hexdump()
H A Dsnapscan-scsi.c429 sprintf(tmpstr," 0x%02x",((int)data[i]) & 0xff); in snapscani_debug_data()
1610 sprintf(cModelName, "%d", bModelNo); in download_firmware()

Completed in 39 milliseconds

1...<<4142434445464748