dest_len 17 opal/util/string_copy.c void opal_string_copy(char *dest, const char *src, size_t dest_len) dest_len 30 opal/util/string_copy.c assert(dest_len <= OPAL_MAX_SIZE_ALLOWED_BY_OPAL_STRING_COPY); dest_len 32 opal/util/string_copy.c for (i = 0; i < dest_len; ++i, ++src, ++new_dest) { dest_len 63 opal/util/string_copy.h size_t dest_len)