Lines Matching defs:cpp
120 HChar **cpp;127 for (cpp = env; cpp && *cpp; cpp++) {128 if (VG_(strncmp)(varname, *cpp, len) == 0 && (*cpp)[len] == '=') {129 *cpp = valstr;142 Int envlen = (cpp-env) + 2;145 for (cpp = newenv; *env; )146 *cpp++ = *env++;147 *cpp++ = valstr;148 *cpp++ = NULL;