/external/clearsilver/util/ |
D | neo_str.h | 89 char **esc); 98 char **esc); 102 NEOERR *neos_url_escape (const char *in, char **esc, 105 NEOERR *neos_js_escape (const char *in, char **esc); 110 NEOERR *neos_url_validate (const char *in, char **esc);
|
D | neo_str.c | 422 char **esc) in neos_escape() argument 493 *esc = s; in neos_escape() 617 NEOERR *neos_js_escape (const char *in, char **esc) in neos_js_escape() argument 661 *esc = (char *)s; in neos_js_escape() 666 NEOERR *neos_url_escape (const char *in, char **esc, in neos_url_escape() argument 748 *esc = (char *)s; in neos_url_escape() 806 NEOERR *neos_url_validate (const char *in, char **esc) in neos_url_validate() argument 855 return neos_html_escape(in, inlen, esc); in neos_url_validate() 862 *esc = out_s.buf; in neos_url_validate() 869 char **esc) in neos_var_escape() argument [all …]
|
/external/bison/lib/ |
D | quotearg.c | 268 unsigned char esc; in quotearg_buffer_restyled() local 321 case '\a': esc = 'a'; goto c_escape; in quotearg_buffer_restyled() 322 case '\b': esc = 'b'; goto c_escape; in quotearg_buffer_restyled() 323 case '\f': esc = 'f'; goto c_escape; in quotearg_buffer_restyled() 324 case '\n': esc = 'n'; goto c_and_shell_escape; in quotearg_buffer_restyled() 325 case '\r': esc = 'r'; goto c_and_shell_escape; in quotearg_buffer_restyled() 326 case '\t': esc = 't'; goto c_and_shell_escape; in quotearg_buffer_restyled() 327 case '\v': esc = 'v'; goto c_escape; in quotearg_buffer_restyled() 328 case '\\': esc = c; goto c_and_shell_escape; in quotearg_buffer_restyled() 336 c = esc; in quotearg_buffer_restyled()
|
/external/clearsilver/python/ |
D | neo_cgi.c | 344 char *s, *esc, *o = NULL; in p_cgi_url_escape() local 351 err = cgi_url_escape_more (s, &esc, o); in p_cgi_url_escape() 353 rv = Py_BuildValue ("s", esc); in p_cgi_url_escape() 354 free (esc); in p_cgi_url_escape() 377 char *s, *esc; in p_html_escape() local 385 err = html_escape_alloc (s, len, &esc); in p_html_escape() 387 rv = Py_BuildValue ("s", esc); in p_html_escape() 388 free (esc); in p_html_escape() 394 char *s, *esc; in p_html_strip() local 402 err = html_strip_alloc (s, len, &esc); in p_html_strip() [all …]
|
/external/clearsilver/cgi/ |
D | cgi.h | 315 NEOERR *cgi_url_escape (const char *buf, char **esc); 329 NEOERR *cgi_url_escape_more (const char *buf, char **esc, const char *other); 343 NEOERR *cgi_url_validate (const char *buf, char **esc); 474 NEOERR *cgi_js_escape (const char *buf, char **esc);
|
D | html.c | 111 char *ptr, *esc; in split_and_convert() local 443 strlen(opts->link_name), &esc); in split_and_convert() 445 err = html_escape_alloc((src + x), parts[i].end - x - suffix, &esc); in split_and_convert() 448 err = string_append (out, esc); in split_and_convert() 449 free(esc); in split_and_convert() 472 err = html_escape_alloc(src + x, parts[i].end - x, &esc); in split_and_convert() 474 err = string_append (out, esc); in split_and_convert() 475 free(esc); in split_and_convert()
|
D | cgi.c | 267 NEOERR *cgi_js_escape (const char *in, char **esc) in cgi_js_escape() argument 269 return nerr_pass(neos_js_escape(in, esc)); in cgi_js_escape() 272 NEOERR *cgi_url_escape (const char *buf, char **esc) in cgi_url_escape() argument 274 return nerr_pass(neos_url_escape(buf, esc, NULL)); in cgi_url_escape() 277 NEOERR *cgi_url_escape_more (const char *in, char **esc, in cgi_url_escape_more() argument 280 return nerr_pass(neos_url_escape(in, esc, other)); in cgi_url_escape_more() 283 NEOERR *cgi_url_validate (const char *buf, char **esc) in cgi_url_validate() argument 285 return nerr_pass(neos_url_validate(buf, esc)); in cgi_url_validate()
|
/external/openssl/crypto/txt_db/ |
D | txt_db.c | 75 int esc=0; in TXT_DB_read() local 135 esc=0; in TXT_DB_read() 141 if (esc) in TXT_DB_read() 152 esc=(*f == '\\'); in TXT_DB_read()
|
/external/tesseract/viewer/ |
D | scrollview.cpp | 536 char* esc = AddEscapeChars(form); in AddMessage() local 537 SendMsg("addMessage(\"%s\")", esc); in AddMessage() 538 delete[] esc; in AddMessage() 657 char* esc = AddEscapeChars(value); in PopupItem() local 660 cmdEvent, esc, esc2); in PopupItem() 661 delete[] esc; in PopupItem()
|
/external/icu4c/i18n/ |
D | rbt_set.cpp | 120 UnicodeString esc; in _debugOut() local 121 _escape(buf, esc); in _debugOut() 122 CharString cbuf(esc); in _debugOut()
|
/external/jpeg/ |
D | maktjpeg.st | 6 ; and Guido Vollbeding (guivol@esc.de).
|
D | makcjpeg.st | 6 ; and Guido Vollbeding (guivol@esc.de).
|
D | makdjpeg.st | 6 ; and Guido Vollbeding (guivol@esc.de).
|
D | makljpeg.st | 6 ; and Guido Vollbeding (guivol@esc.de).
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
D | FrameLoadDelegate.mm | 261 EventSendingController *esc = [[EventSendingController alloc] init]; 262 [obj setValue:esc forKey:@"eventSender"]; 263 [esc release];
|
/external/ppp/pppd/ |
D | eap.c | 187 eap_state_name(esc) in eap_state_name() argument 188 enum eap_state_code esc; in eap_state_name() 192 return (state_names[(int)esc]);
|
/external/bluetooth/glib/po/ |
D | es.po | 335 "entidad, escápela como &"
|
/external/icu4c/test/testdata/ |
D | regextst.txt | 819 "[abcd-\s]+" E "xyz<0>abcd --</0>xyz" # set-lit-dash-esc
|
/external/sqlite/dist/ |
D | sqlite3.c | 57846 const int esc /* The escape character */ in patternCompare() argument 57867 }else if( c==esc ){ in patternCompare() 57873 assert( esc==0 ); /* This is GLOB, not LIKE */ in patternCompare() 57875 while( *zString && patternCompare(&zPattern[-1],zString,pInfo,esc)==0 ){ in patternCompare() 57894 if( patternCompare(zPattern,zString,pInfo,esc) ) return 1; in patternCompare() 57903 assert( esc==0 ); /* This only occurs for GLOB, not LIKE */ in patternCompare() 57933 }else if( esc==c && !prevEscape ){ in patternCompare()
|
/external/webkit/WebCore/ |
D | ChangeLog-2009-06-16 | 95951 …on from rdar://6102511 , we should disable every key event (except for the esc key which stops the… 95956 This patch matches FF3 behavior by disabling every key but the esc key.
|