/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);
|
/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)) ? "" : " ");
|
Fat.cpp | 136 asprintf(&lost_path, "%s/LOST.DIR", mountPoint);
|
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),
|
/cts/tests/tests/jni/libjnitest/ |
helper.c | 66 asprintf(&newResult, "%s%s: %s\n",
|
/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...] |
/development/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 | 317 if (asprintf(&links[link_num], "%s/by-name/%s", link_path, p) > 0) 325 if (asprintf(&links[link_num], "%s/by-num/p%d", link_path, uevent->partition_num) > 0) 332 if (asprintf(&links[link_num], "%s/%s", link_path, slash + 1) > 0) 509 l = asprintf(&root, SYSFS_PREFIX"%s/", uevent->path); 513 l = asprintf(&loading, "%sloading", root); 517 l = asprintf(&data, "%sdata", root); 521 l = asprintf(&file1, FIRMWARE_DIR1"/%s", uevent->firmware); 525 l = asprintf(&file2, FIRMWARE_DIR2"/%s", uevent->firmware);
|
ueventd.c | 112 asprintf(&tmp, "/dev/mtd/mtd%d", n);
|
/external/e2fsprogs/intl/ |
libgnuintl.h.in | 329 #undef asprintf 330 #define asprintf libintl_asprintf 331 extern int asprintf (char **, const char *, ...);
|
/system/bluetooth/bluedroid/ |
bluetooth.c | 70 asprintf(&rfkill_state_path, "/sys/class/rfkill/rfkill%d/state", rfkill_id);
|
/system/extras/ext4_utils/ |
make_ext4fs.c | 101 asprintf(&dentries[i].path, "%s/%s", dir_path, namelist[i]->d_name); 102 asprintf(&dentries[i].full_path, "%s/%s", full_path, namelist[i]->d_name);
|
/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);
|
/bionic/libc/include/ |
stdio.h | 342 int asprintf(char **, const char *, ...)
|
/development/ndk/platforms/android-3/include/ |
stdio.h | 342 int asprintf(char **, const char *, ...)
|
/development/ndk/platforms/android-8/include/ |
stdio.h | 342 int asprintf(char **, const char *, ...)
|