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

1 2

  /src/lib/libc/nameser/
ns_samedomain.c 61 int diff, escaped; local in function:ns_samedomain
69 escaped = 0;
73 if (escaped)
74 escaped = 0;
76 escaped = 1;
79 if (!escaped)
85 escaped = 0;
89 if (escaped)
90 escaped = 0;
92 escaped = 1
    [all...]
ns_name.c 229 int c, n, escaped, e = 0; local in function:ns_name_pton2
232 escaped = 0;
238 if (escaped) {
250 escaped = 0;
280 escaped = 0;
282 escaped = 1;
  /src/usr.bin/make/unit-tests/
varmod-quote.mk 6 # Any characters that might be interpreted by the shell are escaped.
7 # The set of escaped characters is the same, no matter which shell (sh, csh,
opt-debug-errors-jobs.mk 9 all: fail-escaped-space
18 fail-escaped-space:
opt-debug-errors.mk 9 all: fail-escaped-space
21 fail-escaped-space:
opt-debug-errors-jobs.exp 14 *** Failed target: fail-escaped-space
18 *** [fail-escaped-space] Error code 1
varmod-match-escape.mk 20 # And now both cases combined: A single modifier with both an escaped ':'
23 # XXX: As of 2020-11-01, when an escaped ':' occurs before the
32 # is parsed, resulting in ':' and needSubst=true. After that, the escaped
34 # Therefore the escaped ':' is kept as-is, and the final pattern becomes
56 # parsed as an escaped '$'. Instead, ParseModifier_Match first scans for
opt-debug-errors.exp 10 *** Failed target: fail-escaped-space
escape.mk 11 # When an escaped <newline> (one preceded by a <backslash>) is found
17 # When an escaped <newline> is found in a command line in a
22 # When an escaped <newline> is found in an include line or in a
37 # of the value, and treats the newline as though it was not escaped.
111 # Both backslashes should be taken literally, and the newline is NOT escaped.
220 # Both backslashes are retained, but the newline is not escaped.
varmod.mk 84 # argument of that modifier, a '$' is escaped using the backslash instead.
100 # '$' can be escaped as '$$'.
147 # the end of the string. The sequence '\\' '\0' is not an escaped delimiter,
160 # means the same as an escaped '$'.
253 # in the part of a modifier, ":}\$" can be escaped using a backslash.
260 # in the part of a modifier, ":)\$" can be escaped using a backslash.
directive-for-escape.mk 80 # the '$$' is an ordinary character and the spaces are not escaped.
105 # \$ $ escaped
108 # \: : escaped
110 # \\ \ escaped
112 # \$ $ escaped
258 # XXX: Why does the '$$' before the '${.TARGET}' lead to an escaped '}'?
261 # XXX: Why does the '$$' before the '${.TARGET}' lead to an escaped '}'?
opt-debug-jobs.mk 22 # In the debug output, single quotes are not escaped, even though
varname-dot-newline.mk 8 # > After all macro expansion is complete, when an escaped <newline> is
varmod-defined.mk 38 # Special characters that would be interpreted differently can be escaped.
43 # different though. There, any character may be escaped using a backslash.
var-op-assign.mk 23 # The '#' needs to be escaped with a backslash, this happens in a very
27 # The '$' needs to be escaped with another '$', otherwise it would refer to
opt-debug-file.mk 34 # XXX: In the :M modifier, a dollar is escaped using '$$', not '\$'. This
42 # directly. Instead, each dollar sign must be escaped first.
comment.mk 56 # Since 2012-03-24 the modifier :[#] does not need to be escaped.
cond-token-plain.mk 23 # To get a '#' into a condition, it has to be escaped using a backslash.
55 # XXX: What is the purpose of treating an escaped '#' in the following
64 # the '#' is escaped. It's much clearer to write a comment in the line
249 # condition parser, it needs to be escaped. This rarely happens in practice,
varmod-subst.mk 204 # In shell command lines, the hash does not need to be escaped.
205 # It needs to be escaped in variable assignment lines though.
285 # In modifiers, dollars are escaped using the backslash, not using another
varmod-undefined.mk 51 # In both contexts, \n is an escaped letter n, not a newline; that's what
varmod-edge.mk 164 # The = in the := modifier can be escaped.
172 # Having only an escaped '=' results in a parse error.
  /src/lib/libc/resolv/
res_comp.c 218 int ch, escaped = 0; local in function:res_mailok
228 if (!escaped && periodchar(ch))
230 if (escaped)
231 escaped = 0;
233 escaped = 1;
  /src/sys/dev/ir/
sir.h 67 u_int escaped; member in struct:framestate
sir.c 161 fstate->escaped = 0;
183 if (fstate->escaped) {
184 fstate->escaped = 0;
187 fstate->escaped = 1;
  /src/usr.bin/xlint/lint1/
cksnprintb.c 148 if (it.escaped)
149 /* escaped character '%.*s' in description ... */
212 if (new_style && dir.escaped)
213 /* conversion '%.*s' should not be escaped */
234 /* bit position '%.*s' in '%.*s' should be escaped as ... */
238 /* field width '%.*s' in '%.*s' should be escaped as ... */

Completed in 18 milliseconds

1 2