Searched refs:utfbuf (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sbin/gpt/ |
| D | show.c | 124 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; in print_part_type() local 183 __arraycount(ent->ent_name), utfbuf, in print_part_type() 184 __arraycount(utfbuf)); in print_part_type() 185 b = (char *)utfbuf; in print_part_type() 264 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; in show_one() local 288 utf16_to_utf8(ent->ent_name, __arraycount(ent->ent_name), utfbuf, in show_one() 289 __arraycount(utfbuf)); in show_one() 290 printf("Label: %s\n", (char *)utfbuf); in show_one() 312 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; in show_all() local 382 __arraycount(ent->ent_name), utfbuf, in show_all() [all …]
|
| D | backup.c | 152 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; in store_tbl() local 182 utfbuf, __arraycount(utfbuf)); in store_tbl() 183 if (utfbuf[0] != '\0') { in store_tbl() 185 (char *)utfbuf)); in store_tbl()
|
| 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()
|
| D | gpt.c | 1048 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; in gpt_change_ent() local 1075 utfbuf, __arraycount(utfbuf)); in gpt_change_ent() 1076 if (strcmp((char *)find->label, (char *)utfbuf) != 0) in gpt_change_ent()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| D | a_strex.c | 206 unsigned char utfbuf[6]; in do_buf() local 208 utflen = UTF8_putc(utfbuf, sizeof(utfbuf), c); in do_buf() 216 len = do_esc_char(utfbuf[i], flags | orflags, quotes, in do_buf()
|
| /netbsd/src/external/bsd/mdocml/dist/ |
| 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()
|