HomeSort by relevance Sort by last modified time
    Searched defs:esc (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/curl/tests/unit/
unit1605.c 39 char *esc; variable
41 esc = curl_easy_escape(easy, "", -1);
42 fail_unless(esc == NULL, "negative string length can't work");
44 esc = curl_easy_unescape(easy, "%41%41%41%41", -1, &len);
45 fail_unless(esc == NULL, "negative string length can't work");
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fparseln.c 75 * that starts in *sp, is escaped by the escape character esc.
78 isescaped(const char *sp, const char *p, int esc)
87 if (esc == '\0')
91 for (ne = 0, cp = p; --cp >= sp && *cp == esc; ne++)
113 char esc, con, nl, com; local
128 esc = str[0];
150 if (*cp == com && !isescaped(ptr, cp, esc)) {
167 if (*cp == con && !isescaped(ptr, cp, esc)) {
190 if ((flags & FPARSELN_UNESCALL) != 0 && esc && buf != NULL &&
191 strchr(buf, esc) != NULL) {
    [all...]
  /external/clang/docs/tools/
dump_ast_matchers.py 34 def esc(text): function
112 'result': esc('Matcher<%s>' % result_type),
114 'args': esc(args),
115 'comment': esc(strip_doxygen(comment)),
127 narrowing_matchers[result_type + name + esc(args)] = matcher_html
129 traversal_matchers[result_type + name + esc(args)] = matcher_html
  /system/core/libsysutils/src/
FrameworkListener.cpp 105 bool esc = false; local
113 if (esc) {
117 esc = false;
119 esc = true;
122 } else if (esc) {
136 esc = false;
  /external/icu/icu4c/source/i18n/
rbt_set.cpp 123 UnicodeString esc; local
124 _escape(buf, esc);
125 CharString cbuf(esc);
  /toolchain/binutils/binutils-2.25/gas/
dw2gencfi.h 90 struct cfi_escape_data *esc; member in union:cfi_insn_data::__anon115825
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 1100 CSEldSpecificConfig *esc = &asc->m_sc.m_eldSpecificConfig; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
esc.go 161 // First escfunc, esc and escassign recurse over the ast of each
340 n.Esc = EscNone // until proven otherwise
360 // Node.esc encoding = | escapeReturnEncoding:(width-4) | contentEscapes:1 | escEnum:3
479 n.Esc = EscFuncPlanned
496 escapes[i] = n.Esc
504 if n.Esc != escapes[i] {
509 escapes[i] = n.Esc
527 if n.Esc == EscNone {
540 if fn.Esc != EscFuncPlanned {
543 fn.Esc = EscFuncStarte
647 func (e *EscState) esc(n *Node, parent *Node) { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
esc.go 161 // First escfunc, esc and escassign recurse over the ast of each
340 n.Esc = EscNone // until proven otherwise
360 // Node.esc encoding = | escapeReturnEncoding:(width-4) | contentEscapes:1 | escEnum:3
479 n.Esc = EscFuncPlanned
496 escapes[i] = n.Esc
504 if n.Esc != escapes[i] {
509 escapes[i] = n.Esc
527 if n.Esc == EscNone {
540 if fn.Esc != EscFuncPlanned {
543 fn.Esc = EscFuncStarte
647 func (e *EscState) esc(n *Node, parent *Node) { func
    [all...]
  /external/bison/lib/
quotearg.c 346 unsigned char esc; local
426 case '\a': esc = 'a'; goto c_escape;
427 case '\b': esc = 'b'; goto c_escape;
428 case '\f': esc = 'f'; goto c_escape;
429 case '\n': esc = 'n'; goto c_and_shell_escape;
430 case '\r': esc = 'r'; goto c_and_shell_escape;
431 case '\t': esc = 't'; goto c_and_shell_escape;
432 case '\v': esc = 'v'; goto c_escape;
433 case '\\': esc = c;
447 c = esc;
    [all...]
  /external/wpa_supplicant_8/src/utils/
edit.c 648 /* ESC-[<param1>;<param2><last> */
702 /* ESC-O<param1>;<param2><last> */
763 static int esc = -1; local
774 if (esc >= 0) {
775 if (c == 27 /* ESC */) {
776 esc = 0;
780 if (esc == 6) {
782 esc = -1;
784 esc_buf[esc++] = c;
785 esc_buf[esc] = '\0'
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
oniguruma.h 142 OnigCodePoint esc; member in struct:__anon9230
    [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.jar 
  /external/abi-compliance-checker/
abi-compliance-checker.pl 15542 sub esc($) subroutine
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 1116 "\033": "#\\esc",
1159 "esc": "\033",
1158 "sub": "\\032", property in class:sc_Char.readable2char
    [all...]
  /toolchain/binutils/binutils-2.25/include/
hp-symtab.h 1516 esc; member in union:__anon116167
    [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-xml-3.3.jar 
  /prebuilts/tools/common/asm-tools/
asm-xml-4.0.jar 
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c 32023 Escape esc = ESC_NONE; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.4/
jarjar-1.4.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /external/jacoco/
asm-debug-all-5.0.1.jar 

Completed in 457 milliseconds

1 2 3