/freebsd/lib/libc/nameser/ |
H A D | ns_samedomain.c | 51 int diff, i, escaped; in ns_samedomain() local 59 escaped = 0; in ns_samedomain() 63 if (escaped) in ns_samedomain() 64 escaped = 0; in ns_samedomain() 66 escaped = 1; in ns_samedomain() 69 if (!escaped) in ns_samedomain() 75 escaped = 0; in ns_samedomain() 79 if (escaped) in ns_samedomain() 80 escaped = 0; in ns_samedomain() 82 escaped = 1; in ns_samedomain() [all …]
|
H A D | ns_name.c | 218 int c, n, escaped, e = 0; in ns_name_pton2() local 221 escaped = 0; in ns_name_pton2() 227 if (escaped) { in ns_name_pton2() 239 escaped = 0; in ns_name_pton2() 269 escaped = 0; in ns_name_pton2() 271 escaped = 1; in ns_name_pton2()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueFormatEntity.cpp | 57 std::string escaped; in DumpValue() local 58 EscapeBackticks(m_current_format, escaped); in DumpValue() 59 strm << '"' << escaped << '"'; in DumpValue() 65 std::string escaped; in ToJSON() local 66 EscapeBackticks(m_current_format, escaped); in ToJSON() 67 return escaped; in ToJSON()
|
/freebsd/usr.bin/localedef/ |
H A D | scanner.c | 59 static int escaped = 0; variable 236 escaped = 0; in reset_scanner() 512 if (escaped) { in get_symbol() 513 escaped = 0; in get_symbol() 520 escaped = 1; in get_symbol() 682 if (escaped) { in yylex() 683 escaped = 0; in yylex() 698 escaped = 1; in yylex() 717 if (escaped) { in yylex() 718 escaped = 0; in yylex() [all …]
|
/freebsd/lib/libc/resolv/ |
H A D | res_comp.c | 197 int ch, escaped = 0; in res_mailok() local 207 if (!escaped && periodchar(ch)) in res_mailok() 209 if (escaped) in res_mailok() 210 escaped = 0; in res_mailok() 212 escaped = 1; in res_mailok()
|
/freebsd/usr.sbin/cron/cron/ |
H A D | do_command.c | 176 int escaped = FALSE; in child_process() local 185 if (escaped) { in child_process() 188 escaped = FALSE; in child_process() 192 escaped = TRUE; in child_process() 427 int escaped = FALSE; in child_process() local 448 if (escaped) { in child_process() 456 if (!(escaped = (ch == '\\'))) { in child_process() 461 if (escaped) in child_process()
|
/freebsd/crypto/openssl/doc/man3/ |
H A 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/contrib/bmake/unit-tests/ |
H A D | opt-debug-errors.mk | 9 all: fail-escaped-space 21 fail-escaped-space:
|
H A D | opt-debug-errors-jobs.mk | 9 all: fail-escaped-space 18 fail-escaped-space:
|
/freebsd/tools/lua/ |
H A D | template.lua | 136 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/contrib/googletest/googletest/src/ |
H A D | gtest-port.cc | 781 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar() argument 782 if (escaped) { // "\\p" where p is pattern_char. in AtomMatchesChar() 882 bool MatchRepetitionAndRegexAtHead(bool escaped, char c, char repeat, in MatchRepetitionAndRegexAtHead() argument 898 if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) return false; in MatchRepetitionAndRegexAtHead() 915 const bool escaped = *regex == '\\'; in MatchRegexAtHead() local 916 if (escaped) ++regex; in MatchRegexAtHead() 921 return MatchRepetitionAndRegexAtHead(escaped, regex[0], regex[1], regex + 2, in MatchRegexAtHead() 927 return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && in MatchRegexAtHead()
|
H A D | gtest-internal-inl.h | 993 GTEST_API_ bool AtomMatchesChar(bool escaped, char pattern, char ch); 996 GTEST_API_ bool MatchRepetitionAndRegexAtHead(bool escaped, char ch,
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.js | 196 var escaped = cls.replace('.', '\\.').replace(':', '\\:'); 198 return '.' + escaped + ", #" + escaped;
|
/freebsd/contrib/dialog/ |
H A D | dlg_keys.c | 763 bool escaped = FALSE; in dlg_parse_bindkey() local 771 if (escaped) { in dlg_parse_bindkey() 772 escaped = FALSE; in dlg_parse_bindkey() 775 escaped = TRUE; in dlg_parse_bindkey()
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-storeutl.pod.in | 90 Special characters may be escaped by C<\> (backslash), whitespace is retained. 109 characters may be escaped by \ (backslash), no spaces are skipped.
|
/freebsd/bin/sh/tests/expansion/ |
H A D | trim2.0 | 40 # Parentheses are special in ksh, check that they can be escaped
|
H A D | trim1.0 | 52 # Parentheses are special in ksh, check that they can be escaped
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | strings.subr | 263 # f_shell_escape arg2 "aaa'aaa" # arg2=[aaa'\''aaa] (escaped s-quote) 332 # escaped structure for later evaluations. 335 # of the code passing the escaped values to eval (which also aids readability). 345 # The antithesis of f_shell_escape(), this function takes an escaped $string
|
/freebsd/stand/forth/ |
H A D | shortcuts.4th | 40 \ after they have escaped to the shell (perhaps by accident).
|
/freebsd/contrib/libxo/encoder/csv/ |
H A D | enc_csv.c | 275 static const char escaped[] = "\""; in csv_quote_flags() local 290 if (strcspn(value, escaped) != len) in csv_quote_flags()
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-internal-utils_test.cc | 748 std::string escaped = in TEST() local 760 EXPECT_TRUE(Base64Unescape(escaped, &unescaped)); in TEST()
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_http.c | 3882 char *escaped = NULL; in http_primitives() local 3885 escaped = evhttp_htmlescape("<script>"); in http_primitives() 3886 tt_assert(escaped); in http_primitives() 3887 tt_str_op(escaped, ==, "<script>"); in http_primitives() 3888 free(escaped); in http_primitives() 3890 escaped = evhttp_htmlescape("\"\'&"); in http_primitives() 3891 tt_assert(escaped); in http_primitives() 3892 tt_str_op(escaped, ==, ""'&"); in http_primitives() 3903 if (escaped) in http_primitives() 3904 free(escaped); in http_primitives()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_http.c | 3882 char *escaped = NULL; in http_primitives() local 3885 escaped = evhttp_htmlescape("<script>"); in http_primitives() 3886 tt_assert(escaped); in http_primitives() 3887 tt_str_op(escaped, ==, "<script>"); in http_primitives() 3888 free(escaped); in http_primitives() 3890 escaped = evhttp_htmlescape("\"\'&"); in http_primitives() 3891 tt_assert(escaped); in http_primitives() 3892 tt_str_op(escaped, ==, ""'&"); in http_primitives() 3903 if (escaped) in http_primitives() 3904 free(escaped); in http_primitives()
|
/freebsd/usr.sbin/syslogd/ |
H A D | syslogd.c | 2722 int escaped; in prop_filter_compile() local 2818 escaped = 0; in prop_filter_compile() 2821 if (*p == '\\' && !escaped) { in prop_filter_compile() 2822 escaped = 1; in prop_filter_compile() 2826 if (*p == '"' && !escaped) { in prop_filter_compile() 2835 escaped = 0; in prop_filter_compile()
|
/freebsd/sys/kern/ |
H A D | kern_sysctl.c | 879 char *escaped; in sysctl_add_oid() 884 escaped = sysctl_escape_name(name); in sysctl_add_oid() 887 oidp = sysctl_find_oidname(escaped, parent); in sysctl_add_oid() 889 free(escaped, M_SYSCTLOID); in sysctl_add_oid() 908 oidp->oid_name = escaped; in sysctl_add_oid() 881 char *escaped; sysctl_add_oid() local
|