/src/usr.bin/make/unit-tests/ |
directive-endif.exp | 1 make: directive-endif.mk:16: The .endif directive does not take arguments 2 make: directive-endif.mk:21: The .endif directive does not take arguments 3 make: directive-endif.mk:32: The .endif directive does not take arguments 4 make: directive-endif.mk:39: The .endif directive does not take arguments
|
directive-else.exp | 1 make: directive-else.mk:14: The .else directive does not take arguments 4 make: directive-else.mk:23: The .else directive does not take arguments 8 make: directive-else.mk:51: The .else directive does not take arguments
|
directive-for-break.exp | 2 make: directive-for-break.mk:65: The .break directive does not take arguments
|
directive-unexport-env.mk | 5 # Before 2020-12-13, the directive unexport-env wrongly accepted arguments 23 # expect+1: The directive .unexport-env does not take arguments
|
directive-else.mk | 13 # expect+1: The .else directive does not take arguments 22 # expect+1: The .else directive does not take arguments 50 # expect+1: The .else directive does not take arguments
|
directive-unexport-env.exp | 6 make: directive-unexport-env.mk:24: The directive .unexport-env does not take arguments
|
opt.mk | 16 # that takes arguments. It is not an option by itself, though.
|
varname-dot-makeflags.mk | 4 # command line arguments and passes them on to any child processes via
|
varname-makeflags.mk | 4 # command line arguments are read before the actual command line arguments. 6 # After reading the makefiles and before making the targets, the arguments 49 # in the option arguments are not quoted though.
|
dep-colon-bug-cross-file.mk | 24 # for this is that in MainParseArgs, the command line arguments were not
|
directive-for-break.mk | 64 # expect+1: The .break directive does not take arguments
|
directive-ifndef.mk | 28 # The '.ifndef' directive can be used with multiple arguments, even negating
|
cond-func-exists.mk | 20 # is to enclose them in an expression. For function arguments,
|
varname-make_stack_trace.mk | 11 # with the space for the command line arguments, and long command lines are
|
directive-undef.mk | 12 # arguments. 25 # Without any arguments, until var.c 1.736 from 2020-12-19, .undef tried
|
cond-func.mk | 67 # Braces do not have any special meaning when parsing arguments. 72 # Braces do not have any special meaning when parsing arguments.
|
cond-func-make-main.mk | 13 # 2. Command line arguments that are neither options (-ds or -k) nor variable
|
/src/lib/libc/arch/vax/sys/ |
__syscall.S | 45 subl3 $2,-8(%ap),(%ap) # two fewer arguments
|
syscall.S | 44 subl3 $1,(%ap)+,(%ap) # one fewer arguments
|
/src/libexec/ld.elf_so/arch/m68k/ |
rtld_start.S | 50 addql #8,%sp | pop arguments 55 addql #8,%sp | pop arguments
|
/src/distrib/common/ |
sunbootcd.sh | 50 The architecture arguments must be bootable file system image
|
/src/lib/libc/arch/vax/gen/ |
__setjmp14.S | 62 clrl %r0 # assume no stack arguments
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_acpi.c | 334 struct atif_qbtc_arguments arguments; local in function:amdgpu_atif_query_backlight_caps 339 arguments.size = sizeof(arguments); 340 arguments.requested_display = ATIF_QBTC_REQUEST_LCD1; 342 params.length = sizeof(arguments); 343 params.pointer = (void *)&arguments;
|
/src/sys/arch/hppa/stand/xxboot/ |
start.S | 166 ; 12bytes arguments 275 ; set common arguments in registers 300 ; 64bytes allocated for register arguments arg0-arg7 331 ; 88 arguments, frame marker 332 ; 32bit: 36 (arguments) + 32 (frame marker) 333 ; 64bit: 72 (arguments) + 16 (frame marker) 403 ; 88 arguments, frame marker 404 ; 32bit: 36 (arguments) + 32 (frame marker) 405 ; 64bit: 72 (arguments) + 16 (frame marker) 477 ; 88 arguments, frame marke [all...] |
/src/sys/external/isc/libsodium/dist/m4/ |
ltsugar.m4 | 19 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their 40 [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
|