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

  /src/usr.sbin/sysinst/
label.c 1342 static int fstype_width, flags_width; variable in typeref:typename:int
1394 fstype_width = max(strlen(fstype), 8);
1396 for (i = 0, p = sepline; i < fstype_width; i++)
1408 " %s", scol, ecol, szcol, fstype_width, fstype,
1527 if (strlen(desc) > (size_t)fstype_width &&
1536 poffset, pend, psize, fstype_width, fstype_width, desc,
label.c 1342 static int fstype_width, flags_width; variable in typeref:typename:int
1394 fstype_width = max(strlen(fstype), 8);
1396 for (i = 0, p = sepline; i < fstype_width; i++)
1408 " %s", scol, ecol, szcol, fstype_width, fstype,
1527 if (strlen(desc) > (size_t)fstype_width &&
1536 poffset, pend, psize, fstype_width, fstype_width, desc,

Completed in 27 milliseconds