Home | History | Annotate | Download | only in coregrind

Lines Matching full:strlen

84    n = VG_(strlen)(varname);
102 Int len = VG_(strlen)(varname);
121 Int len = VG_(strlen)(varname);
122 HChar *valstr = VG_(malloc)("libcproc.es.1", len + VG_(strlen)(val) + 2);
262 buf = VG_(malloc)("libcproc.erves.4", VG_(strlen)(VG_(libdir)) + 20);
293 const HChar *n = name + VG_(strlen)(name) - 1;
310 SizeT len = VG_(strlen)(string);
481 argenv_size += VG_(strlen)(*p) + 2;
484 argenv_size += VG_(strlen)(*p) + 2;
497 SizeT src_len = VG_(strlen)((src)) + 1; \