HomeSort by relevance Sort by last modified time
    Searched refs:snprintf (Results 126 - 150 of 586) sorted by null

1 2 3 4 56 7 8 91011>>

  /system/core/liblog/
fake_log_device.c 389 prefixLen = snprintf(prefixBuf, sizeof(prefixBuf),
394 prefixLen = snprintf(prefixBuf, sizeof(prefixBuf),
396 suffixLen = snprintf(suffixBuf, sizeof(suffixBuf),
400 prefixLen = snprintf(prefixBuf, sizeof(prefixBuf),
409 prefixLen = snprintf(prefixBuf, sizeof(prefixBuf),
414 prefixLen = snprintf(prefixBuf, sizeof(prefixBuf),
419 prefixLen = snprintf(prefixBuf, sizeof(prefixBuf),
425 prefixLen = snprintf(prefixBuf, sizeof(prefixBuf),
logprint.c 430 outCount = snprintf(outBuf, outBufLen, "%d", ival);
451 outCount = snprintf(outBuf, outBufLen, "%lld", lval);
597 tagLen = snprintf(messageBuf, messageBufLen, "[%d]", tagIndex);
703 prefixLen = snprintf(prefixBuf, sizeof(prefixBuf),
708 prefixLen = snprintf(prefixBuf, sizeof(prefixBuf),
710 suffixLen = snprintf(suffixBuf, sizeof(suffixBuf),
714 prefixLen = snprintf(prefixBuf, sizeof(prefixBuf),
726 prefixLen = snprintf(prefixBuf, sizeof(prefixBuf),
733 prefixLen = snprintf(prefixBuf, sizeof(prefixBuf),
740 prefixLen = snprintf(prefixBuf, sizeof(prefixBuf)
    [all...]
  /external/libpcap/
pcap.c 236 (void)snprintf(p->errbuf, sizeof(p->errbuf),
245 (void)snprintf(p->errbuf, sizeof(p->errbuf),
306 (void) snprintf(p->errbuf, sizeof(p->errbuf),
310 (void) snprintf(p->errbuf, sizeof(p->errbuf),
600 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "F_GETFL: %s",
631 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "F_GETFL: %s",
640 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "F_SETFL: %s",
676 snprintf (p, sizeof(errbuf)-(p-errbuf), " (%lu)", error);
696 (void)snprintf(ebuf, sizeof ebuf, "Unknown error: %d", errnum);
717 snprintf(p->errbuf, PCAP_ERRBUF_SIZE
    [all...]
  /frameworks/base/core/jni/
android_net_wifi_Wifi.cpp 168 int cmdTooLong = snprintf(cmdstr, sizeof(cmdstr), "SET_NETWORK %d %s %s",
190 int cmdTooLong = snprintf(cmdstr, sizeof(cmdstr), "GET_NETWORK %d %s",
202 int numWritten = snprintf(cmdstr, sizeof(cmdstr), "REMOVE_NETWORK %d", netId);
216 int numWritten = snprintf(cmdstr, sizeof(cmdstr), "%s %d", cmd, netId);
226 int numWritten = snprintf(cmdstr, sizeof(cmdstr), "DISABLE_NETWORK %d", netId);
389 int numWritten = snprintf(cmdstr, sizeof(cmdstr), "DRIVER POWERMODE %d", mode);
399 int numWritten = snprintf(cmdstr, sizeof(cmdstr), "DRIVER SCAN-CHANNELS %u", numChannels);
425 int numWritten = snprintf(cmdstr, sizeof(cmdstr), "DRIVER BTCOEXMODE %d", mode);
435 int numWritten = snprintf(cmdstr, sizeof(cmdstr), "DRIVER BTCOEXSCAN-%s", setCoexScanMode ? "START" : "STOP");
457 int numWritten = snprintf(cmdstr, sizeof(cmdstr), "AP_SCAN %d", mode)
    [all...]
  /dalvik/libdex/
OptInvocation.c 98 snprintf(nameBuf, kBufLen, "%s/%s", dataRoot, kDexCachePath);
  /development/simulator/wrapsim/
Log.c 44 prefixLen = snprintf(prefixBuf, sizeof(prefixBuf), "%s %5d ",
  /external/bluetooth/bluez/common/
oui.c 104 snprintf(comp, size, "%s", tmp);
  /external/clearsilver/util/
neo_date.c 37 snprintf (TzBuf, sizeof(TzBuf), "TZ=%s", mytimezone);
  /external/dropbear/
sshpty.c 194 snprintf(buf, sizeof buf, "/dev/pty%c%c", ptymajors[i / num_minors],
196 snprintf(namebuf, namebuflen, "/dev/tty%c%c",
202 snprintf(buf, sizeof buf, "/dev/ptyp%d", i);
203 snprintf(namebuf, namebuflen, "/dev/ttyp%d", i);
  /external/elfutils/libebl/
eblcorenotetypename.c 61 snprintf (buf, len, "%s: %" PRIu32, gettext ("<unknown>"), type);
ebldynamictagname.c 89 snprintf (buf, len, gettext ("<unknown>: %" PRId64), tag);
  /external/iproute2/ip/
rtm_map.c 53 snprintf(buf, len, "%d", id);
  /external/iproute2/lib/
inet_proto.c 41 snprintf(buf, len, "ipproto-%d", proto);
  /external/iproute2/tc/
tc.c 123 snprintf(buf, sizeof(buf), "%s/q_%s.so", get_tc_lib(), str);
135 snprintf(buf, sizeof(buf), "%s_qdisc_util", str);
177 snprintf(buf, sizeof(buf), "%s/f_%s.so", get_tc_lib(), str);
188 snprintf(buf, sizeof(buf), "%s_filter_util", str);
  /external/ipsec-tools/src/racoon/
str2val.c 62 snprintf(&new[j], len - j, "%02x", (u_char)buf[i]);
  /external/oprofile/daemon/
opd_stats.c 73 snprintf(path, 256, "/dev/oprofile/stats/%s", dirent->d_name);
  /external/qemu/
osdep.c 137 snprintf(phys_ram_file, sizeof(phys_ram_file), "%s/qemuXXXXXX",
146 snprintf(phys_ram_file, sizeof(phys_ram_file), "%s/qemuXXXXXX",
230 len = snprintf(buffer, sizeof(buffer), "%ld\n", (long)getpid());
254 len = snprintf(buffer, sizeof(buffer), "%ld\n", (long)getpid());
  /external/webkit/WebKitTools/DumpRenderTree/cairo/
PixelDumpSupportCairo.cpp 90 snprintf(hashString, 33, "%s%02x", hashString, hash[i]);
  /frameworks/base/libs/utils/
CallStack.cpp 299 snprintf(tmp1, 32, "#%02d ", level);
306 snprintf(tmp1, 32, "0x%p: <", ip);
307 snprintf(tmp2, 32, ">+0x%p", offs);
314 snprintf(tmp, 256, "pc %08lx %s",
  /frameworks/base/media/libmediaplayerservice/
MidiMetadataRetriever.cpp 78 snprintf(mMetadataValues[0], MAX_METADATA_STRING_LENGTH, "%d", duration);
VorbisMetadataRetriever.cpp 74 snprintf(mMetadataValues[0], MAX_METADATA_STRING_LENGTH, "%d", duration);
  /frameworks/base/opengl/libs/EGL/
Loader.cpp 146 snprintf(path, PATH_MAX, format, "GLES", tag);
152 snprintf(path, PATH_MAX, format, "EGL", tag);
158 snprintf(path, PATH_MAX, format, "GLESv1_CM", tag);
161 snprintf(path, PATH_MAX, format, "GLESv2", tag);
  /hardware/libhardware_legacy/qemu/
qemu.c 117 snprintf(channel->device, sizeof channel->device,
144 ret = snprintf(key, sizeof key, "ro.kernel.android.%s", name);
153 ret = snprintf(channel->device, sizeof channel->device,
244 snprintf(header, sizeof header, "%04x", len);
  /system/core/adb/
adb_client.c 86 snprintf(service, sizeof service, "host:transport:%s", __adb_serial);
106 snprintf(service, sizeof service, "host:%s", transport_type);
109 snprintf(tmp, sizeof tmp, "%04x", len);
175 snprintf(tmp, sizeof tmp, "%04x", len);
  /system/extras/tests/cpueater/
daemonize.c 100 snprintf(lockid, 32, "daemonize%d", (int) getpid());

Completed in 1220 milliseconds

1 2 3 4 56 7 8 91011>>