Searched refs:parents (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c600 boolean_t parents = B_FALSE; local
616 parents = B_TRUE;
648 if (parents && zfs_name_valid(argv[1], ZFS_TYPE_FILESYSTEM |
717 boolean_t parents = B_FALSE; local
745 parents = B_TRUE;
840 if (parents && zfs_name_valid(argv[0], type)) {
3129 boolean_t parents = B_FALSE; local
3136 parents = B_TRUE;
3174 if (flags.recurse && parents) {
3186 if (flags.nounmount && parents) {
[all...]
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c1028 int expired = 0, expired_limits = 0, parents = 0, total = 0; local
1080 parents++;
1141 /* Stage 2: decrement counters from O_LIMIT parents */
1185 if ((parents != 0) && (expired != 0)) {
/freebsd-10.0-release/contrib/apr-util/
H A Dapr-util.spec206 %doc --parents html
/freebsd-10.0-release/usr.bin/make/
H A Darch.c1087 for (ln = Lst_First(&gn->parents); ln != NULL; ln = Lst_Succ(ln)) {
1096 * parents in case some other parent requires this
/freebsd-10.0-release/contrib/subversion/subversion/svn/
H A Dsvn.c294 {"parents", opt_parents, 0, N_("make intermediate directories")},
437 {{opt_parents, N_("add intermediate parents")}} },
1140 " unless the --parents option is given.\n"),
1609 " parent directory at the specified depth. If --parents is specified,\n"
2208 opt_state.parents = TRUE;
/freebsd-10.0-release/contrib/bmake/
H A Dparse.c840 * New elements are added to the parents list of cgn and the
855 (void)Lst_AtEnd(cgn->parents, pgn);
908 * and the new instance is linked to all parents of the initial
924 * other variables. True, parents of this target won't tend to do
1049 * from a special target or link it to its parents, as
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql628 information to victime nodes, rather than parents. */

Completed in 140 milliseconds

12