| /src/contrib/bmake/unit-tests/ |
| H A D | varname-dot-make-level.mk | 11 @printf 'level 1: variable %s, env %s\n' ${.MAKE.LEVEL} "$$${.MAKE.LEVEL.ENV}" 16 @printf 'level 2: variable %s, env %s\n' ${.MAKE.LEVEL} "$$${.MAKE.LEVEL.ENV}" 28 @printf 'level 3: variable %s, env %s\n' ${.MAKE.LEVEL} "$$${.MAKE.LEVEL.ENV}" 46 @${MAKE} -f ${MAKEFILE} ok .MAKE.LEVEL.ENV=${.MAKE.LEVEL.ENV} || echo "${.TARGET}: exit $$?" 52 @${MAKE} -f ${MAKEFILE} ok .MAKE.LEVEL.ENV=CUSTOM || echo "${.TARGET}: exit $$?"
|
| /src/contrib/bmake/mk/ |
| H A D | dirdeps-cache-update.mk | 77 .if ${.MAKE.LEVEL} == 0 && !make(cache-update) 106 .if ${.MAKE.LEVEL} > 0 && ${.CURDIR:T} == "cache-update" 110 .info level ${.MAKE.LEVEL}: ${MK_DIRDEPS_CACHE DYNAMIC_DIRDEPS_CACHE STATIC_DIRDEPS_CACHE:L:@v@$v=$… 121 .elif ${.MAKE.LEVEL} == 0 && make(cache-update) && !target(cache-update) 148 .if ${.MAKE.LEVEL} > 0 && ${MK_STATIC_DIRDEPS_CACHE_UPDATE:Uno} == "yes" && \
|
| H A D | meta.autodep.mk | 64 .if ${.MAKE.LEVEL} > 0 79 .if ${.MAKE.LEVEL} == 0 202 .if ${.MAKE.LEVEL} > 0 284 .if ${.MAKE.LEVEL} > 0 354 .if !defined(WITHOUT_META_STATS) && ${.MAKE.LEVEL} > 0
|
| H A D | sys.vars.mk | 84 .if ${.MAKE.LEVEL} == 0 151 .if ${.MAKE.LEVEL} < 20230510
|
| H A D | meta.sys.mk | 86 .MAKE.LEVEL \ 101 .if ${.MAKE.LEVEL} == 0 && !empty(NEWLOG_SH) && exists(${ERROR_LOGDIR})
|
| H A D | sys.dirdeps.mk | 27 .if ${.MAKE.LEVEL} == 0 130 .if ${.MAKE.LEVEL} > 0
|
| H A D | sys.debug.mk | 18 .if ${.MAKE.LEVEL:U1} == 0
|
| /src/share/mk/ |
| H A D | local.sys.dirdeps.mk | 17 .if ${.MAKE.LEVEL} > 0 46 .if ${.MAKE.LEVEL} > 0 && ${MACHINE:Nhost*} == "" && ${.MAKE.DEPENDFILE:E} != "${MACHINE}" 93 !defined(BOOTSTRAPPING_TOOLS) && !empty(TOOLSDIR) && ${.MAKE.LEVEL} == 0 140 .if ${.MAKE.LEVEL} > 0
|
| H A D | src.sys.env.mk | 36 .if !(${.MAKE.LEVEL} == 0 || empty(OBJROOT)) 72 make(*install*) && ${.MAKE.LEVEL} == 0 92 .if ${RELDIR:U} == "." && ${.MAKE.LEVEL} == 0
|
| H A D | meta.autodep.mk | 64 .if ${.MAKE.LEVEL} > 0 79 .if ${.MAKE.LEVEL} == 0 202 .if ${.MAKE.LEVEL} > 0 284 .if ${.MAKE.LEVEL} > 0 354 .if !defined(WITHOUT_META_STATS) && ${.MAKE.LEVEL} > 0
|
| H A D | local.sys.dirdeps.env.mk | 29 .if ${.MAKE.LEVEL} == 0 52 .if ${.MAKE.LEVEL} == 0 || empty(PYTHON)
|
| H A D | local.sys.mk | 13 .MAKE.LEVEL \ 45 .if ${.MAKE.LEVEL} > 0
|
| H A D | bsd.init.mk | 57 .if ${MK_DIRDEPS_BUILD} == "yes" && ${.MAKE.LEVEL} == 0 74 .if ${MK_DIRDEPS_BUILD} == "yes" && ${.MAKE.LEVEL} > 0 && !empty(_SKIP_BUILD)
|
| H A D | meta.sys.mk | 86 .MAKE.LEVEL \ 101 .if ${.MAKE.LEVEL} == 0 && !empty(NEWLOG_SH) && exists(${ERROR_LOGDIR})
|
| H A D | sys.dirdeps.mk | 27 .if ${.MAKE.LEVEL} == 0 130 .if ${.MAKE.LEVEL} > 0
|
| H A D | src.sys.obj.mk | 33 .if ${.MAKE.LEVEL} == 0 || empty(OBJROOT) 137 .if ${.MAKE.LEVEL} == 0 && \
|
| /src/crypto/openssl/crypto/encode_decode/ |
| H A D | decoder_lib.c | 827 #define LEVEL (new_data.recursion < sizeof(LEVEL_STR) \ in decoder_process() macro 861 (void *)new_data.ctx, LEVEL); in decoder_process() 871 (void *)new_data.ctx, LEVEL, rv); in decoder_process() 948 (void *)new_data.ctx, LEVEL, (void *)decoder, in decoder_process() 990 (void *)new_data.ctx, LEVEL, (unsigned int)i, in decoder_process() 1008 (void *)new_data.ctx, LEVEL, (unsigned int)i, in decoder_process() 1026 (void *)new_data.ctx, LEVEL, (unsigned int)i, in decoder_process() 1042 (void *)new_data.ctx, LEVEL, (unsigned int)i); in decoder_process() 1062 (void *)new_data.ctx, LEVEL, (unsigned int)i); in decoder_process() 1085 (void *)new_data.ctx, LEVEL, (unsigned int)i); in decoder_process() [all …]
|
| /src/targets/pseudo/universe/ |
| H A D | Makefile | 43 .if ${.MAKE.LEVEL} > 0 52 _DIRDEP_USE_LEVEL = ${.MAKE.LEVEL}
|
| H A D | Makefile.depend | 4 .if ${.MAKE.LEVEL} == 0
|
| /src/crypto/openssl/crypto/ |
| H A D | pariscid.pl | 18 $LEVEL ="2.0W"; 22 $LEVEL ="1.1"; 32 .LEVEL $LEVEL
|
| /src/sys/dev/bhnd/ |
| H A D | bhnd_debug.h | 98 if (level##LEVEL < BHND_DEBUG_LEVEL || bootverbose) \ 105 if (level##LEVEL < BHND_DEBUG_LEVEL || bootverbose) \
|
| /src/contrib/ntp/include/ |
| H A D | parse.h | 87 #define parseprintf(LEVEL, ARGS) if (debug > LEVEL) printf ARGS argument 89 #define parseprintf(LEVEL, ARGS) argument
|
| /src/lib/libipsec/ |
| H A D | policy_parse.y | 105 %token DIR ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY 109 %type <num> DIR ACTION PROTOCOL MODE LEVEL 172 : LEVEL {
|
| /src/crypto/openssl/crypto/rc4/asm/ |
| H A D | rc4-parisc.pl | 38 $LEVEL ="2.0W"; 47 $LEVEL ="1.0"; 149 .LEVEL $LEVEL
|
| /src/crypto/openssl/crypto/sha/asm/ |
| H A D | sha1-parisc.pl | 37 $LEVEL ="2.0W"; 46 $LEVEL ="1.0"; 158 .LEVEL $LEVEL
|