HomeSort by relevance Sort by last modified time
    Searched refs:snprintf (Results 51 - 75 of 1847) sorted by null

1 23 4 5 6 7 8 91011>>

  /system/core/toolbox/upstream-netbsd/bin/dd/
misc.c 109 /* Use snprintf(3) so that we don't reenter stdio(3). */
110 (void)snprintf(buf, sizeof(buf),
116 (void)snprintf(buf, sizeof(buf), "%llu odd length swab %s\n",
122 (void)snprintf(buf, sizeof(buf), "%llu truncated %s\n",
128 (void)snprintf(buf, sizeof(buf), "%llu sparse output %s\n",
133 (void)snprintf(buf, sizeof(buf),
219 (void)snprintf(nbuf, sizeof(nbuf), "%llu",
231 (void)snprintf(nbuf, sizeof(nbuf), "%llu",
243 (void)snprintf(nbuf, sizeof(nbuf), "%llu",
248 (void)snprintf(nbuf, sizeof(nbuf), "%llu"
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioGain.cpp 107 snprintf(buffer, SIZE, "%*sGain %d:\n", spaces, "", index+1);
109 snprintf(buffer, SIZE, "%*s- mode: %08x\n", spaces, "", mGain.mode);
111 snprintf(buffer, SIZE, "%*s- channel_mask: %08x\n", spaces, "", mGain.channel_mask);
113 snprintf(buffer, SIZE, "%*s- min_value: %d mB\n", spaces, "", mGain.min_value);
115 snprintf(buffer, SIZE, "%*s- max_value: %d mB\n", spaces, "", mGain.max_value);
117 snprintf(buffer, SIZE, "%*s- default_value: %d mB\n", spaces, "", mGain.default_value);
119 snprintf(buffer, SIZE, "%*s- step_value: %d mB\n", spaces, "", mGain.step_value);
121 snprintf(buffer, SIZE, "%*s- min_ramp_ms: %d ms\n", spaces, "", mGain.min_ramp_ms);
123 snprintf(buffer, SIZE, "%*s- max_ramp_ms: %d ms\n", spaces, "", mGain.max_ramp_ms);
AudioCollections.cpp 48 snprintf(buffer, SIZE, "\n%*sAudio Routes (%zu):\n", spaces, "", size());
51 snprintf(buffer, SIZE, "%*s- Route %zu:\n", spaces, "", i + 1);
  /bionic/tests/
stdio_test.cpp 251 snprintf(buf, sizeof(buf), "%zd", v);
257 EXPECT_EQ(23, snprintf(buf, sizeof(buf), "<%a>", 9990.235));
264 EXPECT_EQ(3, snprintf(buf, sizeof(buf), "<%lc>", wc));
271 EXPECT_EQ(8, snprintf(buf, sizeof(buf), "<%ls>", ws));
276 EXPECT_EQ(4, snprintf(buf, sizeof(buf), "<%ls>", ws));
285 EXPECT_EQ(5, snprintf(buf, sizeof(buf), "a %n b", &i));
296 snprintf(buf, sizeof(buf), "a");
299 snprintf(buf, sizeof(buf), "%%");
302 snprintf(buf, sizeof(buf), "01234");
305 snprintf(buf, sizeof(buf), "a%sb", "01234")
    [all...]
ftw_test.cpp 32 snprintf(path, sizeof(path), "%s/dir", root);
34 snprintf(path, sizeof(path), "%s/dir/sub", root);
36 snprintf(path, sizeof(path), "%s/unreadable-dir", root);
39 snprintf(path, sizeof(path), "%s/dangler", root);
41 snprintf(path, sizeof(path), "%s/symlink", root);
45 snprintf(path, sizeof(path), "%s/regular", root);
inttypes_test.cpp 29 snprintf(buf, sizeof(buf), "%08" PRIdPTR, i);
30 snprintf(buf, sizeof(buf), "%08" PRIiPTR, i);
31 snprintf(buf, sizeof(buf), "%08" PRIoPTR, i);
32 snprintf(buf, sizeof(buf), "%08" PRIuPTR, u);
33 snprintf(buf, sizeof(buf), "%08" PRIxPTR, u);
34 snprintf(buf, sizeof(buf), "%08" PRIXPTR, u);
TemporaryFile.h 57 snprintf(filename, sizeof(filename), "%s/TemporaryFile-XXXXXX", tmp_dir);
82 snprintf(dirname, sizeof(dirname), "%s/TemporaryDir-XXXXXX", tmp_dir);
  /external/libnfc-nxp/Linux_x86/
phOsalNfc.c 120 snprintf(buf, 10, "%02X ", data[i]);
174 snprintf(&print_buffer[i*3], 4, " %02X", pBuffer[i]);
191 snprintf(&llc[0], sizeof(llc), "I %d (%d)", ns, nr);
204 snprintf(&llc[0], sizeof(llc), "S %s (%d)", type, nr);
207 snprintf(&llc[0], sizeof(llc), "U");
209 snprintf(&llc[0], sizeof(llc), "???");
  /external/vboot_reference/tests/
tpm_bootmode_tests.c 83 snprintf(what, sizeof(what),
90 snprintf(what, sizeof(what),
102 snprintf(what, sizeof(what),
109 snprintf(what, sizeof(what),
121 snprintf(what, sizeof(what),
128 snprintf(what, sizeof(what),
  /toolchain/binutils/binutils-2.25/opcodes/
metag-dis.c 376 snprintf (buf, OPERAND_WIDTH, "%s,%s", dest_reg, src_reg);
414 snprintf (buf, OPERAND_WIDTH, "%s,%s,%s", dest_reg, pair_reg, src_reg);
416 snprintf (buf, OPERAND_WIDTH, "%s,%s", dest_reg, src_reg);
462 snprintf (buf, OPERAND_WIDTH, "%s,%s,%s", dest_reg, src_reg, pair_reg);
491 snprintf (buf, buf_size, "[%s]", base_reg);
498 snprintf (buf, buf_size, "[%s++]", base_reg);
500 snprintf (buf, buf_size, "[++%s]", base_reg);
507 snprintf (buf, buf_size, "[%s--]", base_reg);
509 snprintf (buf, buf_size, "[--%s]", base_reg);
519 snprintf (buf, buf_size, "[%s+#%d++]", base_reg, offset)
    [all...]
  /external/curl/lib/
curlx.h 97 # undef snprintf macro
108 # define snprintf curlx_msnprintf macro
  /external/elfutils/libebl/
eblobjnotetypename.c 50 snprintf (buf, len, "Version: %" PRIu32, type);
69 snprintf (buf, len, "%s: %" PRIu32, gettext ("<unknown>"), type);
eblsectiontypename.c 107 snprintf (buf, len, "SHT_LOOS+%x", section - SHT_LOOS);
110 snprintf (buf, len, "SHT_LOPROC+%x", section - SHT_LOPROC);
113 snprintf (buf, len, "SHT_LOUSER+%x", section - SHT_LOUSER);
115 snprintf (buf, len, "%s: %d", gettext ("<unknown>"), section);
  /external/libavc/encoder/
ih264e_version.c 90 snprintf(version_string, MAX_STRLEN, \
95 snprintf(version_string, MAX_STRLEN, \
  /external/libhevc/decoder/
ihevcd_version.c 79 snprintf(version_string, MAXVERSION_STRLEN, \
84 snprintf(version_string, MAXVERSION_STRLEN, \
  /external/libpcap/
sf-pcap.c 188 snprintf(errbuf, PCAP_ERRBUF_SIZE,
192 snprintf(errbuf, PCAP_ERRBUF_SIZE,
214 snprintf(errbuf, PCAP_ERRBUF_SIZE,
285 snprintf(errbuf, PCAP_ERRBUF_SIZE,
380 snprintf(errbuf, PCAP_ERRBUF_SIZE, "out of memory");
415 snprintf(p->errbuf, PCAP_ERRBUF_SIZE,
421 snprintf(p->errbuf, PCAP_ERRBUF_SIZE,
504 snprintf(p->errbuf, PCAP_ERRBUF_SIZE,
516 snprintf(p->errbuf, PCAP_ERRBUF_SIZE,
524 snprintf(p->errbuf, PCAP_ERRBUF_SIZE
    [all...]
pcap-bt-linux.c 90 snprintf(err_str, PCAP_ERRBUF_SIZE,
98 snprintf(err_str, PCAP_ERRBUF_SIZE, "Can't allocate %zu bytes for Bluetooth device list",
108 snprintf(err_str, PCAP_ERRBUF_SIZE,
119 snprintf(dev_name, 20, BT_IFACE"%d", dev_req->dev_id);
120 snprintf(dev_descr, 30, "Bluetooth adapter number %d", i);
195 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE,
219 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE,
226 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "Can't allocate dump buffer: %s",
233 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE,
240 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE
    [all...]
pcap-stdinc.h 54 #define snprintf _snprintf macro
  /external/libvpx/libvpx/
y4menc.c 54 return snprintf(buf, len, "YUV4MPEG2 W%u H%u F%u:%u I%c %s", width, height,
59 return snprintf(buf, len, "FRAME\n");
  /hardware/qcom/display/msm8084/libqdutils/
qd_utils.cpp 43 snprintf (msmFbTypePath, sizeof(msmFbTypePath),
80 snprintf(msmFbTypePath, sizeof(msmFbTypePath),
  /bionic/libc/bionic/
ether_ntoa.c 40 snprintf(buf, 18, "%02x:%02x:%02x:%02x:%02x:%02x",
  /bionic/libc/upstream-openbsd/lib/libc/net/
inet_ntoa.c 48 (void)snprintf(b, sizeof(b),
  /external/compiler-rt/test/msan/Linux/
glob_nomatch.cc 12 snprintf(buf, sizeof(buf), "%s/%s", argv[1], "glob_test_root/*c");
  /external/libjpeg-turbo/
tjutil.h 32 #define snprintf(str, n, format, ...) \ macro
  /external/libvncserver/test/
tjutil.h 32 #define snprintf(str, n, format, ...) \ macro

Completed in 1262 milliseconds

1 23 4 5 6 7 8 91011>>