| /freebsd-12-stable/lib/libc/nameser/ |
| D | ns_samedomain.c | 57 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 …]
|
| D | ns_name.c | 224 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/ |
| D | apr_escape.h | 85 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/ |
| D | apr_cpystrn.c | 94 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/ |
| D | scanner.c | 61 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/ |
| D | apr_escape.c | 41 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/ |
| D | res_comp.c | 204 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/ |
| D | do_command.c | 193 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/ |
| D | utf8proc.c | 349 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()
|
| D | apr_escape.c | 69 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()
|
| D | utf.c | 944 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/ |
| D | ASN1_STRING_print_ex.pod | 43 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/ |
| D | OptionValueFormatEntity.cpp | 57 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/ |
| D | gtest-port.cc | 709 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/ |
| D | dlg_keys.c | 594 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/ |
| D | parse.c | 2789 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/ |
| D | testdbd.c | 142 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/ |
| D | storeutl.pod | 86 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/ |
| D | svn_dep_compat.h | 203 APR_DECLARE(apr_status_t) apr_escape_shell(char *escaped, const char *str,
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/ |
| D | low_level.c | 401 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/ |
| D | trim2.0 | 41 # Parentheses are special in ksh, check that they can be escaped
|
| D | trim1.0 | 53 # Parentheses are special in ksh, check that they can be escaped
|
| /freebsd-12-stable/usr.sbin/bsdconfig/share/ |
| D | strings.subr | 264 # 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/ |
| D | DeadStoresChecker.cpp | 151 llvm::SmallPtrSet<const VarDecl *, 20> &escaped, in DeadStoreObs() argument 154 Escaped(escaped), currentBlock(nullptr) {} in DeadStoreObs()
|
| /freebsd-12-stable/contrib/binutils/gas/ |
| D | macro.c | 299 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()
|