/freebsd/usr.bin/calendar/ |
H A D | calendar.c | 51 int doall = 0; variable 83 doall = 1; in main() 200 if (doall) in main()
|
H A D | io.c | 125 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 D | calendar.h | 52 extern int doall;
|
/freebsd/usr.bin/limits/ |
H A D | limits.c | 279 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 D | swapon.c | 75 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 D | send_doall.c | 76 flags.doall = B_TRUE; in main()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_sendrecv.c | 251 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 D | libzfs.abi | 7048 <var-decl name='doall' type-id='c19b74c3' visibility='default'/>
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | lhash.h | 223 void (*doall)(type *)) \ 225 OPENSSL_LH_doall((OPENSSL_LHASH *)lh, (OPENSSL_LH_DOALL_FUNC)doall); \
|
H A D | lhash.h.in | 225 void (*doall)(type *)) \ 227 OPENSSL_LH_doall((OPENSSL_LHASH *)lh, (OPENSSL_LH_DOALL_FUNC)doall); \
|
/freebsd/bin/sh/ |
H A D | var.c | 439 bltinlookup(const char *name, int doall) in bltinlookup() argument 455 (!doall && (v->flags & VEXPORT) == 0)) in bltinlookup()
|
/freebsd/libexec/rc/rc.d/ |
H A D | routing | 102 doall)
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | ParseC.pm | 312 static ossl_inline void lh_$1_doall(LHASH_OF($1) *lh, void (*doall)($1 *));
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzfs.h | 786 boolean_t doall; member
|
/freebsd/contrib/sendmail/src/ |
H A D | queue.c | 2554 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 D | zfs_main.c | 4777 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()
|