Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/makefs/
H A Dmakefs.c101 const char *subtree = NULL; in main() local
312 subtree = argv[1]; in main()
314 root = walk_dir(subtree, ".", NULL, NULL); in main()
318 subtree = "."; in main()
341 apply_specfile(specfile, subtree, root, fsoptions.onlyspec); in main()
346 printf("\nparent: %s\n", subtree); in main()
353 fstype->make_fs(argv[0], subtree, root, &fsoptions); in main()
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_constraints.c1031 GENERAL_SUBTREE *subtree; in x509_constraints_extract_constraints() local
1039 subtree = sk_GENERAL_SUBTREE_value(nc->permittedSubtrees, i); in x509_constraints_extract_constraints()
1040 if (subtree->minimum || subtree->maximum) { in x509_constraints_extract_constraints()
1044 if (!x509_constraints_validate(subtree->base, &vname, error)) in x509_constraints_extract_constraints()
1061 subtree = sk_GENERAL_SUBTREE_value(nc->excludedSubtrees, i); in x509_constraints_extract_constraints()
1062 if (subtree->minimum || subtree->maximum) { in x509_constraints_extract_constraints()
1066 if (!x509_constraints_validate(subtree->base, &vname, error)) in x509_constraints_extract_constraints()
/dragonfly/games/larn/
H A DCOPYRIGHT1 This entire subtree is copyright by Noah Morgan.
/dragonfly/share/examples/kld/dyn_sysctl/
H A DREADME2 reference counting. It also contains example of attaching a subtree to the
/dragonfly/crypto/openssh/
H A Dxmss_fast.h16 unsigned long long subtree; member
/dragonfly/games/phantasia/
H A DCOPYRIGHT1 This entire subtree is explicitly not copyrighted.
/dragonfly/sys/dev/acpica/
H A Dacpi_if.m135 # Rescan a subtree and optionally reattach devices to handles. Users
/dragonfly/contrib/diffutils/doc/
H A Ddiffutils.info4381 transform the directory subtree into the file.
/dragonfly/sys/contrib/dev/acpica/
H A Dchanges.txt11988 methods to be run within a not-present device subtree. (If a not-present