/bionic/libc/stdio/ |
asprintf.c | 1 /* $OpenBSD: asprintf.c,v 1.15 2005/10/10 12:00:52 espie Exp $ */ 27 asprintf(char **str, const char *fmt, ...) function
|
/system/core/nexus/ |
nexctl.c | 64 asprintf(&cmp, "%s%s", argv[i], (i == (argc -1)) ? "" : " "); 66 asprintf(&cmp, "\"%s\"%s", argv[i], (i == (argc -1)) ? "" : " ");
|
CommandListener.cpp | 161 asprintf(&tmp, "%s %s", argv[1], val); 220 if (asprintf(&buf, "%s %s", (*it), p_v) < 0) {
|
NetworkManager.cpp | 155 asprintf(&tmp3,
|
WifiController.cpp | 517 asprintf(&tmp, "Scan results ready (%d)", mLatestScanResults->size()); 543 asprintf(&tmp3, 619 asprintf(&tmp3, "RSSI changed from %d -> %d", 631 asprintf(&tmp3, "Link speed changed from %d -> %d",
|
Supplicant.cpp | 501 asprintf(&tmp, "SET_NETWORK %d %s %s", networkId, var, val); 521 asprintf(&tmp, "GET_NETWORK %d %s", networkId, var);
|
WifiNetwork.cpp | 135 asprintf(&mPropNamespace, "wifi.net.%d", mNetid); 196 asprintf(&name, "wep_key%d", i); 301 asprintf(&name, "wep_key%d", idx);
|
/system/netd/ |
ndc.c | 64 asprintf(&cmp, "%s%s", argv[i], (i == (argc -1)) ? "" : " "); 66 asprintf(&cmp, "\"%s\"%s", argv[i], (i == (argc -1)) ? "" : " ");
|
CommandListener.cpp | 119 asprintf(&msg, "%lu", rx); 137 asprintf(&msg, "%lu", tx); 161 asprintf(&msg, "%u", val); 217 asprintf(&flag_s, "[%s%s%s%s%s%s]", updown, brdcst, loopbk, ppp, running, multi); 220 asprintf(&msg, "%.2x:%.2x:%.2x:%.2x:%.2x:%.2x %s %s %s", 347 asprintf(&tmp, "Forwarding %s", (sTetherCtrl->getIpFwdEnabled() ? "enabled" : "disabled")); 387 asprintf(&tmp, "Tethering services %s", 570 asprintf(&tmp, "Pan services %s", 615 asprintf(&tmp, "Softap service %s", 655 asprintf(&tmp, "Usb RNDIS %s" [all...] |
PppController.cpp | 88 asprintf(&lr, "%s:%s", l, r);
|
TetherController.cpp | 140 asprintf(&(args[nextArg++]),"--dhcp-range=%s,%s,1h", start, end);
|
/system/vold/ |
vdc.c | 64 asprintf(&cmp, "%s%s", argv[i], (i == (argc -1)) ? "" : " "); 66 asprintf(&cmp, "\"%s\"%s", argv[i], (i == (argc -1)) ? "" : " ");
|
Devmapper.cpp | 96 asprintf(&tmp, "%s %llu:%llu (no status available)", n->name, MAJOR(n->dev), MINOR(n->dev)); 98 asprintf(&tmp, "%s %llu:%llu %d %d 0x%.8x %llu:%llu", n->name, MAJOR(n->dev),
|
Fat.cpp | 135 asprintf(&lost_path, "%s/LOST.DIR", mountPoint);
|
Loop.cpp | 67 asprintf(&tmp, "%s %d %d:%d %lu %d:%d %d 0x%x {%s}", filename, li.lo_number,
|
VolumeManager.cpp | 176 asprintf(&buffer, "%s %s %d", 411 asprintf(&asecFilename1, "%s/%s.asec", Volume::SEC_ASECDIR, id1); 412 asprintf(&asecFilename2, "%s/%s.asec", Volume::SEC_ASECDIR, id2);
|
/cts/tests/tests/jni/libjnitest/ |
helper.c | 66 asprintf(&newResult, "%s%s: %s\n",
|
/ndk/samples/hello-neon/jni/ |
helloneon.c | 109 asprintf(&str, "FIR Filter benchmark:\nC version : %g ms\n", time_c); 143 asprintf(&str, "%g ms (x%g faster)\n", time_neon, time_c / (time_neon < 1e-6 ? 1. : time_neon));
|
/system/core/init/ |
devices.c | 231 if (asprintf(&buf, CMDLINE_PREFIX"/%s", value) == -1) { 505 l = asprintf(&root, SYSFS_PREFIX"%s/", uevent->path); 509 l = asprintf(&loading, "%sloading", root); 513 l = asprintf(&data, "%sdata", root); 517 l = asprintf(&file, FIRMWARE_DIR"/%s", uevent->firmware);
|
/external/e2fsprogs/intl/ |
libgnuintl.h.in | 329 #undef asprintf 330 #define asprintf libintl_asprintf 331 extern int asprintf (char **, const char *, ...);
|
/hardware/ril/reference-ril/ |
reference-ril.c | 616 asprintf(&cmd, "ATD%s%s;", p_dial->address, clir); 638 asprintf(&cmd, "AT+CMGW=%d,%d", length, p_args->status); 664 asprintf(&cmd, "AT+CHLD=1%d", p_line[0]); 829 asprintf(&responseStr[0], "%d", response[0]); 830 asprintf(&responseStr[1], "%x", response[1]); 831 asprintf(&responseStr[2], "%x", response[2]); 834 asprintf(&responseStr[3], "%d", response[3]); 937 asprintf(&cmd1, "AT+CMGS=%d", tpLayerLength); 938 asprintf(&cmd2, "%s%s", smsc, pdu); 988 asprintf(&cmd, "up:%s", apn) [all...] |
/system/core/logcat/ |
logcat.cpp | 121 asprintf(&file1, "%s.%d", g_outputFileName, i); 124 asprintf(&file0, "%s", g_outputFileName); 126 asprintf(&file0, "%s.%d", g_outputFileName, i - 1);
|
/system/bluetooth/bluedroid/ |
bluetooth.c | 70 asprintf(&rfkill_state_path, "/sys/class/rfkill/rfkill%d/state", rfkill_id);
|
/external/opencore/oscl/oscl/osclutil/src/ |
oscl_snprintf.cpp | 112 * Routines asprintf and vasprintf return a pointer (in the ptr argument) 119 * Routines asnprintf and vasnprintf are similar to asprintf and vasprintf, 168 * - added nonstandard routines asnprintf, vasnprintf, asprintf, 244 * routines asprintf, vasprintf, asnprintf, vasnprintf respectively, 427 int asprintf(char **ptr, const char *fmt, /*args*/ ...); 467 int asprintf(char **ptr, const char *fmt, /*args*/ ...) 466 int asprintf(char **ptr, const char *fmt, \/*args*\/ ...) function [all...] |
/external/oprofile/libpopt/ |
config.h | 25 /* Define to 1 if you have the `asprintf' function. */
|