Lines Matching defs:vstr
763 char *cstr, *vstr, *response;772 vstr = &cstr[1];776 vstr = &cstr[1];781 vstr = &cstr[2];784 vstr = &cstr[1];790 vstr = &cstr[2];793 vstr = &cstr[1];799 vstr = &cstr[2];807 value = (int) strtol(vstr, &response, 0);808 if (response == vstr) {