Home
last modified time | relevance | path

Searched refs:doall (Results 1 – 16 of 16) sorted by relevance

/freebsd/usr.bin/calendar/
H A Dcalendar.c51 int doall = 0; variable
83 doall = 1; in main()
200 if (doall) in main()
H A Dio.c125 if (!doall && cwdfd == -1) { in cal_fopen()
407 if (!doall) in setup_locale()
649 if (doall) { in opencalin()
669 if (!doall) in opencalout()
686 if (!doall) in closecal()
H A Dcalendar.h52 extern int doall;
/freebsd/usr.bin/limits/
H A Dlimits.c279 int ch, doeval = 0, doall = 0; in main() local
301 doall = 1; in main()
376 } else if (doall || num_limits == 0) { in main()
481 if (doall || num_limits == 0 || which_limits[rcswhich] != 0) in main()
512 if (doall || num_limits == 0 || which_limits[rcswhich] != 0) { in main()
/freebsd/sbin/swapon/
H A Dswapon.c75 int ret, ch, doall; in main()
88 doall = 0; in main()
94 doall = 1; in main()
101 doall = 1; in main()
150 doall = 1; in main()
170 if (doall) { in main()
76 int ret, ch, doall; main() local
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dsend_doall.c76 flags.doall = B_TRUE; in main()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c251 boolean_t doall; member
338 if (sd->doall && from == NULL && !sd->seenfrom) in send_iterate_snap()
618 if (sd->doall || sd->replicate || sd->tosnap == NULL) { in send_iterate_fs()
683 const char *tosnap, boolean_t recursive, boolean_t raw, boolean_t doall, in gather_nvlist() argument
702 sd.doall = doall; in gather_nvlist()
737 boolean_t seenfrom, seento, replicate, doall, fromorigin; member
1192 if (!sdd->doall && !isfromsnap && !istosnap) { in dump_snapshot()
1345 if (sdd->doall || sdd->replicate || sdd->tosnap == NULL) { in dump_filesystem()
2199 boolean_t backup, boolean_t holds, boolean_t props, boolean_t doall, in send_prelim_records() argument
2245 from, tosnap, recursive, raw, doall, replicate, skipmissing, in send_prelim_records()
[all …]
H A Dlibzfs.abi7048 <var-decl name='doall' type-id='c19b74c3' visibility='default'/>
/freebsd/crypto/openssl/include/openssl/
H A Dlhash.h223 void (*doall)(type *)) \
225 OPENSSL_LH_doall((OPENSSL_LHASH *)lh, (OPENSSL_LH_DOALL_FUNC)doall); \
H A Dlhash.h.in225 void (*doall)(type *)) \
227 OPENSSL_LH_doall((OPENSSL_LHASH *)lh, (OPENSSL_LH_DOALL_FUNC)doall); \
/freebsd/bin/sh/
H A Dvar.c439 bltinlookup(const char *name, int doall) in bltinlookup() argument
455 (!doall && (v->flags & VEXPORT) == 0)) in bltinlookup()
/freebsd/libexec/rc/rc.d/
H A Drouting102 doall)
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DParseC.pm312 static ossl_inline void lh_$1_doall(LHASH_OF($1) *lh, void (*doall)($1 *));
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h786 boolean_t doall; member
/freebsd/contrib/sendmail/src/
H A Dqueue.c2554 gatherq(qgrp, qdir, doall, full, more, pnentries) in gatherq() argument
2557 bool doall;
2704 if (doall)
2969 if ((!doall && (shouldqueue(w->w_pri, w->w_ctime) ||
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c4777 flags.doall = B_TRUE; in zfs_do_send()
4923 flags.doall || flags.backup || in zfs_do_send()
4986 if (!(flags.replicate || flags.doall)) { in zfs_do_send()
5097 flags.doall = B_TRUE; in zfs_do_send()