Home | History | Annotate | Download | only in cintltst

Lines Matching full:u_strcpy

438     u_strcpy(source+1,p);
440 u_strcpy(target+1,q);
458 u_strcpy(source+1,p);
460 u_strcpy(target+1,q);
468 u_strcpy(source,p);
473 u_strcpy(target,q);
495 u_strcpy(source+1,p);
497 u_strcpy(target+1,q);
504 u_strcpy(source,p);
508 u_strcpy(target,q);
605 u_strcpy(tempB, first);
606 u_strcpy(first, second);
607 u_strcpy(second, tempB);
652 u_strcpy(first, second);
684 u_strcpy(source+1, s);
686 u_strcpy(target+1, t);
698 u_strcpy(source, s);
700 u_strcpy(target, t);
991 u_strcpy(first, second);