Home
last modified time | relevance | path

Searched refs:c_utf8 (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/msgfmt/
H A Dgnu_handle.c129 char *c_charset, *c_utf8, *p; in check_utf8() local
162 c_utf8 = alloca(utf8_len + 1); in check_utf8()
163 (void) memcpy(c_utf8, p, utf8_len); in check_utf8()
164 c_utf8[utf8_len] = '\0'; in check_utf8()
166 c_utf8 = DEST_CHARSET; in check_utf8()
176 if (strcmp(c_charset, c_utf8) == 0) in check_utf8()
/titanic_41/usr/src/cmd/tar/
H A Dtar.c520 static int c_utf8(char *target, const char *source);
7258 else if (c_utf8(target, source) != 0) { in utf8_local()
7441 if (c_utf8(target, starting_src) != 0) { in local_utf8()
7520 c_utf8(char *target, const char *source) in c_utf8() function