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

12

/freebsd-11-stable/lib/libc/nameser/
H A Dns_samedomain.c55 int diff, i, escaped; local
63 escaped = 0;
67 if (escaped)
68 escaped = 0;
70 escaped = 1;
73 if (!escaped)
79 escaped = 0;
83 if (escaped)
84 escaped = 0;
86 escaped
[all...]
H A Dns_name.c222 int c, n, escaped, e = 0; local
225 escaped = 0;
231 if (escaped) {
243 escaped = 0;
273 escaped = 0;
275 escaped = 1;
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dcomment.mk12 # This is an escaped comment \
15 # Another escaped comment \
20 # This is NOT an escaped comment due to the double backslashes \\
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.
110 # Both backslashes should be taken literally, and the newline is NOT escaped.
219 # Both backslashes are retained, but the newline is not escaped.
H A Dmodword.mk12 ESCAPEDSPACE=\ # escaped space before the '#'
/freebsd-11-stable/contrib/apr/include/
H A Dapr_escape.h40 * In most cases the strings passed in do not need to be escaped at all. In
77 * @param escaped Optional buffer to write the encoded string, can be
85 APR_DECLARE(apr_status_t) apr_escape_shell(char *escaped, const char *str,
94 * If no characters were escaped, the original string is returned.
105 * @param escaped Optional buffer to write the encoded string, can be
115 * @param len If set, the length of the escaped string will be returned
120 APR_DECLARE(apr_status_t) apr_unescape_url(char *escaped, const char *url,
146 * @param escaped Optional buffer to write the encoded string, can be
154 APR_DECLARE(apr_status_t) apr_escape_path_segment(char *escaped,
161 * @param str String to be escaped
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFormatEntity.cpp60 std::string escaped; local
61 EscapeBackticks(m_current_format, escaped);
62 strm << '"' << escaped << '"'; local
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_cpystrn.c94 int escaped; local
135 #define REMOVE_ESCAPE_CHARS(cleaned, dirty, escaped) \
136 escaped = 0; \
138 if (!escaped && *dirty == '\\') { \
139 escaped = 1; \
142 escaped = 0; \
181 REMOVE_ESCAPE_CHARS(cleaned, dirty, escaped);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dapr_escape.c69 APR_DECLARE(apr_status_t) apr_escape_shell(char *escaped, const char *str,
77 d = (unsigned char *) escaped;
H A Dutf8proc.c351 svn_boolean_t escaped;
377 for (i = 0, escaped = FALSE; i < tempbuf_len; ++i, ++like)
379 if (*like == ucs4esc && !escaped)
383 escaped = TRUE;
385 else if (escaped)
388 escaped = FALSE;
392 if ((*like == '[' || *like == '\\') && !escaped)
398 escaped = TRUE;
349 svn_boolean_t escaped; local
H A Dutf.c946 const char *escaped, *converted;
949 escaped = svn_utf__fuzzy_escape(src, strlen(src), pool);
953 err = convert_from_utf8(((const char **) &converted), escaped, pool);
958 return escaped;
944 const char *escaped, *converted; local
/freebsd-11-stable/lib/libc/resolv/
H A Dres_comp.c202 int ch, escaped = 0; local
212 if (!escaped && periodchar(ch))
214 if (escaped)
215 escaped = 0;
217 escaped = 1;
/freebsd-11-stable/contrib/apr/encoding/
H A Dapr_escape.c41 APR_DECLARE(apr_status_t) apr_escape_shell(char *escaped, const char *str,
49 d = (unsigned char *) escaped;
139 APR_DECLARE(apr_status_t) apr_unescape_url(char *escaped, const char *url,
146 char *d = (char *) escaped;
301 APR_DECLARE(apr_status_t) apr_escape_path_segment(char *escaped,
307 unsigned char *d = (unsigned char *) escaped;
369 APR_DECLARE(apr_status_t) apr_escape_path(char *escaped, const char *path,
375 unsigned char *d = (unsigned char *) escaped;
452 APR_DECLARE(apr_status_t) apr_escape_urlencoded(char *escaped, const char *str,
458 unsigned char *d = (unsigned char *) escaped;
[all...]
/freebsd-11-stable/usr.bin/localedef/
H A Dscanner.c61 static int escaped = 0; variable
238 escaped = 0;
514 if (escaped) {
515 escaped = 0;
522 escaped = 1;
684 if (escaped) {
685 escaped = 0;
700 escaped = 1;
718 /* escaped characters first */
719 if (escaped) {
[all...]
/freebsd-11-stable/usr.bin/grep/regex/
H A Dtre-fastmatch.c566 bool escaped = false; local
605 escaped = false; \
615 if (escaped)
620 escaped = true;
623 if (escaped)
629 if (escaped || (!(cflags & REG_EXTENDED) && (i == 0)))
638 else if ((cflags & REG_EXTENDED) ^ !escaped)
644 if (escaped)
668 if (!escaped && (i == n - 1))
674 if ((cflags & REG_EXTENDED) ^ escaped)
[all...]
/freebsd-11-stable/usr.sbin/cron/cron/
H A Ddo_command.c188 * If there are escaped %'s, remove the escape character.
191 register int escaped = FALSE; local
199 if (escaped) {
202 escaped = FALSE;
206 escaped = TRUE;
382 register int escaped = FALSE; local
403 if (escaped) {
411 if (!(escaped = (ch == '\\'))) {
416 if (escaped)
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_dep_compat.h203 APR_DECLARE(apr_status_t) apr_escape_shell(char *escaped, const char *str,
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dlex.c358 isc_boolean_t escaped = ISC_FALSE; local
476 if (!escaped && c == ';' &&
652 (!escaped &&
667 escaped = (!escaped && c == '\\') ?
735 if (escaped) {
736 escaped = ISC_FALSE;
752 if (c == '\n' && !escaped &&
758 if (c == '\\' && !escaped)
759 escaped
[all...]
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestdbd.c142 const char *escaped = apr_dbd_escape(driver, p, "foo'bar", handle); local
144 ABTS_STR_EQUAL(tc, "foo''bar", escaped);
/freebsd-11-stable/contrib/dialog/
H A Ddlg_keys.c584 * "~" depending on whether it is C0 or C1), or an escaped single character.
594 bool escaped = FALSE; local
613 if (escaped) {
614 escaped = FALSE;
617 escaped = TRUE;
/freebsd-11-stable/contrib/bmake/
H A Dparse.c612 * Check if the current character is escaped on the current line
615 * 0 if the character is not backslash escaped, 1 otherwise
2716 char *escaped; local
2726 escaped = NULL;
2762 if (escaped == NULL)
2763 escaped = ptr;
2814 /* Brutally ignore anything after a non-escaped '#' in non-commands */
2821 if (escaped == NULL) {
2827 tp = ptr = escaped;
2828 escaped
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlow_level.c388 /* If PATH needs to be escaped, return an escaped version of it, allocated
401 svn_stringbuf_t *escaped = svn_stringbuf_create_ensure(2 * len, local
406 svn_stringbuf_appendbyte(escaped, esc);
407 svn_stringbuf_appendbyte(escaped, path[i] + 'A' - 1);
411 svn_stringbuf_appendbyte(escaped, path[i]);
414 return escaped->data;
420 /* If PATH has been escaped, return the un-escaped version of it, allocated
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp150 llvm::SmallPtrSet<const VarDecl *, 20> &escaped,
153 Escaped(escaped), currentBlock(nullptr) {}
462 // escaped.
481 // Treat local variables captured by reference in C++ lambdas as escaped.
147 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-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c3459 char *escaped = NULL; local
3462 escaped = evhttp_htmlescape("<script>");
3463 tt_assert(escaped);
3464 tt_str_op(escaped, ==, "&lt;script&gt;");
3465 free(escaped);
3467 escaped = evhttp_htmlescape("\"\'&");
3468 tt_assert(escaped);
3469 tt_str_op(escaped, ==, "&quot;&#039;&amp;");
3480 if (escaped)
3481 free(escaped);
[all...]
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c2679 int escaped; local
2761 escaped = 0;
2764 if (*p == '\\' && !escaped) {
2765 escaped = 1;
2769 if (*p == '"' && !escaped) {
2778 escaped = 0;

Completed in 167 milliseconds

12