Searched refs:cpy_len (Results 1 – 1 of 1) sorted by relevance
881 size_t cpy_len = MIN(len, CONFIG_LOG_TAG_MAX_LEN); in log_set_tag() local883 memcpy(tag, str, cpy_len); in log_set_tag()884 tag[cpy_len] = '\0'; in log_set_tag()886 if (cpy_len < len) { in log_set_tag()887 tag[cpy_len - 1] = '~'; in log_set_tag()
Completed in 4 milliseconds