/src/usr.bin/make/unit-tests/ |
opt-debug-no-rm.mk | 3 # Tests for the -dn command line option, which prevents the temporary 4 # command scripts from being removed from the temporary directory.
|
jobs-empty-commands.mk | 4 # temporary file first, which is then run by the shell. In chains of 11 #.MAKEFLAGS: -dn # to see the created temporary files
|
jobs-empty-commands-error.mk | 4 # temporary file first, which is then run by the shell. In chains of
|
varmod-remember.mk | 9 # cases, the value of the expression is saved in the temporary variable '_', 24 # Before var.c 1.1040 from 2023-02-09, the temporary variable '_' was placed 56 # are possible but long expressions aren't, the name of the temporary variable 69 # the value of the temporary variable '_' from the inner expression leaks into
|
varname-make_stack_trace.mk | 12 # already written to a temporary file by Cmd_Exec to not overwhelm this space.
|
var-op-shell.mk | 96 # via '$shell -c $command', they are first written to a temporary file that is 106 # the temporary file.
|
var-scope-cmdline.mk | 55 # temporary loop variable after finishing the loop. It was probably not
|
var-eval-short.mk | 41 # after the loop, when undefining the temporary global loop variable.
|
/src/usr.sbin/acpitools/aml/ |
aml_name.h | 63 struct aml_name *temporary; member in struct:aml_local_stack
|
aml_name.c | 452 aml_delete_name(stack->temporary); 484 result->chain = stack_top->temporary; 485 stack_top->temporary = result;
|
/src/sys/arch/x68k/stand/loadbsd/ |
trampoline.S | 13 | +4 %a3+0 temporary stack address 22 moveal %a3@+,%sp | set temporary stack
|
/src/sys/arch/sun2/sun2/ |
locore.s | 97 | This is the entry point, as well as the end of the temporary stack 360 | Copy frame to the temporary stack
|
/src/sys/arch/m68k/fpsp/ |
fpsp.h | 126 FP_SCR1 equ LV+76 ;room for a temporary float value 127 FP_SCR2 equ LV+92 ;room for a temporary float value 128 L_SCR1 equ LV+108 ;room for a temporary long value 129 L_SCR2 equ LV+112 ;room for a temporary long value 135 UFLG_TMP equ LV+121 ;temporary for uflag errata 138 L_SCR3 equ LV+124 ;room for a temporary long value 139 FP_SCR3 equ LV+128 ;room for a temporary float value 140 FP_SCR4 equ LV+144 ;room for a temporary float value 141 FP_SCR5 equ LV+160 ;room for a temporary float value
|
l_fpsp.h | 138 FP_SCR1 equ LV+76 ;room for a temporary float value 139 FP_SCR2 equ LV+92 ;room for a temporary float value 140 L_SCR1 equ LV+108 ;room for a temporary long value 141 L_SCR2 equ LV+112 ;room for a temporary long value 147 UFLG_TMP equ LV+121 ;temporary for uflag errata 150 L_SCR3 equ LV+124 ;room for a temporary long value 151 FP_SCR3 equ LV+128 ;room for a temporary float value 152 FP_SCR4 equ LV+144 ;room for a temporary float value 153 FP_SCR5 equ LV+160 ;room for a temporary float value
|
/src/sys/external/isc/libsodium/dist/test/default/ |
wintest.bat | 54 REM Remove temporary files
|
/src/usr.sbin/etcupdate/ |
etcupdate | 106 -t TEMPROOT Where to store temporary files. [/tmp/temproot] 619 # Create the temporary root directory
|
/src/sys/arch/virt68k/virt68k/ |
locore.s | 66 * Temporary stack for a variety of purposes. 104 movl %a0,%sp | give ourselves a temporary stack 215 lea _ASM_LABEL(tmpstk),%sp | re-load the temporary stack 438 | Copy frame to the temporary stack
|
/src/sys/arch/cesfic/cesfic/ |
locore.s | 101 * Temporary stack for a variety of purposes. 153 movl %a0, %sp | give ourselves a temporary stack 329 lea _ASM_LABEL(tmpstk),%sp | re-load temporary stack 566 | Copy frame to the temporary stack
|
/src/sys/arch/mvme68k/mvme68k/ |
locore.s | 57 * Temporary stack for a variety of purposes. 128 movl %a0,%sp | give ourselves a temporary stack 608 lea _ASM_LABEL(tmpstk),%sp | re-load temporary stack 859 | Copy frame to the temporary stack
|
/src/sys/arch/x68k/x68k/ |
locore.s | 66 * Temporary stack for a variety of purposes. 135 movl %a0,%sp | give ourselves a temporary stack 328 lea _ASM_LABEL(tmpstk),%sp | temporary stack 567 | Copy frame to the temporary stack
|
/src/sys/arch/luna68k/luna68k/ |
locore.s | 67 * Temporary stack for a variety of purposes. 102 movl %a0,%sp | give ourselves a temporary stack 270 lea _ASM_LABEL(tmpstk),%sp | re-load temporary stack 498 | Copy frame to the temporary stack
|
/src/sys/arch/news68k/news68k/ |
locore.s | 61 * Temporary stack for a variety of purposes. 130 movl %a0,%sp | give ourselves a temporary stack 381 lea _ASM_LABEL(tmpstk),%sp | re-load temporary stack 592 | Copy frame to the temporary stack
|
/src/sys/arch/mac68k/mac68k/ |
locore.s | 130 lea _ASM_LABEL(tmpstk),%sp | give ourselves a temporary stack 417 lea _ASM_LABEL(tmpstk),%sp | temporary stack 652 | Copy frame to the temporary stack 1101 subql #4,%sp | make temporary space 1232 addql #4,%sp | return temporary space
|
/src/sys/arch/sun3/sun3/ |
locore.s | 96 | This is the entry point, as well as the end of the temporary stack 406 | Copy frame to the temporary stack
|
/src/sys/arch/sun3/sun3x/ |
locore.s | 60 | This is the entry point, as well as the end of the temporary stack 391 | Copy frame to the temporary stack
|