Searched refs:fstypenames (Results 1 – 3 of 3) sorted by relevance
112 static const char *fstypenames[] = { variable146 #define FSMAXTYPES (sizeof(fstypenames) / sizeof(fstypenames[0]) - 1)
145 pp->p_fstype = gettype(cq, fstypenames); in getdiskbyname()
567 fprintf(f, "%8.8s", fstypenames[pp->p_fstype]); in display()1032 for (cpp = fstypenames; cpp < &fstypenames[FSMAXTYPES]; cpp++) in getasciipartspec()1036 pp->p_fstype = cpp - fstypenames; in getasciipartspec()