| /src/sbin/gpt/ |
| backup.c | 155 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; local 185 utfbuf, __arraycount(utfbuf)); 186 if (utfbuf[0] != '\0') { 188 (char *)utfbuf));
|
| show.c | 136 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; local 142 __arraycount(ent->ent_name), utfbuf, 143 __arraycount(utfbuf)); 146 stravis(&res, (char *)utfbuf, VIS_CSTYLE|VIS_OCTAL|VIS_TAB|VIS_NL); 163 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; local 226 __arraycount(ent->ent_name), utfbuf, 227 __arraycount(utfbuf)); 228 b = (char *)utfbuf; 242 if (b != buf && b != (char *)utfbuf) 523 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1] local 572 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; local [all...] |
| biosboot.c | 179 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; local 225 __arraycount(ent->ent_name), utfbuf, 226 __arraycount(utfbuf)); 227 if (strcmp((char *)label, (char *)utfbuf) == 0)
|
| gpt.c | 1108 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; local 1135 utfbuf, __arraycount(utfbuf)); 1136 if (strcmp((char *)find->label, (char *)utfbuf) != 0)
|
| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| a_strex.c | 200 unsigned char utfbuf[6]; local 201 int utflen = UTF8_putc(utfbuf, sizeof(utfbuf), c); 212 len = do_esc_char(utfbuf[i], flags | orflags, quotes,
|
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| a_strex.c | 206 unsigned char utfbuf[6]; local 208 utflen = UTF8_putc(utfbuf, sizeof(utfbuf), c); 216 len = do_esc_char(utfbuf[i], flags | orflags, quotes,
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| a_strex.c | 205 unsigned char utfbuf[6]; local 207 utflen = UTF8_putc(utfbuf, sizeof(utfbuf), c); 215 len = do_esc_char(utfbuf[i], flags | orflags, quotes,
|
| /src/external/bsd/mdocml/dist/ |
| mandocdb.c | 1968 char utfbuf[7], res[6]; local 2044 addsz = utf8(unicode, utfbuf); 2047 addcp = utfbuf;
|