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

1 2

  /src/external/apache2/llvm/dist/clang/tools/diag-build/
diag-build.sh 90 escape () { function
94 escCC=$(escape $CC)
95 escCXX=$(escape $CXX)
  /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])
report.py 464 return escape('bt_' + smash('bug_category') + '_' + smash('bug_type'))
501 encode_value(bug, 'bug_file', lambda x: escape(chop(prefix, x)))
502 encode_value(bug, 'bug_category', escape)
503 encode_value(bug, 'bug_type', escape)
504 encode_value(bug, 'report_file', lambda x: escape(chop(output_dir, x)))
514 encode_value(crash, 'source', lambda x: escape(chop(prefix, x)))
515 encode_value(crash, 'problem', escape)
516 encode_value(crash, 'file', lambda x: escape(chop(output_dir, x)))
517 encode_value(crash, 'info', lambda x: escape(chop(output_dir, x)))
518 encode_value(crash, 'stderr', lambda x: escape(chop(output_dir, x))
546 def escape(text): function
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/cname_dname_negcache/
common.py 13 from re import escape namespace
43 soa = Re(rf"(?<![\w.]){escape(name1)}.*IN\s+SOA\s+ns\.test\.\s+op\.ns\.test\.")
  /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/external/gpl3/gdb.old/dist/include/vms/
dcx.h 43 unsigned char escape; member in struct:vms_dcxsbm
  /src/external/ibm-public/postfix/dist/src/util/
unescape.c 7 /* translate C-like escape sequences
15 /* VSTRING *escape(result, input, len)
20 /* unescape() translates C-like escape sequences in the null-terminated
24 /* escape() does the reverse transformation.
26 /* Escape sequences and their translations:
69 /* unescape - process escape sequences */
133 /* escape - reverse transformation */
135 VSTRING *escape(VSTRING *result, const char *data, ssize_t len) function
191 msg_fatal("usage: %s [-e (escape)]", argv[0]);
201 escape(out, vstring_str(in), VSTRING_LEN(in))
    [all...]
  /src/external/gpl3/gdb/dist/include/vms/
dcx.h 43 unsigned char escape; member in struct:vms_dcxsbm
  /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/external/apache2/llvm/dist/llvm/lib/Support/
Regex.cpp 150 // Skip to the next escape.
219 std::string Regex::escape(StringRef String) { function in class:Regex
  /src/external/bsd/openldap/dist/libraries/libldap/
search.c 450 static char escape[128] = { variable
471 #define NEEDFLTESCAPE(c) ((c) & 0x80 || escape[ (unsigned)(c) ])
517 /* assume we'll escape everything */
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...]
url.c 454 int escape = 0; local
459 escape = 1;
464 escape = 1;
470 escape = 1;
497 escape = 1;
502 if ( escape ) {
807 /* allocate enough to hex escape everything -- overkill */
  /src/sbin/veriexecctl/
veriexecctl.c 152 escape(const char *s) function
196 file = escape(dict_gets(entry, "file"));
  /src/sys/altq/
altq_flowvalve.h 91 u_int escape; /* # of fves escaped */ member in struct:flowvalve::__anon854
  /src/usr.bin/hexdump/
parse.c 158 escape(tfu->fmt);
479 escape(char *p1) function
483 /* alphabetic escape sequences have to be done in place */
494 return; /* incomplete escape sequence */
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_overlay.c 75 struct vmw_escape_header escape; member in struct:vmw_escape_video_flush
90 fill_escape(&cmd->escape, sizeof(cmd->flush));
113 struct vmw_escape_header escape; member in struct:__anon5861
141 fill_escape(&cmds->escape, sizeof(*items) * (num_items + 1));
195 struct vmw_escape_header escape; member in struct:__anon5864
214 fill_escape(&cmds->escape, sizeof(cmds->body));
  /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/mail/
collect.c 383 int volatile escape; local
431 escape = *cp;
433 escape = ESCAPE;
480 if (linebuf[0] != escape || value(ENAME_INTERACTIVE) == NULL ||
490 * On double escape, just send the single one.
493 if (c == escape) {
499 (void)printf("Unknown tilde escape.\n");
514 * Shell escape, send the balance of the
522 * Escape to command mode, but be nice
    [all...]
  /src/usr.sbin/veriexecgen/
veriexecgen.c 344 escape(const char *s) function
414 file = escape(file);
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPUrl.cpp 426 bool escape=false; local
431 escape = true;
435 escape = true;
437 escape = false;
443 escape = true;
445 escape = false;
467 escape = false;
471 escape = false;
473 escape = true;
477 if ( escape ) {
    [all...]
  /src/sys/fs/cd9660/
iso.h 115 char escape [ISODCL ( 89, 120)]; member in struct:iso_supplementary_descriptor
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
TestRunner.py 1047 to_bytes("(%s)(.*)\n" % ("|".join(re.escape(k) for k in keywords),)))
1187 def escape(ln): function in function:applySubstitutions
1205 ln = _caching_re_compile(a).sub(str(b), escape(ln))

Completed in 51 milliseconds

1 2