| /src/sys/arch/m68k/m68k/ |
| sys_machdep.c | 78 bool doall = false; local 89 doall = 1; 91 if (!doall) { 107 if (!doall && 111 doall = 1; 116 if (doall) { 130 if (doall) 140 if (doall) 152 if (doall)
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| lhash.h.in | 45 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 static ossl_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...] |
| /src/usr.bin/calendar/ |
| calendar.c | 84 static bool doall = false; variable 146 doall = true; 178 if (doall) { 419 if (doall) 424 if (doall) 453 if (doall) { 475 if (!doall) 504 if (doall && cpp_restricted == false) { 569 if (!doall) 591 if (doall) { [all...] |
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| lhash.h | 174 void (*doall)(type *)) \ 176 OPENSSL_LH_doall((OPENSSL_LHASH *)lh, (OPENSSL_LH_DOALL_FUNC)doall); \
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| lhash.h.in | 225 void (*doall)(type *)) \ 227 OPENSSL_LH_doall((OPENSSL_LHASH *)lh, (OPENSSL_LH_DOALL_FUNC)doall); \
|
| /src/bin/sh/ |
| var.c | 697 bltinlookup(const char *name, int doall) 710 if (v == NULL || v->flags & VUNSET || (!doall && !(v->flags & VEXPORT)))
|
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_sendrecv.c | 925 boolean_t seenfrom, seento, replicate, doall, fromorigin; member in struct:send_dump_data 1091 * e.g. replication and doall. 1223 if (!sdd->doall && !isfromsnap && !istosnap) { 1724 * if "replicate" is set. If "doall" is set, dump all the intermediate 1725 * snapshots. The DMU_COMPOUNDSTREAM header is used in the "doall" 1783 if (flags->replicate || flags->doall || flags->props) { 1859 sdd.doall = flags->doall; 1887 (flags->doall || flags->replicate)) { 1968 if (!flags->dryrun && (flags->replicate || flags->doall || [all...] |
| libzfs.h | 594 boolean_t doall; member in struct:sendflags
|
| /src/sbin/route/ |
| route.c | 298 flushroutes(int argc, char * const argv[], int doall) 343 if (!(rtm->rtm_flags & (RTF_GATEWAY | RTF_STATIC)) && !doall)
|
| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/ |
| ParseC.pm | 318 static ossl_inline void lh_$1_doall(LHASH_OF($1) *lh, void (*doall)($1 *));
|
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
| ParseC.pm | 312 static ossl_inline void lh_$1_doall(LHASH_OF($1) *lh, void (*doall)($1 *));
|
| /src/external/cddl/osnet/dist/cmd/zfs/ |
| zfs_main.c | 3795 flags.doall = B_TRUE; 3887 if (flags.replicate || flags.doall || flags.props || 3963 flags.doall = B_TRUE;
|