Home | History | Annotate | Download | only in drd

Lines Matching defs:plus

166       HChar *plus = VG_(strchr)(ptrace_address, '+');
168 if (plus)
169 *plus = '\0';
171 length = plus ? VG_(strtoll16)(plus + 1, 0) : 1;