Home
last modified time | relevance | path

Searched refs:escaped (Results 1 – 25 of 96) sorted by relevance

1234

/freebsd-12-stable/lib/libc/nameser/
Dns_samedomain.c57 int diff, i, escaped; in ns_samedomain() local
65 escaped = 0; in ns_samedomain()
69 if (escaped) in ns_samedomain()
70 escaped = 0; in ns_samedomain()
72 escaped = 1; in ns_samedomain()
75 if (!escaped) in ns_samedomain()
81 escaped = 0; in ns_samedomain()
85 if (escaped) in ns_samedomain()
86 escaped = 0; in ns_samedomain()
88 escaped = 1; in ns_samedomain()
[all …]
Dns_name.c224 int c, n, escaped, e = 0; in ns_name_pton2() local
227 escaped = 0; in ns_name_pton2()
233 if (escaped) { in ns_name_pton2()
245 escaped = 0; in ns_name_pton2()
275 escaped = 0; in ns_name_pton2()
277 escaped = 1; in ns_name_pton2()
/freebsd-12-stable/contrib/apr/include/
Dapr_escape.h85 APR_DECLARE(apr_status_t) apr_escape_shell(char *escaped, const char *str,
120 APR_DECLARE(apr_status_t) apr_unescape_url(char *escaped, const char *url,
154 APR_DECLARE(apr_status_t) apr_escape_path_segment(char *escaped,
187 APR_DECLARE(apr_status_t) apr_escape_path(char *escaped, const char *path,
222 APR_DECLARE(apr_status_t) apr_escape_urlencoded(char *escaped, const char *str,
253 APR_DECLARE(apr_status_t) apr_escape_entity(char *escaped, const char *str,
322 APR_DECLARE(apr_status_t) apr_escape_echo(char *escaped, const char *str,
/freebsd-12-stable/contrib/apr/strings/
Dapr_cpystrn.c94 int escaped; in apr_tokenize_to_argv() local
135 #define REMOVE_ESCAPE_CHARS(cleaned, dirty, escaped) \ in apr_tokenize_to_argv() argument
136 escaped = 0; \ in apr_tokenize_to_argv()
138 if (!escaped && *dirty == '\\') { \ in apr_tokenize_to_argv()
139 escaped = 1; \ in apr_tokenize_to_argv()
142 escaped = 0; \ in apr_tokenize_to_argv()
181 REMOVE_ESCAPE_CHARS(cleaned, dirty, escaped); in apr_tokenize_to_argv()
/freebsd-12-stable/usr.bin/localedef/
Dscanner.c61 static int escaped = 0; variable
238 escaped = 0; in reset_scanner()
514 if (escaped) { in get_symbol()
515 escaped = 0; in get_symbol()
522 escaped = 1; in get_symbol()
684 if (escaped) { in yylex()
685 escaped = 0; in yylex()
700 escaped = 1; in yylex()
719 if (escaped) { in yylex()
720 escaped = 0; in yylex()
[all …]
/freebsd-12-stable/contrib/apr/encoding/
Dapr_escape.c41 APR_DECLARE(apr_status_t) apr_escape_shell(char *escaped, const char *str, in apr_escape_shell() argument
49 d = (unsigned char *) escaped; in apr_escape_shell()
139 APR_DECLARE(apr_status_t) apr_unescape_url(char *escaped, const char *url, in apr_unescape_url() argument
146 char *d = (char *) escaped; in apr_unescape_url()
301 APR_DECLARE(apr_status_t) apr_escape_path_segment(char *escaped, in apr_escape_path_segment() argument
307 unsigned char *d = (unsigned char *) escaped; in apr_escape_path_segment()
369 APR_DECLARE(apr_status_t) apr_escape_path(char *escaped, const char *path, in apr_escape_path() argument
375 unsigned char *d = (unsigned char *) escaped; in apr_escape_path()
452 APR_DECLARE(apr_status_t) apr_escape_urlencoded(char *escaped, const char *str, in apr_escape_urlencoded() argument
458 unsigned char *d = (unsigned char *) escaped; in apr_escape_urlencoded()
[all …]
/freebsd-12-stable/lib/libc/resolv/
Dres_comp.c204 int ch, escaped = 0; in res_mailok() local
214 if (!escaped && periodchar(ch)) in res_mailok()
216 if (escaped) in res_mailok()
217 escaped = 0; in res_mailok()
219 escaped = 1; in res_mailok()
/freebsd-12-stable/usr.sbin/cron/cron/
Ddo_command.c193 register int escaped = FALSE; local
201 if (escaped) {
204 escaped = FALSE;
208 escaped = TRUE;
397 register int escaped = FALSE; local
418 if (escaped) {
426 if (!(escaped = (ch == '\\'))) {
431 if (escaped)
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dutf8proc.c349 svn_boolean_t escaped; in svn_utf__glob() local
375 for (i = 0, escaped = FALSE; i < tempbuf_len; ++i, ++like) in svn_utf__glob()
377 if (*like == ucs4esc && !escaped) in svn_utf__glob()
381 escaped = TRUE; in svn_utf__glob()
383 else if (escaped) in svn_utf__glob()
386 escaped = FALSE; in svn_utf__glob()
390 if ((*like == '[' || *like == '\\') && !escaped) in svn_utf__glob()
396 escaped = TRUE; in svn_utf__glob()
Dapr_escape.c69 APR_DECLARE(apr_status_t) apr_escape_shell(char *escaped, const char *str, in apr_escape_shell() argument
77 d = (unsigned char *) escaped; in apr_escape_shell()
Dutf.c944 const char *escaped, *converted; in svn_utf__cstring_from_utf8_fuzzy() local
947 escaped = svn_utf__fuzzy_escape(src, strlen(src), pool); in svn_utf__cstring_from_utf8_fuzzy()
951 err = convert_from_utf8(((const char **) &converted), escaped, pool); in svn_utf__cstring_from_utf8_fuzzy()
956 return escaped; in svn_utf__cstring_from_utf8_fuzzy()
/freebsd-12-stable/crypto/openssl/doc/man3/
DASN1_STRING_print_ex.pod43 Various characters can be escaped. If B<ASN1_STRFLGS_ESC_2253> is set the characters
44 determined by RFC2253 are escaped. If B<ASN1_STRFLGS_ESC_CTRL> is set control
45 characters are escaped. If B<ASN1_STRFLGS_ESC_MSB> is set characters with the
46 MSB set are escaped: this option should B<not> be used if the terminal correctly
51 If the character being escaped is a 16 bit character then the form "\UXXXX" is used
56 Printable characters are normally escaped using the backslash '\' character. If
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DOptionValueFormatEntity.cpp57 std::string escaped; in DumpValue() local
58 EscapeBackticks(m_current_format, escaped); in DumpValue()
59 strm << '"' << escaped << '"'; in DumpValue()
/freebsd-12-stable/contrib/googletest/googletest/src/
Dgtest-port.cc709 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() argument
710 if (escaped) { // "\\p" where p is pattern_char. in AtomMatchesChar()
802 bool escaped, char c, char repeat, const char* regex, in MatchRepetitionAndRegexAtHead() argument
819 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) in MatchRepetitionAndRegexAtHead()
838 const bool escaped = *regex == '\\'; in MatchRegexAtHead() local
839 if (escaped) in MatchRegexAtHead()
846 escaped, regex[0], regex[1], regex + 2, str); in MatchRegexAtHead()
851 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
/freebsd-12-stable/contrib/dialog/
Ddlg_keys.c594 bool escaped = FALSE; in dlg_parse_bindkey() local
613 if (escaped) { in dlg_parse_bindkey()
614 escaped = FALSE; in dlg_parse_bindkey()
617 escaped = TRUE; in dlg_parse_bindkey()
/freebsd-12-stable/contrib/bmake/
Dparse.c2789 char *escaped; in ParseGetLine() local
2799 escaped = NULL; in ParseGetLine()
2835 if (escaped == NULL) in ParseGetLine()
2836 escaped = ptr; in ParseGetLine()
2894 if (escaped == NULL) { in ParseGetLine()
2900 tp = ptr = escaped; in ParseGetLine()
2901 escaped = line; in ParseGetLine()
2925 escaped = tp + 1; in ParseGetLine()
2936 while (tp > escaped && isspace((unsigned char)tp[-1])) in ParseGetLine()
/freebsd-12-stable/contrib/apr-util/test/
Dtestdbd.c142 const char *escaped = apr_dbd_escape(driver, p, "foo'bar", handle); in test_escape() local
144 ABTS_STR_EQUAL(tc, "foo''bar", escaped); in test_escape()
/freebsd-12-stable/crypto/openssl/doc/man1/
Dstoreutl.pod86 Keyword characters may be escaped by \ (backslash), and whitespace is retained.
98 characters may be escaped by \ (backslash), no spaces are skipped.
/freebsd-12-stable/contrib/subversion/subversion/include/private/
Dsvn_dep_compat.h203 APR_DECLARE(apr_status_t) apr_escape_shell(char *escaped, const char *str,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
Dlow_level.c401 svn_stringbuf_t *escaped = svn_stringbuf_create_ensure(2 * len, in auto_escape_path() local
406 svn_stringbuf_appendbyte(escaped, esc); in auto_escape_path()
407 svn_stringbuf_appendbyte(escaped, path[i] + 'A' - 1); in auto_escape_path()
411 svn_stringbuf_appendbyte(escaped, path[i]); in auto_escape_path()
414 return escaped->data; in auto_escape_path()
/freebsd-12-stable/bin/sh/tests/expansion/
Dtrim2.041 # Parentheses are special in ksh, check that they can be escaped
Dtrim1.053 # Parentheses are special in ksh, check that they can be escaped
/freebsd-12-stable/usr.sbin/bsdconfig/share/
Dstrings.subr264 # f_shell_escape arg2 "aaa'aaa" # arg2=[aaa'\''aaa] (escaped s-quote)
333 # escaped structure for later evaluations.
336 # of the code passing the escaped values to eval (which also aids readability).
346 # The antithesis of f_shell_escape(), this function takes an escaped $string
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp151 llvm::SmallPtrSet<const VarDecl *, 20> &escaped, in DeadStoreObs() argument
154 Escaped(escaped), currentBlock(nullptr) {} in DeadStoreObs()
/freebsd-12-stable/contrib/binutils/gas/
Dmacro.c299 int escaped = 0; in getstring() local
306 escaped ^= 1; in getstring()
308 escaped = 0; in getstring()
318 else if (escaped && in->ptr[idx] == tchar) in getstring()

1234