Home
last modified time | relevance | path

Searched refs:read_string (Results 1 – 5 of 5) sorted by relevance

/external/zlib/contrib/iostream2/
Dzstream_test.cpp14 char *x = read_string(in), *y = new char[256], z[256]; in main()
Dzstream.h145 inline char* read_string(izstream& zs) { in read_string() function
/external/linux-tools-perf/util/
Dtrace-event-read.c124 static char *read_string(void) in read_string() function
272 sys = read_string(); in read_event_files()
504 version = read_string(); in trace_report()
/external/openssl/crypto/ui/
Dui_openssl.c312 static int read_string(UI *ui, UI_STRING *uis);
326 read_string,
354 static int read_string(UI *ui, UI_STRING *uis) in read_string() function
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
Dparse-js.js401 function read_string() { function
531 if (ch == '"' || ch == "'") return read_string();