Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dlhash.h43 typedef void (*OPENSSL_LH_DOALL_FUNC_THUNK)(void *, OPENSSL_LH_DOALL_FUNC doall);
45 typedef void (*OPENSSL_LH_DOALL_FUNCARG_THUNK)(void *, void *, OPENSSL_LH_DOALL_FUNCARG doall);
181 …static ossl_inline void lh_##type##_doall_thunk(void *node, OPENSSL_LH_DOALL_FUNC doall) …
183 …void (*doall_conv)(type *) = (void (*)(type *))doall; …
186 …sl_inline void lh_##type##_doall_arg_thunk(void *node, void *arg, OPENSSL_LH_DOALL_FUNCARG doall) \
188 …void (*doall_conv)(type *, void *) = (void (*)(type *, void *))doall; …
315 …lh_##type##_doall_thunk(void *node, OPENSSL_LH_DOALL_FUNC doall) …
317 …void (*doall_conv)(type *) = (void (*)(type *))doall; …
321 …lh_##type##_doall_arg_thunk(void *node, void *arg, OPENSSL_LH_DOALL_FUNCARG doall) …
323 …void (*doall_conv)(type *, void *) = (void (*)(type *, void *))doall; …
[all …]
H A Dlhash.h.in45 typedef void (*OPENSSL_LH_DOALL_FUNC_THUNK)(void *, OPENSSL_LH_DOALL_FUNC doall);
47 typedef void (*OPENSSL_LH_DOALL_FUNCARG_THUNK)(void *, void *, OPENSSL_LH_DOALL_FUNCARG doall);
183 …static ossl_inline void lh_##type##_doall_thunk(void *node, OPENSSL_LH_DOALL_FUNC doall) …
185 …void (*doall_conv)(type *) = (void (*)(type *))doall; …
188 …sl_inline void lh_##type##_doall_arg_thunk(void *node, void *arg, OPENSSL_LH_DOALL_FUNCARG doall) \
190 …void (*doall_conv)(type *, void *) = (void (*)(type *, void *))doall; …
317 …lh_##type##_doall_thunk(void *node, OPENSSL_LH_DOALL_FUNC doall) …
319 …void (*doall_conv)(type *) = (void (*)(type *))doall; …
323 …lh_##type##_doall_arg_thunk(void *node, void *arg, OPENSSL_LH_DOALL_FUNCARG doall) …
325 …void (*doall_conv)(type *, void *) = (void (*)(type *, void *))doall; …
[all …]
/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.c284 int ch, doeval = 0, doall = 0; in main() local
306 doall = 1; in main()
381 } else if (doall || num_limits == 0) { in main()
486 if (doall || num_limits == 0 || which_limits[rcswhich] != 0) in main()
517 if (doall || num_limits == 0 || which_limits[rcswhich] != 0) { in main()
/freebsd/sbin/swapon/
H A Dswapon.c77 int ret, ch, doall; in main() local
90 doall = 0; in main()
96 doall = 1; in main()
103 doall = 1; in main()
152 doall = 1; in main()
172 if (doall) { in main()
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dlocalauth_rule.c111 do_replacement(const char *regstr, const char *repl, krb5_boolean doall, in do_replacement() argument
126 if (!doall) in do_replacement()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dsend_doall.c77 flags.doall = B_TRUE; in main()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c252 boolean_t doall; member
342 if (sd->doall && from == NULL && !sd->seenfrom) in send_iterate_snap()
638 if (sd->doall || sd->replicate || sd->tosnap == NULL) { in send_iterate_fs()
703 const char *tosnap, boolean_t recursive, boolean_t raw, boolean_t doall, in gather_nvlist() argument
723 sd.doall = doall; in gather_nvlist()
761 boolean_t seenfrom, seento, replicate, doall, fromorigin; member
1204 if (!sdd->doall && !isfromsnap && !istosnap) { in dump_snapshot()
1357 if (sdd->doall || sdd->replicate || sdd->tosnap == NULL) { in dump_filesystem()
2211 boolean_t backup, boolean_t holds, boolean_t props, boolean_t doall, in send_prelim_records() argument
2258 from, tosnap, recursive, raw, doall, replicate, skipmissing, in send_prelim_records()
[all …]
H A Dlibzfs.abi7584 <var-decl name='doall' type-id='c19b74c3' visibility='default'/>
/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.pm318 static ossl_inline void lh_$1_doall(LHASH_OF($1) *lh, void (*doall)($1 *));
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h808 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.c4843 flags.doall = B_TRUE; in zfs_do_send()
4992 flags.doall || flags.backup || in zfs_do_send()
5055 if (!(flags.replicate || flags.doall)) { in zfs_do_send()
5166 flags.doall = B_TRUE; in zfs_do_send()