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

1 2 3 4 5 6 78 91011>>

  /external/qemu/slirp/
tftp.c 109 n = snprintf(buffer, sizeof(buffer), "%s/%s",
152 n += snprintf((char *)tp->x.tp_buf + n, sizeof(tp->x.tp_buf) - n, "%s",
154 n += snprintf((char *)tp->x.tp_buf + n, sizeof(tp->x.tp_buf) - n, "%u",
377 len = snprintf(buffer, sizeof(buffer), "%s/%s",
  /external/qemu/slirp-android/
tftp.c 109 n = snprintf(buffer, sizeof(buffer), "%s/%s",
152 n += snprintf((char *)tp->x.tp_buf + n, sizeof(tp->x.tp_buf) - n, "%s",
154 n += snprintf((char *)tp->x.tp_buf + n, sizeof(tp->x.tp_buf) - n, "%u",
383 len = snprintf(buffer, sizeof(buffer), "%s/%s",
  /external/tcpdump/
util.c 278 (void)snprintf(buf, bufsize, fmt, v);
321 buflen+=snprintf(buf+buflen, sizeof(buf)-buflen, "%s, ",lp->s);
338 (void)snprintf(buf, sizeof(buf), fmt, v);
359 (void)snprintf(buf, sizeof(buf), fmt, v);
  /external/webkit/JavaScriptCore/wtf/
StringExtras.h 39 inline int snprintf(char* buffer, size_t count, const char* format, ...) function
  /external/webkit/WebCore/platform/android/
FileSystemAndroid.cpp 120 if ((int) (sizeof(filePath) - 1) < snprintf(filePath,
  /hardware/libhardware/include/hardware/
qemud.h 106 snprintf(header, sizeof header, "%04x", msglen);
  /system/core/adb/
test_track_devices.c 71 len = snprintf( buffer, sizeof buffer, "%04x%s", strlen(request), request );
test_track_jdwp.c 71 len = snprintf( buffer, sizeof buffer, "%04x%s", strlen(request), request );
  /system/core/libcutils/
ashmem-host.c 48 snprintf(name, sizeof(name), "/tmp/android-ashmem-%d-%c%c%c%c%c%c%c%c",
  /system/core/nexus/
PropertyManager.cpp 172 snprintf(buffer, max, "%d", tmp);
207 snprintf(fqn, sizeof(fqn), "%s.%s%s",
236 snprintf(fqn, sizeof(fqn), "%s.%s%s",
268 snprintf(fqn, sizeof(fqn), "%s.%s%s",
Supplicant.cpp 209 snprintf(new_ns, sizeof(new_ns), "wifi.net.%d", new_wn->getNetworkId());
227 snprintf(del_ns, sizeof(del_ns), "wifi.net.%d", (*i)->getNetworkId());
388 snprintf(new_ns, sizeof(new_ns), "wifi.net.%d", wn->getNetworkId());
553 snprintf(req, sizeof(req), "DRIVER RXFILTER-ADD %d", i);
576 snprintf(req, sizeof(req), "DRIVER RXFILTER-REMOVE %d", i);
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 147 using std::snprintf;
  /external/bluetooth/bluez/compat/
dun.c 210 snprintf(tty, size, "/dev/rfcomm%d", id);
212 snprintf(tty, size, "/dev/bluetooth/rfcomm/%d", id);
214 snprintf(tty, size, "/dev/rfcomm%d", id);
  /external/wpa_supplicant/
os.h 368 * Note: Some C library implementations of snprintf() may not guarantee null
374 * If the target system does not include snprintf(), see, e.g.,
375 * http://www.ijs.si/software/snprintf/ for an example of a portable
376 * implementation of snprintf.
452 #define os_snprintf snprintf
482 #undef snprintf macro
483 #define snprintf OS_DO_NOT_USE_snprintf macro
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os.h 368 * Note: Some C library implementations of snprintf() may not guarantee null
374 * If the target system does not include snprintf(), see, e.g.,
375 * http://www.ijs.si/software/snprintf/ for an example of a portable
376 * implementation of snprintf.
452 #define os_snprintf snprintf
495 #undef snprintf macro
496 #define snprintf OS_DO_NOT_USE_snprintf macro
  /system/extras/libpagemap/
pm_process.c 47 error = snprintf(filename, MAX_FILENAME, "/proc/%d/pagemap", pid);
177 error = snprintf(filename, MAX_FILENAME, "/proc/%d/clear_refs",
233 error = snprintf(filename, MAX_FILENAME, "/proc/%d/maps", proc->pid);
  /external/dhcpcd/
configure.c 103 snprintf(env[0], e, "PATH=%s", path);
108 snprintf(env[1], e, "interface=%s", iface);
111 snprintf(env[2], e, "reason=%s", reason);
114 snprintf(env[3], e, "pid=%d", getpid());
116 snprintf(env[4], e, "metric=%d", options->metric);
  /external/qemu/
tap-win32.c 238 snprintf (unit_string, sizeof(unit_string), "%s\\%s",
337 snprintf(connection_string,
364 snprintf(name, name_size, "%s", enum_name);
374 snprintf(actual_name, actual_name_size, "%s", name_data);
588 snprintf(name_buffer, sizeof(name_buffer), "%s", prefered_name);
594 snprintf (device_path, sizeof(device_path), "%s%s%s",
690 snprintf(s->vc->info_str, sizeof(s->vc->info_str),
gdbstub.c 1358 snprintf(target_xml, sizeof(target_xml),
    [all...]
  /hardware/libhardware_legacy/gps/
gps_qemu.c 474 p += snprintf( p, end-p, "sending fix" );
476 p += snprintf(p, end-p, " lat=%g lon=%g", r->fix.latitude, r->fix.longitude);
479 p += snprintf(p, end-p, " altitude=%g", r->fix.altitude);
482 p += snprintf(p, end-p, " speed=%g", r->fix.speed);
485 p += snprintf(p, end-p, " bearing=%g", r->fix.bearing);
488 p += snprintf(p,end-p, " accuracy=%g", r->fix.accuracy);
491 p += snprintf(p, end-p, " time=%s", asctime( &utc ) );
  /external/bluetooth/bluez/src/
storage.c 72 err = snprintf(alias, size, "%s", tmp);
94 snprintf(str, sizeof(str), "%d", timeout);
127 snprintf(str, sizeof(str), "%d", timeout);
413 snprintf(str, sizeof(str), "%d -1", mtu_result ? -1 : mtu);
415 snprintf(str, sizeof(str), "%d 0x%08x", mtu_result ? -1 : mtu, mask);
667 ret = snprintf(str + len, sizeof(str) - len - 1, "%s%s",
817 snprintf(key, sizeof(key), "%17s#%08X", dst, rec->handle);
868 snprintf(key, sizeof(key), "%17s#%08X", dst, handle);
886 snprintf(key, sizeof(key), "%17s#%08X", dst, handle);
988 snprintf(str, sizeof(str), "%04X %04X %04X %04X", source
    [all...]
  /external/bluetooth/bluez/rfcomm/
main.c 402 snprintf(devname, MAXPATHLEN - 1, "/dev/rfcomm%d", dev);
409 snprintf(devname, MAXPATHLEN - 1, "/dev/bluetooth/rfcomm/%d", dev);
412 snprintf(devname, MAXPATHLEN - 1, "/dev/rfcomm%d", dev);
560 snprintf(devname, MAXPATHLEN - 1, "/dev/rfcomm%d", dev);
567 snprintf(devname, MAXPATHLEN - 1, "/dev/bluetooth/rfcomm/%d", dev);
570 snprintf(devname, MAXPATHLEN - 1, "/dev/rfcomm%d", dev);
  /external/e2fsprogs/intl/
libgnuintl.h.in 318 #undef snprintf
319 #define snprintf libintl_snprintf
320 extern int snprintf (char *, size_t, const char *, ...);
  /external/jhead/
main.c 478 snprintf(valueLen, 15, "=%d ", (int)strlen(value));
496 snprintf(*buf + strlen(*buf), bufLen, "%s%s%s", key, valueLen, value);
507 snprintf(valueStr, 20, "%d", value);
515 snprintf(valueStr, 30, format, value);
523 snprintf(valueStr, sizeof(valueStr), "%u/%u", value.num, value.denom);
695 snprintf(finalResult, finalBufLen, "%d %s", attributeCount, buf);
  /external/v8/src/
d8-posix.cc 201 snprintf(c_arg, len, "%s", *prog);
216 snprintf(c_arg, len, "%s", *utf8_arg);
407 snprintf(message,
416 snprintf(message,
431 snprintf(message,
441 snprintf(message,

Completed in 647 milliseconds

1 2 3 4 5 6 78 91011>>