HomeSort by: relevance | last modified time | path
    Searched refs:specfile (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/makefs/
makefs.c 106 char *specfile; local in function:main
123 specfile = NULL;
190 specfile = optarg;
292 if (fsoptions.onlyspec != 0 && specfile == NULL)
293 errx(EXIT_FAILURE, "-x requires -F mtree-specfile.");
314 if (specfile) { /* apply a specfile */
316 apply_specfile(specfile, argv[1], root, fsoptions.onlyspec);
519 "\t[-F mtree-specfile] [-f free-files] [-M minimum-size] [-m maximum-size]\n"
walk.c 434 * read in the mtree(8) specfile, and apply it to the tree
436 * will be changed to those found in specfile, and missing
440 apply_specfile(const char *specfile, const char *dir, fsnode *parent, int speconly)
446 assert(specfile != NULL);
450 printf("%s: %s, %s %p\n", __func__, specfile, dir, parent);
452 /* read in the specfile */
453 if ((fp = fopen(specfile, "r")) == NULL)
454 err(EXIT_FAILURE, "Can't open `%s'", specfile);
459 err(EXIT_FAILURE, "Can't close `%s'", specfile);
464 "Specfile `%s' did not contain a tree", specfile)
    [all...]
  /src/etc/
MAKEDEV.tmpl 334 -s Generate mtree(8) specfile instead of creating devices.
610 # first line of the specfile.
618 # Output in specfile format is piped into this function.
620 # It uses mtree to create the devices defined in the specfile.
628 # Output in specfile format is piped into this function.
630 # It uses pax to create the devices defined in the specfile.
635 # attention only to the specfile, without being

Completed in 15 milliseconds