Lines Matching defs: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);