Searched refs:doall (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/usr.bin/calendar/
H A Dcalendar.c61 int doall = 0; variable
90 doall = 1;
207 if (doall)
H A Dio.c411 if (doall) {
431 if (!doall)
449 if (!doall)
H A Dcalendar.h52 extern int doall;
/freebsd-11-stable/crypto/openssl/crypto/objects/
H A Do_names.c255 struct doall { struct
261 static void do_all_fn_doall_arg(const OBJ_NAME *name, struct doall *d)
267 static IMPLEMENT_LHASH_DOALL_ARG_FN(do_all_fn, const OBJ_NAME, struct doall)
272 struct doall d;
279 struct doall, &d);
/freebsd-11-stable/sbin/swapon/
H A Dswapon.c86 int ret, ch, doall; local
99 doall = 0;
105 doall = 1;
112 doall = 1;
149 doall = 1;
169 if (doall) {
/freebsd-11-stable/usr.bin/limits/
H A Dlimits.c278 int ch, doeval = 0, doall = 0; local
300 doall = 1;
375 } else if (doall || num_limits == 0) {
480 if (doall || num_limits == 0 || which_limits[rcswhich] != 0)
511 if (doall || num_limits == 0 || which_limits[rcswhich] != 0) {
/freebsd-11-stable/etc/rc.d/
H A Drouting17 start_cmd="routing_start doall"
103 doall)
/freebsd-11-stable/bin/sh/
H A Dvar.c442 bltinlookup(const char *name, int doall) argument
458 (!doall && (v->flags & VEXPORT) == 0))
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c935 boolean_t seenfrom, seento, replicate, doall, fromorigin; member in struct:send_dump_data
1095 * e.g. replication and doall.
1242 if (!sdd->doall && !isfromsnap && !istosnap) {
1758 * if "replicate" is set. If "doall" is set, dump all the intermediate
1759 * snapshots. The DMU_COMPOUNDSTREAM header is used in the "doall"
1817 if (flags->replicate || flags->doall || flags->props) {
1893 sdd.doall = flags->doall;
1923 (flags->doall || flags->replicate)) {
2004 if (!flags->dryrun && (flags->replicate || flags->doall ||
[all...]
H A Dlibzfs.h628 boolean_t doall; member in struct:sendflags
/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c2488 ** doall -- if set, include everything in the queue (even
2518 gatherq(qgrp, qdir, doall, full, more, pnentries)
2521 bool doall;
2668 if (doall)
2931 if ((!doall && (shouldqueue(w->w_pri, w->w_ctime) ||
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c3846 flags.doall = B_TRUE;
3946 if (flags.replicate || flags.doall || flags.props ||
4016 flags.doall = B_TRUE;

Completed in 152 milliseconds