Lines Matching defs:vstr
387 char *cstr, *vstr, *response;395 vstr = &cstr[1];399 vstr = &cstr[1];404 vstr = &cstr[2];407 vstr = &cstr[1];413 vstr = &cstr[2];416 vstr = &cstr[1];422 vstr = &cstr[2];430 value = (int) strtol(vstr, &response, 0);431 if (response == vstr) {