Previous implementation had only strcat-class conversion using vague function names. This commit makes function names more explicit by adding "cat" and deprecating previous function variants. Since many situation required strcpy variant, the move above made space to add strcpy variants too. Signed-off-by: Simon Rozman <simon@rozman.si>