Searched refs:utfbuf (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/sbin/gpt/ |
| H A D | show.c | 124 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; in print_part_type() 183 __arraycount(ent->ent_name), utfbuf, in show() 184 __arraycount(utfbuf)); in show() 185 b = (char *)utfbuf; in show() 264 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; in show_all() 288 utf16_to_utf8(ent->ent_name, __arraycount(ent->ent_name), utfbuf, in show_all() 289 __arraycount(utfbuf)); in show_all() 290 printf("Label: %s\n", (char *)utfbuf); in show_all() 312 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; in show_all() 382 __arraycount(ent->ent_name), utfbuf, in cmd_show() 83 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; print_part_type() local 213 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; show_one() local 261 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; show_all() local [all...] |
| H A D | backup.c | 151 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; in store_tbl() local 181 utfbuf, __arraycount(utfbuf)); in store_tbl() 182 if (utfbuf[0] != '\0') { in store_tbl() 184 (char *)utfbuf)); in store_tbl()
|
| H A D | biosboot.c | 177 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; in biosboot() local 223 __arraycount(ent->ent_name), utfbuf, in biosboot() 224 __arraycount(utfbuf)); in biosboot() 225 if (strcmp((char *)label, (char *)utfbuf) == 0) in biosboot()
|
| H A D | gpt.c | 1048 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; in gpt_change_ent() 1075 utfbuf, __arraycount(utfbuf)); in gpt_change_ent() 1076 if (strcmp((char *)find->label, (char *)utfbuf) != 0) in gpt_change_ent() 1047 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; gpt_change_ent() local
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| H A D | a_strex.c | 205 unsigned char utfbuf[6]; in do_buf() local 207 utflen = UTF8_putc(utfbuf, sizeof(utfbuf), c); in do_buf() 215 len = do_esc_char(utfbuf[i], flags | orflags, quotes, in do_buf()
|
| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | mandocdb.c | 1905 char utfbuf[7], res[6]; in render_string() local 1981 addsz = utf8(unicode, utfbuf); in render_string() 1984 addcp = utfbuf; in render_string()
|