Home
last modified time | relevance | path

Searched refs:esc (Results 1 – 20 of 20) sorted by relevance

/external/clearsilver/util/
Dneo_str.h89 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);
Dneo_str.c422 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/
Dquotearg.c268 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/
Dneo_cgi.c344 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/
Dcgi.h315 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);
Dhtml.c111 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()
Dcgi.c267 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/
Dtxt_db.c75 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/
Dscrollview.cpp536 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/
Drbt_set.cpp120 UnicodeString esc; in _debugOut() local
121 _escape(buf, esc); in _debugOut()
122 CharString cbuf(esc); in _debugOut()
/external/jpeg/
Dmaktjpeg.st6 ; and Guido Vollbeding (guivol@esc.de).
Dmakcjpeg.st6 ; and Guido Vollbeding (guivol@esc.de).
Dmakdjpeg.st6 ; and Guido Vollbeding (guivol@esc.de).
Dmakljpeg.st6 ; and Guido Vollbeding (guivol@esc.de).
/external/webkit/WebKitTools/DumpRenderTree/mac/
DFrameLoadDelegate.mm261 EventSendingController *esc = [[EventSendingController alloc] init];
262 [obj setValue:esc forKey:@"eventSender"];
263 [esc release];
/external/ppp/pppd/
Deap.c187 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/
Des.po335 "entidad, escápela como &"
/external/icu4c/test/testdata/
Dregextst.txt819 "[abcd-\s]+" E "xyz<0>abcd --</0>xyz" # set-lit-dash-esc
/external/sqlite/dist/
Dsqlite3.c57846 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/
DChangeLog-2009-06-1695951 …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.