Home | History | Annotate | Download | only in telephony

Lines Matching refs:strval

409     char strval[MAX_KEY_NAME + 1];
413 snprintf(strval, MAX_KEY_NAME, "%d", value);
414 D("Setting value of %s to %d (%s)",nvname, value, strval);
415 newvalue = strdup(strval);