Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 18 of 18) sorted by relevance

/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dorigin3 $description = "Test the origin function.";
5 $details = "This is a test of the origin function in gnu make.
24 av = $(foreach var, $(auto_var), $(origin $(var)) )
27 @echo $(origin undefined)
28 @echo $(origin CC)
29 @echo $(origin MAKETEST)
30 @echo $(origin MAKE)
31 @echo $(origin foo)
32 @echo $(origin CFLAGS)
33 @echo $(origin WHITE)
[all …]
Dforeach23 av = $(foreach var, $(auto_var), $(origin $(var)) )
Dcall45 echo '$(call map,origin,MAKE reverse map)'; \
/ndk/sources/host-tools/make-3.81/
Dvariable.c163 char *value, enum variable_origin origin, in define_variable_in_set() argument
178 if (env_overrides && origin == o_env) in define_variable_in_set()
179 origin = o_env_override; in define_variable_in_set()
184 if (env_overrides && v->origin == o_env) in define_variable_in_set()
187 v->origin = o_env_override; in define_variable_in_set()
192 if ((int) origin >= (int) v->origin) in define_variable_in_set()
201 v->origin = origin; in define_variable_in_set()
218 v->origin = origin; in define_variable_in_set()
506 p->variable.value, p->variable.origin, in initialize_file_variables()
515 p->variable.value, p->variable.origin, in initialize_file_variables()
[all …]
Dvariable.h72 origin ENUM_BITFIELD (3); /* Variable origin. */
147 … struct floc *flocp, const char *name, char *value, enum variable_origin origin, enum variable_fla…
149 …ition PARAMS ((const struct floc *flocp, char *line, enum variable_origin origin, int target_var));
159 enum variable_origin origin, int recursive,
Dread.c131 enum variable_origin origin,
139 enum variable_origin origin,
1320 enum variable_origin origin, struct ebuffer *ebuf) in do_define() argument
1389 origin, 1, &defstart); in do_define()
1762 enum variable_origin origin, int exported, in record_target_var() argument
1822 v = try_variable_definition (flocp, defn, origin, 1); in record_target_var()
1829 v->origin = origin; in record_target_var()
1835 if (origin != o_override) in record_target_var()
1841 if (gv && (gv->origin == o_env_override || gv->origin == o_command)) in record_target_var()
1846 v->origin = gv->origin; in record_target_var()
Dfunction.c459 switch (v->origin) in func_origin()
/ndk/build/gmsl/
D__gmsl97 $(origin or)),$(call or,$(true),$(false)))
99 $(origin and)),$(call and,$(true),$(true)))
757 get = $(strip $(__gmsl_tr2)$(call assert_no_dollar,$0,$1$2)$(if $(filter-out undefined,$(origin __g…
791 $(origin __gmsl_stack_$1)),$(__gmsl_stack_$1)))
798 pop = $(__gmsl_tr1)$(call assert_no_dollar,$0,$1)$(strip $(if $(filter-out undefined,$(origin __gms…
Dgmsl-tests59 test_assert = $(if $(filter undefined,$(origin 2)),$(eval 2 :=))$(shell $(ECHO) -n $(if $(call seq,…
141 $(call test_assert,$(call map,origin,__undefined map MAKE),undefined file default)
142 $(call test_assert,$(call map,origin,),)
/ndk/sources/host-tools/make-3.81/tests/
DChangeLog171 * tests/scripts/functions/origin: Ditto.
402 * scripts/functions/origin: Set our own environment variable
781 * scripts/functions/origin: Use $port_type instead of $osname.
/ndk/sources/host-tools/make-3.81/config/
Dlib-link.m4102 AC_CACHE_CHECK([for shared library run path origin], acl_cv_rpath, [
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-14167 is exactly equivalent to this (*note The `origin' Function: Origin
4170 ifeq ($(origin FOO), undefined)
4445 `origin' Function: Origin Function.):
4451 ifeq ($(origin FOO), undefined)
5728 such as `origin', to multiple values in one step:
5730 o = $(call map,origin,o map MAKE)
5843 8.9 The `origin' Function
5846 The `origin' function is unlike most other functions in that it does
5850 The syntax of the `origin' function is:
5852 $(origin VARIABLE)
[all …]
Dmake.texi5070 (@pxref{Origin Function, ,The @code{origin} Function}):
5073 ifeq ($(origin FOO), undefined)
5418 (@pxref{Origin Function, ,The @code{origin} Function}):
5428 ifeq ($(origin FOO), undefined)
7016 such as @code{origin}, to multiple values in one step:
7019 o = $(call map,origin,o map MAKE)
7145 @section The @code{origin} Function
7146 @findex origin
7147 @cindex variables, origin of
7148 @cindex origin of variable
[all …]
Dmake.info-22220 Extract the Nth word (one-origin) of TEXT.
2302 `$(origin VARIABLE)'
2305 *Note The `origin' Function: Origin Function.
3830 * origin of variable: Origin Function. (line 6)
4127 * variables, origin of: Origin Function. (line 6)
4354 * origin: Origin Function. (line 6)
/ndk/build/tools/toolchain-licenses/
DCOPYING3372 c) Prohibiting misrepresentation of the origin of that material, or
/ndk/sources/host-tools/ndk-stack/binutils/
DCOPYING3372 c) Prohibiting misrepresentation of the origin of that material, or
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
DCOPYING373 c) Prohibiting misrepresentation of the origin of that material, or
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.05000 … { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
5001 $as_echo_n "checking for shared library run path origin... " >&6; }