Searched refs:escaped (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-current/lib/libc/nameser/
H A Dns_samedomain.c51 int diff, i, escaped; local
59 escaped = 0;
63 if (escaped)
64 escaped = 0;
66 escaped = 1;
69 if (!escaped)
75 escaped = 0;
79 if (escaped)
80 escaped = 0;
82 escaped
[all...]
H A Dns_name.c218 int c, n, escaped, e = 0; local
221 escaped = 0;
227 if (escaped) {
239 escaped = 0;
269 escaped = 0;
271 escaped = 1;
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFormatEntity.cpp57 std::string escaped; local
58 EscapeBackticks(m_current_format, escaped);
59 strm << '"' << escaped << '"'; local
65 std::string escaped; local
66 EscapeBackticks(m_current_format, escaped);
67 return escaped;
/freebsd-current/lib/libc/resolv/
H A Dres_comp.c197 int ch, escaped = 0; local
207 if (!escaped && periodchar(ch))
209 if (escaped)
210 escaped = 0;
212 escaped = 1;
/freebsd-current/usr.bin/localedef/
H A Dscanner.c59 static int escaped = 0; variable
236 escaped = 0;
512 if (escaped) {
513 escaped = 0;
520 escaped = 1;
682 if (escaped) {
683 escaped = 0;
698 escaped = 1;
716 /* escaped characters first */
717 if (escaped) {
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-debug-errors.exp10 *** Failed target: fail-escaped-space
H A Dopt-debug-errors-jobs.mk9 all: fail-escaped-space
18 fail-escaped-space:
H A Dopt-debug-errors-jobs.exp14 *** Failed target: fail-escaped-space
18 *** [fail-escaped-space] Error code 1
H A Dvarmod-match-escape.mk20 # 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
H A Dvarname-dot-newline.mk8 # > After all macro expansion is complete, when an escaped <newline> is
H A Descape.mk11 # 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.
H A Ddirective-for-escape.mk78 # the '$$' is an ordinary character and the spaces are not escaped.
103 # \$ $ escaped
106 # \: : escaped
108 # \\ \ escaped
110 # \$ $ escaped
266 # XXX: Why does the '$$' before the '${.TARGET}' lead to an escaped '}'?
269 # XXX: Why does the '$$' before the '${.TARGET}' lead to an escaped '}'?
H A Dvarmod.mk74 # argument of that modifier, a '$' is escaped using the backslash instead.
90 # '$' can be escaped as '$$'.
H A Dvar-op-assign.mk23 # 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
H A Dvarmod-defined.mk38 # Special characters that would be interpreted differently can be escaped.
43 # different though. There, any character may be escaped using a backslash.
H A Dcond-token-plain.mk23 # 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,
H A Dcomment.mk56 # Since 2012-03-24 the modifier :[#] does not need to be escaped.
H A Dvarmod-subst.mk204 # In shell command lines, the hash does not need to be escaped.
205 # It needs to be escaped in variable assignment lines though.
284 # In modifiers, dollars are escaped using the backslash, not using another
H A Dopt-debug-file.mk32 # XXX: In the :M modifier, a dollar is escaped using '$$', not '\$'. This
/freebsd-current/usr.sbin/cron/cron/
H A Ddo_command.c173 * If there are escaped %'s, remove the escape character.
176 int escaped = FALSE; local
185 if (escaped) {
188 escaped = FALSE;
192 escaped = TRUE;
427 int escaped = FALSE; local
448 if (escaped) {
456 if (!(escaped = (ch == '\\'))) {
461 if (escaped)
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.js196 var escaped = cls.replace('.', '\\.').replace(':', '\\:');
198 return '.' + escaped + ", #" + escaped;
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest-port.cc753 // Returns true if and only if the given atom (specified by escaped and
755 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { argument
756 if (escaped) { // "\\p" where p is pattern_char.
850 // expression. The regex atom is defined as c if escaped is false,
856 bool MatchRepetitionAndRegexAtHead(bool escaped, char c, char repeat, argument
872 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) return false;
889 const bool escaped = *regex == '\\'; local
890 if (escaped) ++regex;
895 return MatchRepetitionAndRegexAtHead(escaped, regex[0], regex[1], regex + 2,
901 return (*str != '\0') && AtomMatchesChar(escaped, *rege
[all...]
/freebsd-current/tools/lua/
H A Dtemplate.lua136 local function escaped(view, s) function
384 local z, w = escaped(view, s)
404 local z, w = escaped(view, s)
424 local z, w = escaped(view, s)
454 local z, w = escaped(view, s)
485 local z, w = escaped(view, s)
507 local z, w = escaped(view, s)
559 local z, w = escaped(view, s)
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp148 llvm::SmallPtrSet<const VarDecl *, 20> &escaped,
151 Escaped(escaped), currentBlock(nullptr) {}
484 // escaped.
503 // Treat local variables captured by reference in C++ lambdas as escaped.
145 DeadStoreObs(const CFG &cfg, ASTContext &ctx, BugReporter &br, const DeadStoresChecker *checker, AnalysisDeclContext *ac, ParentMap &parents, llvm::SmallPtrSet<const VarDecl *, 20> &escaped, bool warnForDeadNestedAssignments) argument
/freebsd-current/contrib/dialog/
H A Ddlg_keys.c741 * "~" depending on whether it is C0 or C1), or an escaped single character.
763 bool escaped = FALSE; local
771 if (escaped) {
772 escaped = FALSE;
775 escaped = TRUE;

Completed in 300 milliseconds

123