Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/
H A Dmakefs.c64 void (*cleanup_options)(fsinfo_t *); member
250 if (fstype->cleanup_options) in main()
251 fstype->cleanup_options(&fsoptions); in main()