OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Global
(Results
1 - 21
of
21
) sorted by relevancy
/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).
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
varmod-loop-delete.mk
7
# an actual variable in the current evaluation scope (Command/
Global
/target),
28
# In an assignment, the scope is '
Global
'. Since the variable 'VAR' is
29
# defined in the
global
scope, it deletes itself.
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_"] = ""
var-scope-local.mk
5
# target. In contrast,
global
variables are typically created when the
80
# line, which means that variables from the command line, from the
global
157
# expect:
Global
: one two = three
186
# 'all', not in the
global
scope. This can be seen with the -dv
195
all: var-scope-local-append-
global
.o
202
var-scope-local-append-
global
.o \
212
VAR=
global
224
# Assignments using '+=' do *not* look up the
global
value, instead they only
233
# To access the value of a
global
variable, use an expression. This
240
# 'VAR=
global
+local'
[
all
...]
/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
154
* If there is no notify handler (
Global
or Local)
180
Info->Notify.
Global
= &AcpiGbl_GlobalNotify[HandlerListId];
222
/* Invoke a
global
notify handler if installed */
224
if (Info->Notify.
Global
->Handler)
226
Info->Notify.
Global
->Handler (Info->Notify.Node,
228
Info->Notify.
Global
->Context);
305
"Could not remove
Global
Lock handler"));
/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/bsd/acpica/dist/include/
aclocal.h
129
/* Table for the
global
mutexes */
803
/*
Global
handlers for AML Notifies */
822
ACPI_GLOBAL_NOTIFY_HANDLER *
Global
;
/src/sys/external/bsd/acpica/dist/tools/examples/
extables.c
462
[0004]
Global
Lock : 00000000
/src/sys/arch/mips/mips/
mipsX_subr.S
338
.
global
mips_kseg0
340
.
global
mips_kseg1
342
.
global
mips_kseg2
344
.
global
mips_xkphys
346
.
global
mips_xkphys_u
348
.
global
mips_xkphys_cca3
350
.
global
mips_xkphys_cca4
352
.
global
mips_xkseg
2115
and t0, a2, MIPS3_PG_G # Copy
global
bit
2314
#error
Global
bit is lost here when V==0 and it needs to be preserve
[
all
...]
Completed in 25 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026