Home | History | Annotate | Download | only in reference-ril

Lines Matching refs:asprintf

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);
1038 asprintf(&cmd, "AT+CGDCONT=1,\"IP\",\"%s\",,0,0", apn);
1111 asprintf(&cmd, "AT+CRSM=%d,%d,%d,%d,%d",
1115 asprintf(&cmd, "AT+CRSM=%d,%d,%d,%d,%d,%s",
1162 asprintf(&cmd, "AT+CPIN=%s", strings[0]);
1164 asprintf(&cmd, "AT+CPIN=%s,%s", strings[0], strings[1]);
1363 asprintf(&cmd, "AT+VTS=%c", (int)c);
1468 asprintf(&cmd, "AT+CMGD=%d", ((int *)data)[0]);