Searched refs:expanded (Results 26 - 50 of 76) sorted by relevance

1234

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-late.mk7 # conditions are expanded before parsing the condition. This is
H A Ddirective-for-escape.mk4 # These values get expanded later using the :U variable modifier, and this
15 # XXX: As of 2020-12-31, the '#' is not preserved in the expanded body of
34 # XXX: It is unexpected that the variable V gets expanded in the loop body.
71 # There, it is expanded by the .info directive, but even there a trailing
H A Dvarmod-ifelse.mk13 # The variable name of the expression is expanded and then taken as the
19 # word "expression". If the name were expanded lazily, everything would be
96 # As of 2020-12-10, the variable "name" is first expanded, and the result of
104 # expanded at parse time to their corresponding ${:Uvalue} expressions.
H A Dvarname-make_print_var_on_error-jobs.mk7 # expressions expanded, just as they were printed to the shell command file.
H A Ddirective-undef.mk37 # The argument of .undef is first expanded exactly once and then split into
69 # expanded exactly once, before being split into words.
H A Dvarmisc.mk31 @echo :U expanded when var undef
35 @echo :D expanded when var set
120 # If the expanded variable name ends in a +, this still does not influence
H A Dcond-func-empty.mk128 # expanded to exactly these ${:U} expressions.
170 # The variable expression was expanded though, and this was wrong. The
173 # expanded to an empty string. This in turn created the seemingly recursive
175 # expanded.
H A Ddeptgt.mk40 # Just to show that a malformed expression is only expanded once in
H A Ddirective-for.mk87 # Before that date, the .for loop expanded to:
104 # When the outer .for loop is expanded, it sees the expression ${i} and
114 # Until 2008-12-21, the .for loop was expanded by replacing the variable
153 # should skip the whole loop. As of 2020-12-27, the loop is expanded twice.
H A Drecursive.mk3 # In -dL mode, a variable may get expanded before it makes sense.
H A Dvar-recursive.mk39 # Short variable names can be expanded using the short-hand $V notation,
H A Dvarparse-errors.mk28 # expanded using the flags VARE_UNDEFERR and VARE_WANTRES.
H A Dvar-op-assign.mk9 # it is not expanded in any way.
47 # Since the right-hand side of a '=' assignment is not expanded at the time
H A Dvarmod-assign.mk99 APPEND.indirect= indirect $${:Unot expanded}
104 .if ${APPEND.var} != "previous indirect \${:Unot expanded}"
H A Darchive.mk32 # Arch_ParseArchive is called, the dependency line is already fully expanded.
H A Ddirective-export-impl.mk56 # REF is defined and gets expanded into the exported environment variable.
H A Dvarmod-sysv.mk57 # In the :from=to modifier, the "from" part is expanded exactly once.
62 # In the :from=to modifier, the "to" part is expanded exactly twice.
63 # XXX: The right-hand side should be expanded only once.
229 # As of 2020-10-06, the right-hand side of the SysV modifier is expanded
H A Dvar-op-expand.mk16 # expanded as far as possible. Contrary to other situations, '$$' and
122 # variables. These referred-to variables are expanded at the time of
123 # assignment. The undefined variables are kept as-is and are later expanded
H A Dvarmod-indirect.mk86 # otherwise they would be expanded too early, that is, when parsing the
139 # XXX: The subexpression ${:U} is fully defined, therefore it is expanded.
141 # when the variable '_' is expanded further.
/freebsd-13-stable/usr.sbin/autofs/
H A Dcommon.c340 char c, *expanded; local
346 expanded = checked_strdup(string);
369 ret = asprintf(&expanded, "%.*s%s%s",
374 //log_debugx("\"%s\" expanded with key \"%s\" to \"%s\"",
375 // string, key, expanded);
380 string = expanded;
388 return (expanded);
426 struct node *child, *expanded; local
431 expanded = node_duplicate(n, NULL);
432 expanded
[all...]
/freebsd-13-stable/share/mk/
H A Dlocal.gendirdeps.mk3 # we need a keyword, this noise is to prevent it being expanded
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_deleg.c589 boolean_t expanded; local
612 expanded = B_FALSE;
631 setnode->p_matched = expanded = B_TRUE;
634 * If we expanded any sets, that will define more sets,
637 if (expanded)
/freebsd-13-stable/sys/conf/
H A Dkern.opts.mk106 # expanded inline from bsd.mkopt.mk to avoid share/mk dependency
148 #end of bsd.mkopt.mk expanded inline.
/freebsd-13-stable/usr.sbin/bsdconfig/startup/
H A Drcdelete198 # `*' and get expanded by dialog(1) (doesn't affect Xdialog(1)).
/freebsd-13-stable/contrib/tcsh/
H A Dsh.glob.c314 Char **expanded; local
316 expanded = dobackp(s, 0);
317 for (i = 0; expanded[i] != NULL; i++) {
318 *vl++ = expanded[i];
325 xfree(expanded);

Completed in 184 milliseconds

1234