HomeSort by: relevance | last modified time | path
    Searched defs:utfbuf (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/gpt/
backup.c 152 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; local in function:store_tbl
182 utfbuf, __arraycount(utfbuf));
183 if (utfbuf[0] != '\0') {
185 (char *)utfbuf));
biosboot.c 177 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; local in function:biosboot
223 __arraycount(ent->ent_name), utfbuf,
224 __arraycount(utfbuf));
225 if (strcmp((char *)label, (char *)utfbuf) == 0)
show.c 124 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; local in function:print_part_type
183 __arraycount(ent->ent_name), utfbuf,
184 __arraycount(utfbuf));
185 b = (char *)utfbuf;
264 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; local in function:show_one
288 utf16_to_utf8(ent->ent_name, __arraycount(ent->ent_name), utfbuf,
289 __arraycount(utfbuf));
290 printf("Label: %s\n", (char *)utfbuf);
312 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; local in function:show_all
382 __arraycount(ent->ent_name), utfbuf,
    [all...]
gpt.c 1048 uint8_t utfbuf[__arraycount(ent->ent_name) * 3 + 1]; local in function:gpt_change_ent
1075 utfbuf, __arraycount(utfbuf));
1076 if (strcmp((char *)find->label, (char *)utfbuf) != 0)

Completed in 13 milliseconds