new_dest 20 opal/util/string_copy.c char *new_dest = dest; new_dest 32 opal/util/string_copy.c for (i = 0; i < dest_len; ++i, ++src, ++new_dest) { new_dest 33 opal/util/string_copy.c *new_dest = *src;