Searched refs:fstyp_f (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/fstyp/
H A Dfstyp.c174 fstyp_function fstyp_f; local
236 fstyp_f = fstypes[i].function;
237 if (fstyp_f == NULL)
240 error = fstyp_f(fp, label, sizeof(label));

Completed in 100 milliseconds