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

1 2 3 4 5 6 7 891011>>

  /external/qemu/block/
raw-win32.c 274 snprintf(cdrom_name, cdrom_name_size, "\\\\.\\%c:", pdrv[0]);
293 snprintf(s->drive_path, sizeof(s->drive_path), "%c:\\", p[0]);
334 snprintf(device_name, sizeof(device_name), "\\\\.\\%c:", filename[0]);
  /external/quake/quake/src/WinQuake/
sys_android.cpp 425 if ((int) (sizeof(filePath)-1) < snprintf(filePath, sizeof(filePath), "%s/%s", path, name)) {
451 if ((int) (sizeof(cachePath)-1) < snprintf(cachePath, sizeof(cachePath), "%s" GLQUAKE_RELPATH "/cacheversion", baseDir)) {
475 if ( (int)(sizeof(cacheDirPath)-1) < snprintf(cacheDirPath, sizeof(cacheDirPath), "%s" GLQUAKE_RELPATH, baseDir)) {
  /frameworks/base/libs/camera/
CameraParameters.cpp 229 snprintf(str, sizeof(str), "%g", value);
373 snprintf(buffer, 255, "CameraParameters::dump: mMap.size = %d\n", mMap.size());
379 snprintf(buffer, 255, "\t%s: %s\n", k.string(), v.string());
  /system/core/init/
bootchart.c 199 snprintf(buff,sizeof(buff),"%lld\n",jiffies);
261 snprintf(filename,sizeof(filename),"/proc/%d/cmdline",pid);
265 snprintf(filename,sizeof(filename),"/proc/%d/stat",pid);
  /bootable/bootloader/legacy/arch_msm7k/
shared.c 37 snprintf(s, 32, "%d.%d", n >> 16, n & 0xffff);
  /bootable/recovery/edify/
parser.y 94 snprintf(buffer, sizeof(buffer), "unknown function \"%s\"", $1);
  /bootable/recovery/tools/ota/
add-property-tag.c 101 snprintf(tmpname, sizeof(tmpname), "%s.tmp", filename);
  /external/bluetooth/bluez/src/
rfkill.c 107 snprintf(sysname, sizeof(sysname) - 1,
  /external/clearsilver/util/
neo_misc.h 86 int snprintf (char *str, size_t count, const char *fmt, ...)
  /external/clearsilver/util/test/
hdftest.c 34 snprintf(s + l, slen - l, ".%s", buf);
  /external/elfutils/tests/
showptable.c 86 snprintf (buf, sizeof (buf), "%x", phdr->p_type);
  /external/ipsec-tools/src/racoon/
backupsa.c 114 l = snprintf(p, len, "%%");
131 l = snprintf(p, len, " ");
148 l = snprintf(p, len,
168 l = snprintf(p, len, " %s", k);
kmpstat.c 105 snprintf(name.sun_path, sizeof(name.sun_path),
policy.c 456 i = snprintf(p, blen, "%s/%d[%s ", a, spidx->prefs, b);
469 i = snprintf(p, blen, "%s/%d[%s ", a, spidx->prefd, b);
475 i = snprintf(p, blen, "proto=%s dir=%s",
482 snprintf(p, blen, " sec_ctx:doi=%d,alg=%d,len=%d,str=%s",
  /external/jpeg/
jmem-android.c 141 snprintf(path, 1023, "/sdcard/.%d.tmp", getpid());
145 // snprintf(path, 1023, "/data/data/.%d.tmp", getpid());
  /external/libpcap/
fad-getad.c 163 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE,
  /external/tcpdump/
print-atalk.c 590 (void)snprintf(nambuf, sizeof(nambuf), "%s.%d",
599 (void)snprintf(nambuf, sizeof(nambuf), "%d.%d.%d",
602 (void)snprintf(nambuf, sizeof(nambuf), "%d.%d", atnet >> 8,
623 (void)snprintf(buf, sizeof(buf), "%d", skt);
tcpdump-stdinc.h 97 #define snprintf _snprintf macro
  /external/webkit/WebKitTools/DumpRenderTree/cg/
PixelDumpSupportCG.cpp 106 snprintf(hashString, 33, "%s%02x", hashString, hash[i]);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 68 snprintf(cmd, sizeof(cmd), "BSS %d", index++);
  /frameworks/base/cmds/dumpstate/
utils.c 205 snprintf(buf, sizeof(buf), "[%s]: [%s]\n", key, name);
304 snprintf(level, sizeof(level), "-%d", gzip_level);
385 snprintf(path, sizeof(path), "/proc/%d/exe", pid);
390 snprintf(path, sizeof(path), "/proc/%d/cmdline", pid);
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmwifi.c 78 snprintf(buf, 6, "%d%s%s%s", channel, band, bw, sb);
  /system/core/adb/
usb_vendors.c 151 if (snprintf(buff, len, format, home, ANDROID_PATH, ANDROID_ADB_INI) >= len) {
  /system/core/nexus/
DhcpClient.cpp 78 snprintf(svc,
  /system/extras/tests/fstest/
perm_checker.c 109 if (snprintf(rule_text_buf, sizeof(rule_text_buf),
381 snprintf(namebuf, sizeof(namebuf), "%s/", name);
383 snprintf(namebuf, sizeof(namebuf), "%s", name);
395 snprintf(tmp, sizeof(tmp), "%s%s", namebuf, de->d_name);

Completed in 3424 milliseconds

1 2 3 4 5 6 7 891011>>