Searched refs:fstypenames (Results 1 – 6 of 6) sorted by relevance
265 static const char * const fstypenames[] = { variable318 #define FSMAXTYPES (sizeof(fstypenames) / sizeof(fstypenames[0]) - 1)
432 fstypenames[pp->p_fstype]); in makedisktab()505 fprintf(f, "%7.7s", fstypenames[pp->p_fstype]); in display_partition()952 cpp = fstypenames; in getasciilabel()953 for (; cpp < &fstypenames[FSMAXTYPES]; cpp++) in getasciilabel()955 pp->p_fstype = cpp - fstypenames; in getasciilabel()
1699 fstypenames[pp->p_fstype]); in get_fstype()1704 if (!strcasecmp(p, fstypenames[ui])) { in get_fstype()
124 pp->p_fstype = (u_char)gettype(cq, fstypenames); in getdiskbyname()
632 fstypenames[pp->p_fstype] : "unknown"); in calcsb()
473 fstypenames[pp->p_fstype] : "unknown"); in calcsb()