HomeSort by: relevance | last modified time | path
    Searched refs:escape (Results 1 - 25 of 153) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/bsd/openldap/dist/tests/data/
rewrite.conf 8 rewriteMap escape dn2filter unescapedn escape2filter
11 rewriteMap escape dn2dnfilter escape2filter
14 rewriteMap escape fitler2dn unescapefilter escape2dn
  /src/external/bsd/openpam/dist/lib/libpam/
openpam_readword.c 61 int ch, escape, quote; local
67 escape = quote = 0;
71 if (!escape)
75 escape = 0;
76 } else if (escape) {
86 escape = 1;
99 while ((ch = fgetc(f)) != EOF && (!is_ws(ch) || quote || escape)) {
100 if (ch == '\\' && !escape && quote != '\'') {
101 /* escape next character */
102 escape = ch
    [all...]
  /src/external/gpl3/binutils/dist/include/vms/
dcx.h 43 unsigned char escape; member in struct:vms_dcxsbm
  /src/external/gpl3/binutils.old/dist/include/vms/
dcx.h 43 unsigned char escape; member in struct:vms_dcxsbm
  /src/lib/libc/citrus/modules/
citrus_hz.c 89 escape_t *escape; member in struct:__anon264
100 #define GL(escape) ((escape)->left)
101 #define GR(escape) ((escape)->right)
102 #define SET(escape) ((escape)->set)
103 #define ESC(escape) ((escape)->ch)
104 #define INIT(escape) (TAILQ_FIRST(SET(escape))
109 escape_t *escape; local
544 escape_t *escape; local
548 TAILQ_REMOVE(E0SET(ei), escape, entry); local
554 TAILQ_REMOVE(E1SET(ei), escape, entry); local
565 escape_t *escape; local
587 escape_t *escape; local
660 escape_t *escape; local
674 TAILQ_INSERT_TAIL(E0SET(ei), escape, entry); local
677 TAILQ_INSERT_TAIL(E1SET(ei), escape, entry); local
    [all...]
  /src/usr.bin/make/unit-tests/
directive-for-escape.exp 4 make: directive-for-escape.mk:21: Unclosed expression, expecting "}" for modifier "U!""
6 in .for loop from directive-for-escape.mk:20 with chars = !"#$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~
7 make: directive-for-escape.mk:21: !"
11 make: directive-for-escape.mk:33: Unclosed expression, expecting "}" for modifier "U!"\\\\"
13 in .for loop from directive-for-escape.mk:32 with chars = !"\\#$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~
14 make: directive-for-escape.mk:33: !"\\
18 make: directive-for-escape.mk:57: $
21 make: directive-for-escape.mk:57: value
24 make: directive-for-escape.mk:57: value-with-modifier
27 make: directive-for-escape.mk:57: valu
    [all...]
char-005c-reverse-solidus.mk 13 # TODO: escape '#' in lines
14 # TODO: escape '#' in comments
15 # TODO: escape ':' in modifiers
16 # TODO: escape any character in condition strings
78 # serves to escape the ":" that is otherwise used to separate the modifiers.
varmod-match-escape.exp 33 make: varmod-match-escape.mk:43: warning: XXX: Oops
36 make: varmod-match-escape.mk:63: Unfinished backslash at the end in pattern "\" of modifier ":M"
38 make: varmod-match-escape.mk:71: Dollar followed by nothing
40 make: varmod-match-escape.mk:71: Unfinished backslash at the end in pattern "\" of modifier ":M"
42 make: varmod-match-escape.mk:112: Unfinished character list in pattern "[A-]" of modifier ":M"
44 in .for loop from varmod-match-escape.mk:109 with pattern = [A-]
45 make: varmod-match-escape.mk:112: Unfinished character list in pattern "[^A-]" of modifier ":M"
47 in .for loop from varmod-match-escape.mk:109 with pattern = [^A-]
  /src/external/gpl3/gcc.old/dist/gcc/
escaped_string.h 27 in which contains escape sequences instead. */
35 void escape (const char *);
  /src/external/apache2/llvm/dist/clang/tools/diag-build/
diag-build.sh 90 escape () { function
94 escCC=$(escape $CC)
95 escCXX=$(escape $CXX)
  /src/sys/arch/atari/dev/
ite.c 1383 if (sc->escape)
1385 switch (sc->escape)
1394 sc->escape = 0;
1399 sc->escape = 0;
1404 sc->escape = 0;
1409 sc->escape = 0;
1414 sc->escape = 0;
1419 sc->escape = 0;
1424 sc->escape = 0;
1429 sc->escape = 0
    [all...]
  /src/sys/arch/amiga/dev/
ite.c 1345 if (ip->escape) {
1346 switch (ip->escape) {
1355 ip->escape = 0;
1363 ip->escape = 0;
1367 ip->escape = 0;
1371 ip->escape = 0;
1375 ip->escape = 0;
1379 ip->escape = 0;
1383 ip->escape = 0;
1387 ip->escape = 0
    [all...]
  /src/sys/arch/x68k/dev/
ite.c 1218 if (ip->escape == 0)
1226 if (ip->escape == 0)
1238 if ((c >= 0x20 && ip->escape != 0) || ip->escape == DCS) {
1240 if (c >= 0x20 && ip->escape != 0) {
1242 switch (ip->escape) {
1253 ip->escape = 0;
1263 ip->escape = 0;
1269 ip->escape = 0;
1275 ip->escape = 0
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
shell.py 43 def escape(word): function in function:encode
51 return " ".join([escape(arg) for arg in command])
  /src/sys/arch/x68k/x68k/
kgdb_stub.c 134 int escape, len; local
138 csum = len = escape = 0;
145 escape = 1;
149 if (escape)
154 if (escape)
159 if (escape)
168 csum = len = escape = 0;
181 escape = 0;
190 escape = 0;
  /src/external/gpl3/gcc.old/dist/gcc/config/rx/
linux.h 207 int escape; \
209 switch (escape = ESCAPES[ch]) \
219 putc (escape, (FILE)); \
  /src/external/bsd/openldap/dist/libraries/libldap/
filter.c 157 int balance, escape; local
160 escape = 0;
162 if ( !escape ) {
170 escape = ( *s == '\\' && !escape );
247 /* escape */
251 /* escape at end of string */
256 /* LDAPv3 escape */
266 /* LDAPv2 escape */
275 /* illegal escape */
335 int parens, balance, escape; local
781 int parens, balance, escape; local
    [all...]
  /src/sys/altq/
altq_flowvalve.h 91 u_int escape; /* # of fves escaped */ member in struct:flowvalve::__anon854
  /src/tests/usr.bin/make/
t_make.sh 37 escape) atf_expect_fail "see PR toolchain/49085";;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
SourceCoverageViewHTML.cpp 26 std::string escape(StringRef Str, const CoverageViewOptions &Opts) { function in namespace:__anon3321
270 << escape(PathToStyle, Opts) << "'>";
327 std::string LinkText = escape(LinkTextStr, Opts);
329 escape(getOutputPath(SF, "html", /*InToplevel=*/false), Opts);
417 OSRef << tag(ProjectTitleTag, escape(Opts.ProjectTitle, Opts));
420 OSRef << tag(CreatedTimeTag, escape(Opts.CreatedTimeStr, Opts));
462 OSRef << tag("h5", escape(Opts.getLLVMVersionString(), Opts));
477 OS << BeginSourceNameDiv << tag("pre", escape(getSourceName(), getOptions()))
527 // 2. Escape all of the snippets.
530 Snippets[I] = escape(Snippets[I], getOptions())
    [all...]
  /src/external/bsd/kyua-cli/dist/utils/format/
formatter_test.cpp 127 ATF_TEST_CASE_WITHOUT_HEAD(escape); variable
128 ATF_TEST_CASE_BODY(escape)
255 ATF_ADD_TEST_CASE(tcs, escape);
  /src/usr.bin/dc/
inout.c 239 bool escape; local
241 escape = false;
248 if (!escape) {
256 if (ch == '\\' && !escape)
257 escape = true;
259 escape = false;
  /src/usr.bin/hexdump/
hexdump.h 89 void escape(char *);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Regex.h 105 static std::string escape(StringRef String);
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-csharp-3 26 // Octal escape sequences are not recognized, except for \0.
28 // Escape sequences in strings.
38 // In verbatim string literals, no escape sequences are recognized.
117 #. Octal escape sequences are not recognized, except for \0.
122 #. Escape sequences in strings.
146 #. In verbatim string literals, no escape sequences are recognized.

Completed in 54 milliseconds

1 2 3 4 5 6 7