Home
last modified time | relevance | path

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

/freebsd/usr.sbin/fstyp/
H A Dfstyp.c204 fstyp_function fstyp_f; in main() local
266 fstyp_f = fstypes[i].function; in main()
267 if (fstyp_f == NULL) in main()
270 error = fstyp_f(fp, label, sizeof(label)); in main()