Home
last modified time | relevance | path

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

1234

/freebsd/lib/libc/nameser/
H A Dns_samedomain.c51 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 Dns_name.c218 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 DOptionValueFormatEntity.cpp57 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 Dscanner.c59 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 Dres_comp.c197 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 Ddo_command.c176 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 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/contrib/bmake/unit-tests/
H A Dopt-debug-errors.mk9 all: fail-escaped-space
21 fail-escaped-space:
H A Dopt-debug-errors-jobs.mk9 all: fail-escaped-space
18 fail-escaped-space:
/freebsd/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/contrib/googletest/googletest/src/
H A Dgtest-port.cc781 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 Dgtest-internal-inl.h993 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 DHTMLLogger.js196 var escaped = cls.replace('.', '\\.').replace(':', '\\:');
198 return '.' + escaped + ", #" + escaped;
/freebsd/contrib/dialog/
H A Ddlg_keys.c763 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 Dopenssl-storeutl.pod.in90 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 Dtrim2.040 # Parentheses are special in ksh, check that they can be escaped
H A Dtrim1.052 # Parentheses are special in ksh, check that they can be escaped
/freebsd/usr.sbin/bsdconfig/share/
H A Dstrings.subr263 # 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 Dshortcuts.4th40 \ after they have escaped to the shell (perhaps by accident).
/freebsd/contrib/libxo/encoder/csv/
H A Denc_csv.c275 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 Dgmock-internal-utils_test.cc748 std::string escaped = in TEST() local
760 EXPECT_TRUE(Base64Unescape(escaped, &unescaped)); in TEST()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c3882 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, ==, "&lt;script&gt;"); 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, ==, "&quot;&#039;&amp;"); in http_primitives()
3903 if (escaped) in http_primitives()
3904 free(escaped); in http_primitives()
/freebsd/contrib/libevent/test/
H A Dregress_http.c3882 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, ==, "&lt;script&gt;"); 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, ==, "&quot;&#039;&amp;"); in http_primitives()
3903 if (escaped) in http_primitives()
3904 free(escaped); in http_primitives()
/freebsd/usr.sbin/syslogd/
H A Dsyslogd.c2722 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 Dkern_sysctl.c879 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

1234