Home
last modified time | relevance | path

Searched refs:escape (Results 1 – 25 of 183) sorted by relevance

12345678

/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_readword.c56 int ch, escape, quote; in openpam_readword() local
62 escape = quote = 0; in openpam_readword()
66 if (!escape) in openpam_readword()
70 escape = 0; in openpam_readword()
71 } else if (escape) { in openpam_readword()
81 escape = 1; in openpam_readword()
97 escape = ch; in openpam_readword()
104 } else if (ch == quote && !escape) { in openpam_readword()
107 } else if (ch == '\n' && escape) { in openpam_readword()
109 escape = 0; in openpam_readword()
[all …]
/freebsd/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c101 #define GL(escape) ((escape)->left) argument
102 #define GR(escape) ((escape)->right) argument
103 #define SET(escape) ((escape)->set) argument
104 #define ESC(escape) ((escape)->ch) argument
105 #define INIT(escape) (TAILQ_FIRST(SET(escape))) argument
117 return (escape); in find_escape()
498 free(escape); in _citrus_HZ_encoding_module_uninit()
504 free(escape); in _citrus_HZ_encoding_module_uninit()
552 graphic->escape = escape; in _citrus_HZ_parse_graphic()
601 escape = calloc(1, sizeof(*escape)); in _citrus_HZ_parse_escape()
[all …]
/freebsd/contrib/libucl/tests/basic/
H A Dload.in4 .load(try=false, multiline=false, trim=false, escape=false, key="key1", target="string", priority=1…
5 .load(try=false, multiline=true, trim=false, escape=false, key="key2", target="string", priority=1)…
6 .load(try=false, multiline=true, trim=true, escape=false, key="key3", target="string", priority=1) …
7 .load(try=false, multiline=true, trim=true, escape=true, key="key4", target="string", priority=1) "…
8 .load(try=false, multiline=false, trim=true, escape=false, key="key5", target="string", priority=1)…
9 .load(try=false, multiline=false, trim=false, escape=true, key="key6", target="string", priority=1)…
10 .load(try=false, multiline=false, trim=true, escape=true, key="key7", target="string", priority=1) …
11 .load(try=false, multiline=false, trim=false, escape=false, key="key8", target="int", priority=1) "…
12 .load(try=false, multiline=false, trim=false, escape=false, key="key9", target="int", priority=4) "…
13 .load(try=true, multiline=false, trim=false, escape=false, key="key10", target="string", priority=1…
/freebsd/crypto/openssh/openbsd-compat/
H A Dfnmatch.c153 const int escape = !(flags & FNM_NOESCAPE); in fnmatch_ch() local
179 if (escape && (**pattern == '\\')) { in fnmatch_ch()
213 *pattern += (escape && ((*pattern)[2] == '\\')) ? 3 : 2; in fnmatch_ch()
264 } else if (escape && (**pattern == '\\') && (*pattern)[1]) { in fnmatch_ch()
292 const int escape = !(flags & FNM_NOESCAPE); in fnmatch() local
312 if (slash && escape && (*pattern == '\\') && (pattern[1] == '/')) in fnmatch()
356 (escape && (*pattern == '\\') && (pattern[1] == '/')))) in fnmatch()
386 (escape && (*matchptr == '\\') && in fnmatch()
426 if (escape && (*matchptr == '\\') && in fnmatch()
446 (*pattern == '/') || (escape && in fnmatch()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp27 std::string escape(StringRef Str, const CoverageViewOptions &Opts) { in escape() function
306 << escape(PathToStyle, Opts) << "'>"; in emitPrelude()
422 std::string LinkText = escape(LinkTextStr, Opts); in buildLinkToFile()
424 escape(getOutputPath(SF, "html", /*InToplevel=*/false), Opts); in buildLinkToFile()
443 OSRef << tag(ProjectTitleTag, escape(Opts.ProjectTitle, Opts)); in emitReportHeader()
525 OSRef << tag("h5", escape(Opts.getLLVMVersionString(), Opts)); in createIndexFile()
678 auto LinkText = escape(LinkTextStr, Options); in buildRelLinkToFile()
679 auto LinkTarget = escape(LinkTargetStr, Options); in buildRelLinkToFile()
786 Snippets[I] = escape(Snippets[I], getOptions()); in renderLine()
1046 OS << tag(ReportTitleTag, escape(Title, getOptions())); in renderTitle()
[all …]
/freebsd/usr.bin/dc/
H A Dinout.c267 bool escape; in read_string() local
269 escape = false; in read_string()
276 if (!escape) { in read_string()
284 if (ch == '\\' && !escape) in read_string()
285 escape = true; in read_string()
287 escape = false; in read_string()
/freebsd/contrib/kyua/utils/format/
H A Dformatter_test.cpp127 ATF_TEST_CASE_WITHOUT_HEAD(escape);
128 ATF_TEST_CASE_BODY(escape) in ATF_TEST_CASE_BODY() argument
255 ATF_ADD_TEST_CASE(tcs, escape); in ATF_INIT_TEST_CASES()
/freebsd/stand/lua/
H A Dcolor.lua88 function color.escape(fg_color, bg_color, attribute) function
105 return color.escape(color.DEFAULT, color.DEFAULT)
/freebsd/usr.bin/mail/
H A Dcollect.c70 int lc, cc, escape, eofcount, fd, c, t; in collect() local
123 escape = *cp; in collect()
125 escape = ESCAPE; in collect()
169 if (linebuf[0] != escape || value("interactive") == NULL || in collect()
182 if (c == escape) { in collect()
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dbrcm,bcm2835-dsi0.yaml37 - const: escape
79 clock-names = "phy", "escape", "pixel";
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-loop.mk226 all: escape-modifier
227 escape-modifier: .PHONY
H A Dvarmod.exp1 make: "varmod.mk" line 101: To escape a dollar, use \$, not $$, at "$$:L} != """
/freebsd/usr.bin/printf/
H A Dprintf.c73 static int escape(char *, int, size_t *);
137 escape(fmt, 1, &len); /* backslash interpretation */ in main()
369 getout = escape(p, 0, &len); in printf_doformat()
460 escape(char *fmt, int percent, size_t *len) in escape() function
/freebsd/lib/libiconv_modules/VIQR/
H A Dcitrus_viqr.c263 int ch, escape; in _citrus_VIQR_mbrtowc_priv() local
274 for (escape = 0;;) { in _citrus_VIQR_mbrtowc_priv()
287 escape = 1; in _citrus_VIQR_mbrtowc_priv()
290 if (escape != 0) in _citrus_VIQR_mbrtowc_priv()
/freebsd/bin/sh/tests/parser/
H A Ddollar-quote13.02 # This Unicode escape sequence that has never been in range should either
/freebsd/contrib/sendmail/doc/op/
H A DREADME5 Unknown escape sequence in input: 33, 133
/freebsd/contrib/netbsd-tests/usr.bin/make/
H A Dt_make.sh37 escape) atf_expect_fail "see PR toolchain/49085";;
/freebsd/usr.bin/tip/tip/
H A Dtip.c50 static int escape(void);
395 gch = escape(); in tipin()
434 escape(void) in escape() function
/freebsd/lib/libc/resolv/
H A Dres_mkupdate.c772 int escape = 0; in getstr_str() local
786 if (!escape) { in getstr_str()
787 escape = 1; in getstr_str()
795 if (!escape) { in getstr_str()
804 if (escape) { in getstr_str()
826 escape = 0; in getstr_str()
/freebsd/usr.sbin/sysrc/
H A Dsysrc517 escape "$SERVICE" _SERVICE
522 escape "$RC_CONFS" _RC_CONFS
527 escape "$arg" arg
/freebsd/usr.bin/hexdump/
H A Dhexdump.h95 void escape(char *);
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DRegex.h106 static std::string escape(StringRef String);
/freebsd/sys/conf/
H A Dstd.debug17 options ALT_BREAK_TO_DEBUGGER # Enter debugger on keyboard escape sequence
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td26 InGroup<DiagGroup<"backslash-newline-escape">>;
140 "%select{delimited|named}0 escape sequences are a "
142 InGroup<DiagGroup<"delimited-escape-sequence-extension">>;
145 "%select{delimited|named}0 escape sequences are "
150 "delimited escape sequence cannot be empty">;
152 "expected '{' after '\\%0' escape sequence">;
154 "invalid digit '%0' in escape sequence">;
217 "use of non-standard escape character '\\%0'">;
218 def ext_unknown_escape : ExtWarn<"unknown escape sequence '\\%0'">,
219 InGroup<DiagGroup<"unknown-escape-sequence">>;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Dnwl-dsi.yaml43 - description: RX_ESC clock (used in escape mode)
44 - description: TX_ESC clock (used in escape mode)

12345678