Home | History | Annotate | Download | only in coregrind

Lines Matching defs:from

42    originates from Valgrind.
88 from this function.
114 running under Valgrind can be distinguished from other crashes. */
121 /* Scrubbing DYLD_INSERT_LIBRARIES from envp during exec is insufficient,
124 Instead, scrub DYLD_INSERT_LIBRARIES from the parent process once
130 // GrP fixme copied from m_libcproc
133 HChar **from;
137 for (from = to = env; from && *from; from++) {
138 if (!(strncmp(varname, *from, len) == 0 && (*from)[len] == '=')) {
139 *to = *from;
143 *(to++) = *(from++);
145 *(to++) = *(from++);