Home | History | Annotate | Download | only in coregrind

Lines Matching full:strlen

803    if (1 + strlen(bootstrap_errmsg) > N_BOOTBLOCK_ERRMSG)
812 if (1 + strlen(toolfile) > N_BOOTBLOCK_TOOLFILE)
989 ix = emit_li64( &block.code[0],ix, 5, strlen(bootstrap_errmsg));
1068 ix = emit_li32( &block.code[0],ix, 5, strlen(bootstrap_errmsg));
1442 clientname = malloc(strlen(valgrind_lib) + strlen(up_n_bindir)
1443 + 2 + strlen(noop_exe_name));
1500 char* toolfile = malloc(strlen(valgrind_lib)
1501 + strlen(toolname) + strlen(platform) + 3);
1556 char* launcher = malloc(strlen(valgrind_lib)
1557 + strlen(up_n_down) + 2);