Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/
H A Dmakefs.h148 int onlyspec; /* only add entries in specfile */ member
203 ((opts)->onlyspec != 0 && ((fsnode)->flags & FSNODE_F_HASSPEC) == 0)
H A Dmakefs.c265 fsoptions.onlyspec = 1; in main()
292 if (fsoptions.onlyspec != 0 && specfile == NULL) in main()
334 apply_specfile(specfile, subtree, root, fsoptions.onlyspec); in main()