Home
last modified time | relevance | path

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

/src/usr.sbin/makefs/ !
H A Dmakefs.h163 int onlyspec; /* only add entries in specfile */ member
219 ((opts)->onlyspec != 0 && ((fsnode)->flags & FSNODE_F_HASSPEC) == 0)
H A Dmakefs.c273 fsoptions.onlyspec = 1; in main()
300 if (fsoptions.onlyspec != 0 && specfile == NULL) in main()
342 apply_specfile(specfile, subtree, root, fsoptions.onlyspec); in main()