Searched refs:utfbuf (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sbin/gpt/
H A Dshow.c83 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; local
133 __arraycount(ent->ent_name), utfbuf,
134 __arraycount(utfbuf));
135 b = (char *)utfbuf;
213 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; local
237 utf16_to_utf8(ent->ent_name, __arraycount(ent->ent_name), utfbuf,
238 __arraycount(utfbuf));
239 printf("Label: %s\n", (char *)utfbuf);
261 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; local
308 __arraycount(ent->ent_name), utfbuf,
[all...]
H A Dbackup.c151 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; local
181 utfbuf, __arraycount(utfbuf));
182 if (utfbuf[0] != '\0') {
184 (char *)utfbuf));
H A Dbiosboot.c177 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; local
223 __arraycount(ent->ent_name), utfbuf,
224 __arraycount(utfbuf));
225 if (strcmp((char *)label, (char *)utfbuf) == 0)
H A Dgpt.c1047 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; local
1074 utfbuf, __arraycount(utfbuf));
1075 if (strcmp((char *)find->label, (char *)utfbuf) != 0)
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Da_strex.c205 unsigned char utfbuf[6]; local
207 utflen = UTF8_putc(utfbuf, sizeof(utfbuf), c);
215 len = do_esc_char(utfbuf[i], flags | orflags, quotes,
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Da_strex.c205 unsigned char utfbuf[6]; local
207 utflen = UTF8_putc(utfbuf, sizeof(utfbuf), c);
215 len = do_esc_char(utfbuf[i], flags | orflags, quotes,
/netbsd-current/external/bsd/mdocml/dist/
H A Dmandocdb.c1905 char utfbuf[7], res[6]; local
1981 addsz = utf8(unicode, utfbuf);
1984 addcp = utfbuf;

Completed in 110 milliseconds