/src/usr.bin/make/unit-tests/ |
jobs-error-indirect.mk | 1 # $NetBSD: jobs-error-indirect.mk,v 1.1 2020/12/01 17:50:04 rillig Exp $ 18 all: .PHONY indirect 20 indirect: .PHONY target
|
jobs-error-indirect.mk | 1 # $NetBSD: jobs-error-indirect.mk,v 1.1 2020/12/01 17:50:04 rillig Exp $ 18 all: .PHONY indirect 20 indirect: .PHONY target
|
opt-keep-going-indirect.mk | 1 # $NetBSD: opt-keep-going-indirect.mk,v 1.3 2024/04/02 15:05:15 rillig Exp $ 9 # direct or an indirect target failed. 12 # mode, both for direct as well as indirect targets. 15 # compat mode is the correct 1, while jobs mode and indirect failures 21 # modes and for indirect failures in jobs mode was fixed to the correct 22 # 1. The exit status for indirect failures in compat mode is still the 23 # wrong 0. On the downside, a failed indirect target in jobs mode is no 28 # in jobs mode. This left only one inconsistency, in that indirect 44 .PHONY: all direct indirect 59 @echo 'indirect compat 67 indirect: direct target [all...] |
opt-keep-going-indirect.mk | 1 # $NetBSD: opt-keep-going-indirect.mk,v 1.3 2024/04/02 15:05:15 rillig Exp $ 9 # direct or an indirect target failed. 12 # mode, both for direct as well as indirect targets. 15 # compat mode is the correct 1, while jobs mode and indirect failures 21 # modes and for indirect failures in jobs mode was fixed to the correct 22 # 1. The exit status for indirect failures in compat mode is still the 23 # wrong 0. On the downside, a failed indirect target in jobs mode is no 28 # in jobs mode. This left only one inconsistency, in that indirect 44 .PHONY: all direct indirect 59 @echo 'indirect compat 67 indirect: direct target [all...] |
opt-jobs-internal.mk | 9 @${MAKE} -f ${MAKEFILE} -j1 indirect-open 10 @${MAKE} -f ${MAKEFILE} -j1 indirect-expr 11 @${MAKE} -f ${MAKEFILE} -j1 indirect-comment 12 @${MAKE} -f ${MAKEFILE} -j1 indirect-silent-comment 13 @${MAKE} -f ${MAKEFILE} -j1 indirect-expr-empty 32 # expect: indirect-open: mode=compat 33 indirect-open: .PHONY 38 # expect: indirect-expr: mode=parallel 39 indirect-expr: .PHONY 44 # expect: indirect-comment: mode=compa [all...] |
opt-jobs-internal.mk | 9 @${MAKE} -f ${MAKEFILE} -j1 indirect-open 10 @${MAKE} -f ${MAKEFILE} -j1 indirect-expr 11 @${MAKE} -f ${MAKEFILE} -j1 indirect-comment 12 @${MAKE} -f ${MAKEFILE} -j1 indirect-silent-comment 13 @${MAKE} -f ${MAKEFILE} -j1 indirect-expr-empty 32 # expect: indirect-open: mode=compat 33 indirect-open: .PHONY 38 # expect: indirect-expr: mode=parallel 39 indirect-expr: .PHONY 44 # expect: indirect-comment: mode=compa [all...] |
sh-dots.mk | 9 all: first hidden repeated commented indirect indirect-space 34 indirect: target 35 @echo indirect regular 37 @echo indirect deferred 41 indirect-space: .IGNORE 42 @echo indirect-space regular 44 @echo indirect-space deferred
|
sh-dots.mk | 9 all: first hidden repeated commented indirect indirect-space 34 indirect: target 35 @echo indirect regular 37 @echo indirect deferred 41 indirect-space: .IGNORE 42 @echo indirect-space regular 44 @echo indirect-space deferred
|
cmd-errors-jobs.mk | 16 ${RUN} undefined-indirect 18 ${RUN} parse-error-indirect 20 ${RUN} begin-indirect 22 ${RUN} end-indirect 30 # expect: end undefined-indirect with status 0 31 undefined-indirect: undefined-direct 36 parse-error-indirect: parse-error-direct 59 # expect: end parse-error-indirect with status 2 72 .if make(begin-indirect) 73 begin-indirect [all...] |
cmd-errors-jobs.mk | 16 ${RUN} undefined-indirect 18 ${RUN} parse-error-indirect 20 ${RUN} begin-indirect 22 ${RUN} end-indirect 30 # expect: end undefined-indirect with status 0 31 undefined-indirect: undefined-direct 36 parse-error-indirect: parse-error-direct 59 # expect: end parse-error-indirect with status 2 72 .if make(begin-indirect) 73 begin-indirect [all...] |
cmdline.mk | 13 all: makeobjdir-direct makeobjdir-indirect 33 makeobjdir-indirect:
|
cmdline.mk | 13 all: makeobjdir-direct makeobjdir-indirect 33 makeobjdir-indirect:
|
directive-include-guard.mk | 224 CASES+= variable-ifndef-indirect 225 LINES.variable-ifndef-indirect= \ 229 # expect: Parse_PushInput: variable-ifndef-indirect.tmp:1 230 # expect: Parse_PushInput: variable-ifndef-indirect.tmp:1 234 CASES+= variable-if-indirect 235 LINES.variable-if-indirect= \ 239 # expect: Parse_PushInput: variable-if-indirect.tmp:1 240 # expect: Parse_PushInput: variable-if-indirect.tmp:1 246 CASES+= variable-assign-indirect 247 LINES.variable-assign-indirect= [all...] |
var-op-expand.mk | 71 # expression with an indirect modifier referring to an undefined variable 83 # expression with an indirect modifier referring to another variable that 195 # After the assignment to 'LATER', evaluating the variable 'INDIRECT' 199 INDIRECT:= ${LATER:S,value,replaced,} 200 .if ${INDIRECT} != "" 204 .if ${INDIRECT} != "late-replaced" 210 # evaluating the variable 'INDIRECT'. Nothing surprising here. 213 INDIRECT:= ${LATER:S,value,replaced,} 214 .if ${INDIRECT:tl} != "" 219 .if ${INDIRECT:tl} != "uppercase-replaced 272 indirect:= ${INDIRECT:tl} macro [all...] |
directive-include-guard.mk | 224 CASES+= variable-ifndef-indirect 225 LINES.variable-ifndef-indirect= \ 229 # expect: Parse_PushInput: variable-ifndef-indirect.tmp:1 230 # expect: Parse_PushInput: variable-ifndef-indirect.tmp:1 234 CASES+= variable-if-indirect 235 LINES.variable-if-indirect= \ 239 # expect: Parse_PushInput: variable-if-indirect.tmp:1 240 # expect: Parse_PushInput: variable-if-indirect.tmp:1 246 CASES+= variable-assign-indirect 247 LINES.variable-assign-indirect= [all...] |
var-op-expand.mk | 71 # expression with an indirect modifier referring to an undefined variable 83 # expression with an indirect modifier referring to another variable that 195 # After the assignment to 'LATER', evaluating the variable 'INDIRECT' 199 INDIRECT:= ${LATER:S,value,replaced,} 200 .if ${INDIRECT} != "" 204 .if ${INDIRECT} != "late-replaced" 210 # evaluating the variable 'INDIRECT'. Nothing surprising here. 213 INDIRECT:= ${LATER:S,value,replaced,} 214 .if ${INDIRECT:tl} != "" 219 .if ${INDIRECT:tl} != "uppercase-replaced 272 indirect:= ${INDIRECT:tl} macro [all...] |
varmod-assign.mk | 127 APPEND.indirect= indirect $${:Unot expanded} 128 APPEND.dollar= $${APPEND.indirect} 132 .if ${APPEND.var} != "previous indirect \${:Unot expanded}" 153 VARNAME= VAR.$${param} # Indirect variable name because of the '$',
|
varmod-assign.mk | 127 APPEND.indirect= indirect $${:Unot expanded} 128 APPEND.dollar= $${APPEND.indirect} 132 .if ${APPEND.var} != "previous indirect \${:Unot expanded}" 153 VARNAME= VAR.$${param} # Indirect variable name because of the '$',
|
moderrs.mk | 13 all: mod-unknown-direct mod-unknown-indirect 14 all: unclosed-direct unclosed-indirect 15 all: unfinished-indirect unfinished-loop-{1,2,3} 31 mod-unknown-indirect: 39 unclosed-indirect: 40 # expect: make: Unclosed expression after indirect modifier, expecting "}" 43 unfinished-indirect:
|
moderrs.mk | 13 all: mod-unknown-direct mod-unknown-indirect 14 all: unclosed-direct unclosed-indirect 15 all: unfinished-indirect unfinished-loop-{1,2,3} 31 mod-unknown-indirect: 39 unclosed-indirect: 40 # expect: make: Unclosed expression after indirect modifier, expecting "}" 43 unfinished-indirect:
|
/src/tests/usr.bin/xlint/lint1/ |
msg_302.c | 26 int local[5], *indirect = local; local in function:return_local_array 46 return indirect;
|
msg_302.c | 26 int local[5], *indirect = local; local in function:return_local_array 46 return indirect;
|
/src/sys/arch/arm/acpi/ |
acpi_pci_layerscape_gen4.c | 23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 98 const bool indirect = reg >= INDIRECT_ADDR_BOUNDARY; local in function:acpi_pci_layerscape_gen4_ccsr_read4 99 const u_int page_index = indirect ? REG_TO_PAGE_INDEX(reg) : 0; 100 const bus_size_t page_addr = indirect ? REG_TO_PAGE_ADDR(reg) : reg; 110 const bool indirect = reg >= INDIRECT_ADDR_BOUNDARY; local in function:acpi_pci_layerscape_gen4_ccsr_write4 111 const u_int page_index = indirect ? REG_TO_PAGE_INDEX(reg) : 0; 112 const bus_size_t page_addr = indirect ? REG_TO_PAGE_ADDR(reg) : reg;
|
acpi_pci_layerscape_gen4.c | 23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 98 const bool indirect = reg >= INDIRECT_ADDR_BOUNDARY; local in function:acpi_pci_layerscape_gen4_ccsr_read4 99 const u_int page_index = indirect ? REG_TO_PAGE_INDEX(reg) : 0; 100 const bus_size_t page_addr = indirect ? REG_TO_PAGE_ADDR(reg) : reg; 110 const bool indirect = reg >= INDIRECT_ADDR_BOUNDARY; local in function:acpi_pci_layerscape_gen4_ccsr_write4 111 const u_int page_index = indirect ? REG_TO_PAGE_INDEX(reg) : 0; 112 const bus_size_t page_addr = indirect ? REG_TO_PAGE_ADDR(reg) : reg;
|
/src/sys/external/bsd/drm/dist/shared-core/ |
r128_state.c | 645 DRM_DEBUG("indirect: buf=%d s=0x%x e=0x%x\n", buf->idx, start, end); 651 /* Indirect buffer data must be an even number of 664 /* Fire off the indirect buffer */ 677 /* Emit the indirect buffer age */ 827 /* Dispatch the indirect buffer. 1551 drm_r128_indirect_t *indirect = data; local in function:r128_cce_indirect 1564 indirect->idx, indirect->start, indirect->end, 1565 indirect->discard) [all...] |