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

/freebsd-10.0-release/usr.bin/calendar/
H A Dcalendar.c61 int doall = 0; variable
90 doall = 1;
203 if (doall)
H A Dio.c226 if (doall) {
261 if (!doall)
279 if (!doall)
H A Dcalendar.h52 extern int doall;
/freebsd-10.0-release/crypto/openssl/crypto/objects/
H A Do_names.c262 struct doall struct
269 static void do_all_fn_doall_arg(const OBJ_NAME *name,struct doall *d)
275 static IMPLEMENT_LHASH_DOALL_ARG_FN(do_all_fn, const OBJ_NAME, struct doall)
279 struct doall d;
286 struct doall, &d);
/freebsd-10.0-release/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-10.0-release/usr.bin/limits/
H A Dlimits.c267 int ch, doeval = 0, doall = 0; local
288 doall = 1;
363 } else if (doall || num_limits == 0) {
468 if (doall || num_limits == 0 || which_limits[rcswhich] != 0)
499 if (doall || num_limits == 0 || which_limits[rcswhich] != 0) {
/freebsd-10.0-release/bin/sh/
H A Dvar.c424 bltinlookup(const char *name, int doall) argument
440 (!doall && (v->flags & VEXPORT) == 0))
/freebsd-10.0-release/etc/rc.d/
H A Drouting16 start_cmd="routing_start doall"
101 doall)
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c801 boolean_t seenfrom, seento, replicate, doall, fromorigin; member in struct:send_dump_data
964 * e.g. replication and doall.
1053 if (!sdd->doall && !isfromsnap && !istosnap) {
1344 * if "replicate" is set. If "doall" is set, dump all the intermediate
1345 * snapshots. The DMU_COMPOUNDSTREAM header is used in the "doall"
1402 if (flags->replicate || flags->doall || flags->props) {
1484 sdd.doall = flags->doall;
1507 (flags->doall || flags->replicate)) {
1588 if (!flags->dryrun && (flags->replicate || flags->doall ||
[all...]
H A Dlibzfs.h588 boolean_t doall; member in struct:sendflags
/freebsd-10.0-release/contrib/sendmail/src/
H A Dqueue.c2459 ** doall -- if set, include everything in the queue (even
2489 gatherq(qgrp, qdir, doall, full, more, pnentries)
2492 bool doall;
2639 if (doall)
2904 if ((!doall && (shouldqueue(w->w_pri, w->w_ctime) ||
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c3660 flags.doall = B_TRUE;
3761 flags.doall = B_TRUE;

Completed in 507 milliseconds