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

/freebsd-12-stable/usr.bin/calendar/
H A Dcalendar.c64 int doall = 0; variable
102 doall = 1;
219 if (doall)
H A Dio.c415 if (doall) {
435 if (!doall)
453 if (!doall)
H A Dcalendar.h54 extern int doall;
/freebsd-12-stable/sbin/swapon/
H A Dswapon.c89 int ret, ch, doall; local
102 doall = 0;
108 doall = 1;
115 doall = 1;
158 doall = 1;
178 if (doall) {
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dlhash.h174 void (*doall)(type *)) \
176 OPENSSL_LH_doall((OPENSSL_LHASH *)lh, (OPENSSL_LH_DOALL_FUNC)doall); \
/freebsd-12-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-12-stable/libexec/rc/rc.d/
H A Drouting17 start_cmd="routing_start doall"
103 doall)
/freebsd-12-stable/bin/sh/
H A Dvar.c447 bltinlookup(const char *name, int doall) argument
463 (!doall && (v->flags & VEXPORT) == 0))
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c943 boolean_t seenfrom, seento, replicate, doall, fromorigin; member in struct:send_dump_data
1103 * e.g. replication and doall.
1250 if (!sdd->doall && !isfromsnap && !istosnap) {
1775 * if "replicate" is set. If "doall" is set, dump all the intermediate
1776 * snapshots. The DMU_COMPOUNDSTREAM header is used in the "doall"
1834 if (flags->replicate || flags->doall || flags->props) {
1910 sdd.doall = flags->doall;
1940 (flags->doall || flags->replicate)) {
2021 if (!flags->dryrun && (flags->replicate || flags->doall ||
[all...]
H A Dlibzfs.h648 boolean_t doall; member in struct:sendflags
/freebsd-12-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-12-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c3874 flags.doall = B_TRUE;
3974 if (flags.replicate || flags.doall || flags.props ||
4044 flags.doall = B_TRUE;

Completed in 149 milliseconds