Home
last modified time | relevance | path

Searched refs:unit_types (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sbin/fdisk/
Dmisc.c33 const struct unit_type unit_types[] = { variable
50 *ut = &unit_types[SECTORS]; in units_size()
53 for (i = 0; i < nitems(unit_types); i++) { in units_size()
54 if (strncasecmp(unit_types[i].ut_abbr, units, 1) == 0) in units_size()
55 *ut = &unit_types[i]; in units_size()