HomeSort by: relevance | last modified time | path
    Searched refs:Global (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
vardebug.mk 7 # expect: Global: VAR = added
9 # expect: Global: VAR = overwritten
11 # expect: Global: delete VAR
13 # expect: Global: ignoring delete 'VAR' as it is not found
17 # expect: Global: ignoring ' = empty name' as the variable name '${:U}' expands to empty
19 # expect: Global: ignoring ' += empty name' as the variable name '${:U}' expands to empty
24 # expect: Global: VAR = 1
26 # expect: Global: VAR = 1 2
28 # expect: Global: VAR = 1 2 3
55 # expect: Global: delete VA
    [all...]
var-scope-global.mk 1 # $NetBSD: var-scope-global.mk,v 1.1 2022/01/23 16:25:54 rillig Exp $
3 # Tests for global variables, which are the most common variables.
5 # Global variables can be assigned and appended to.
6 GLOBAL= value
7 GLOBAL+= addition
8 .if ${GLOBAL} != "value addition"
12 # Global variables can be removed from their scope.
13 .undef GLOBAL
14 .if defined(GLOBAL)
opt-debug-var.mk 8 # expect: Global: ASSIGNED = value
11 # TODO: Explain why the empty assignment "Global: SUBST = " is needed.
12 # expect: Global: SUBST = # (empty)
13 # expect: Global: SUBST = value
varname-makefile.mk 19 # the "Global" namespace but in "Internal", which is kind of a child
28 # serves as a fallback for the "Global" namespace (see VarFind).
varmod-loop-delete.mk 7 # an actual variable in the current evaluation scope (Command/Global/target),
17 # In an assignment, the scope is 'Global'. Since the variable 'VAR' is
18 # defined in the global scope, it deletes itself.
varname-dot-suffixes.mk 54 # expect: Global: ignoring delete '.SUFFIXES' as it is not found
64 # expect: Global: ignoring '.SUFFIXES = set' as it is read-only
66 # expect: Global: ignoring '.SUFFIXES = append' as it is read-only
68 # expect: Global: ignoring '.SUFFIXES = assign' as it is read-only
70 # expect: Global: ignoring '.SUFFIXES = preserve' as it is read-only
varmod-assign.mk 175 # variables are created in the global scope, as in other situations.
177 CMD_GLOBAL_VAR=global-value
182 # expect: Global: CMD_GLOBAL_VAR = new-value
183 # expect: Global: CMD_ENV_VAR = new-value
184 # expect: Global: ignoring delete 'CMD_NEW_VAR' as it is not found
204 # variables are created in the global scope, as in other situations.
207 # expect: Global: TARGET_GLOBAL_VAR = new-value
208 # expect: Global: TARGET_ENV_VAR = new-value
211 TARGET_GLOBAL_VAR=global-value
parse.mk 31 # without trailing whitespace were not affected. Global variable assignments
opt-file.mk 33 # Global:VAR = value\<A5><A5><A5><A5><A5><A5>value\<A5><A5><A5><A5><A5><A5>
deptgt-makeflags.mk 9 # The -D option sets a variable in the "Global" scope and thus can be
16 # Variables that are set via the -D command line option are normal global
parse-var.mk 15 # global variable
29 # Global mode:
var-op-expand.mk 89 # code that takes care of this global variable.
171 # Global["VAR_SUBST_${UNDEF}"] = ""
172 # Global["VAR_SUBST_"] = ""
  /src/usr.sbin/wsmoused/
config.c 53 * Global variables.
56 static struct block *Global = NULL;
220 /* Gets a mode block (childs of the global scope), which matches the
228 b = Global;
230 if (strcmp(modename, "Global") == 0)
231 return Global;
252 Global = config_parse(f);
253 if (Global == NULL)
268 if (Global != NULL)
269 block_free(Global);
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_globals.cc 32 typedef __asan_global Global;
35 const Global *g;
45 Global g;
55 Global *g_first, *g_last;
60 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) {
64 ALWAYS_INLINE void PoisonRedZones(const Global &g) {
85 static void ReportGlobal(const Global &g, const char *prefix) {
87 "%s Global[%p]: beg=%p size=%zu/%zu name=%s module=%s dyn_init=%zu "
98 static u32 FindRegistrationSite(const Global *g) {
109 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites
    [all...]
  /src/sys/arch/hpc/stand/dspgen/
gen_workspace.sh 91 Global:
  /src/sys/arch/hpcmips/stand/dspgen/
gen_workspace.sh 87 Global:
  /src/sys/external/bsd/acpica/dist/events/
evmisc.c 262 * If there is no notify handler (Global or Local)
288 Info->Notify.Global = &AcpiGbl_GlobalNotify[HandlerListId];
330 /* Invoke a global notify handler if installed */
332 if (Info->Notify.Global->Handler)
334 Info->Notify.Global->Handler (Info->Notify.Node,
336 Info->Notify.Global->Context);
413 "Could not remove Global Lock handler"));
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/socionext/
uniphier-ld11-global.dts 3 // Device Tree Source for UniPhier LD11 Global Board
14 model = "UniPhier LD11 Global Board (REF_LD11_GP)";
15 compatible = "socionext,uniphier-ld11-global",
uniphier-ld20-global.dts 3 // Device Tree Source for UniPhier LD20 Global Board
14 model = "UniPhier LD20 Global Board (REF_LD20_GP)";
15 compatible = "socionext,uniphier-ld20-global",
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
gemini-dlink-dns-313.dts 84 /* Global Mixed-Mode Technology G751 mounted on GPIO I2C */
meson8b-ec100.dts 234 * Global Mixed-mode Technology Inc. G918T12U-GP
  /src/share/mk/
bsd.lua.mk 66 ##### Global variables
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_str_test.cc 20 static char global_string[] = "global";
40 Global,
65 if (oob_kind != OOBKind::Global) {
66 // We don't insert RedZones to the left of global variables
94 StrLenOOBTestTemplate(global_string, global_string_length, OOBKind::Global);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/altera/
socfpga_stratix10.dtsi 356 #global-interrupts = <2>;
361 interrupts = <0 128 4>, /* Global Secure Fault */
362 <0 129 4>, /* Global Non-secure Fault */
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/intel/
socfpga_agilex.dtsi 370 #global-interrupts = <2>;
373 /* Global Secure Fault */
375 /* Global Non-secure Fault */

Completed in 59 milliseconds

1 2