Home | History | Annotate | Download | only in coregrind

Lines Matching defs:out

169    HChar* out;
194 out = VG_(malloc)( "options.efn.1", len );
199 out = VG_(realloc)("options.efn.2(multiple)", out, len); \
205 out[j++] = format[i++];
213 out[j++] = format[i++];
220 j += VG_(sprintf)(&out[j], "%d", pid);
257 j += VG_(sprintf)(&out[j], "%s", qual);
271 out[j++] = 0;
273 // If 'out' is not an absolute path name, prefix it with the startup dir.
274 if (out[0] != '/') {
275 len = VG_(strlen)(base_dir) + 1 + VG_(strlen)(out) + 1;
280 VG_(strcat)(absout, out);
281 VG_(free)(out);
282 out = absout;
285 return out;
323 // child_exe_name is pulled out of the guest's space. We