Searched refs:krb5int_utf8_copy (Results 1 – 2 of 2) sorted by relevance
173 int krb5int_utf8_copy(char *, const char *);219 ? (*(d) = *(s), 1) : krb5int_utf8_copy((d),(s)) )
326 int krb5int_utf8_copy(char* dst, const char *src) in krb5int_utf8_copy() function