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

/netbsd-current/usr.sbin/fstyp/
H A Dfstyp.c197 fstyp_function fstyp_f; local
254 fstyp_f = fstypes[i].function;
255 if (fstyp_f == NULL)
258 error = fstyp_f(fp, label, sizeof(label));

Completed in 205 milliseconds