Searched refs:istream (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/
H A DFlexLexer.h64 yy_create_buffer( istream* s, int size ) = 0;
66 virtual void yyrestart( istream* s ) = 0;
71 int yylex( istream* new_in, ostream* new_out = 0 )
79 virtual void switch_streams( istream* new_in = 0,
107 yyFlexLexer( istream* arg_yyin = 0, ostream* arg_yyout = 0 );
112 struct yy_buffer_state* yy_create_buffer( istream* s, int size );
114 void yyrestart( istream* s );
117 virtual void switch_streams( istream* new_in, ostream* new_out );
128 void yy_init_buffer( struct yy_buffer_state* b, istream* s );
143 istream* yyi
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/tests/
H A Duniq-u.c171 FILE *istream; local
180 istream = stdin;
182 istream = fopen (infile, "r");
183 if (istream == NULL)
205 if (readline (prevline, istream) == 0)
210 while (!feof (istream))
213 if (readline (thisline, istream) == 0)
238 if (ferror (istream) || fclose (istream) == EOF)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/comp/
H A Dc_zlib.c130 z_stream istream; member in struct:zlib_state
140 inflateEnd(&state->istream);
154 state->istream.zalloc = zlib_zalloc;
155 state->istream.zfree = zlib_zfree;
156 state->istream.opaque = Z_NULL;
157 state->istream.next_in = Z_NULL;
158 state->istream.next_out = Z_NULL;
159 state->istream.avail_in = 0;
160 state->istream.avail_out = 0;
161 err = inflateInit_(&state->istream,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/gnu/gettext/
H A DGetURL.java60 InputStream istream = new BufferedInputStream(url.openStream());
63 int b = istream.read();
69 istream.close();
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dfold.c76 FILE *istream = fopen_or_warn_stdin(*argv); local
81 if (istream == NULL) {
86 while ((c = getc(istream)) != EOF) {
147 if (ferror(istream) || fclose_if_not_stdin(istream)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A DMakefile12 divas-y := divasmain.o divasfunc.o di.o io.o istream.o \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream3/
H A Dzfstream.h13 #include <istream> // not iostream, since we don't need cin/cout
234 class gzifstream : public std::istream
H A Dzfstream.cc375 : std::istream(NULL), sb()
381 : std::istream(NULL), sb()
390 : std::istream(NULL), sb()
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/iostream3/
H A Dzfstream.h13 #include <istream> // not iostream, since we don't need cin/cout
234 class gzifstream : public std::istream
H A Dzfstream.cc375 : std::istream(NULL), sb()
381 : std::istream(NULL), sb()
390 : std::istream(NULL), sb()
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream/
H A Dzfstream.h68 class gzifstream : public gzfilestream_common, public istream {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/iostream/
H A Dzfstream.h68 class gzifstream : public gzfilestream_common, public istream {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/uniname/
H A Dgen-uninames.lisp27 (with-open-file (istream inputfile :direction :input)
29 (let ((line (read-line istream nil nil)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepQuoteExample.cpp44 using std::istream;

Completed in 124 milliseconds