Searched refs:file_ostream_t (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dfile-ostream.oo.c36 file_ostream::write_mem (file_ostream_t stream, const void *data, size_t len)
43 file_ostream::flush (file_ostream_t stream)
50 file_ostream::free (file_ostream_t stream)
57 file_ostream_t
60 file_ostream_t stream = XMALLOC (struct file_ostream_representation);
H A Dfile-ostream.oo.h39 extern file_ostream_t file_ostream_create (FILE *fp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfile-ostream.oo.c36 file_ostream::write_mem (file_ostream_t stream, const void *data, size_t len)
43 file_ostream::flush (file_ostream_t stream)
50 file_ostream::free (file_ostream_t stream)
57 file_ostream_t
60 file_ostream_t stream = XMALLOC (struct file_ostream_representation);
H A Dfile-ostream.h31 /* file_ostream_t is defined as a pointer to struct file_ostream_representation.
35 struct file_ostream_t struct
40 file_ostream_t () : _pointer (NULL) {} function in struct:file_ostream_t
41 file_ostream_t (struct file_ostream_representation *pointer) : _pointer (pointer) {} function in struct:file_ostream_t
49 explicit file_ostream_t (ostream_t x) : _pointer ((struct file_ostream_representation *) (void *) x) {} function in struct:file_ostream_t
52 typedef ostream_t file_ostream_t; typedef
56 extern void file_ostream_write_mem (file_ostream_t first_arg, const void *data, size_t len);
57 extern void file_ostream_flush (file_ostream_t first_arg);
58 extern void file_ostream_free (file_ostream_t first_arg);
60 /* Type representing an implementation of file_ostream_t
[all...]
H A Dfile-ostream.oo.h39 extern file_ostream_t file_ostream_create (FILE *fp);
H A Dfile-ostream.c48 file_ostream__write_mem (file_ostream_t stream, const void *data, size_t len)
55 file_ostream__flush (file_ostream_t stream)
62 file_ostream__free (file_ostream_t stream)
69 file_ostream_t
72 file_ostream_t stream = XMALLOC (struct file_ostream_representation);
97 file_ostream_write_mem (file_ostream_t first_arg, const void *data, size_t len)
105 file_ostream_flush (file_ostream_t first_arg)
113 file_ostream_free (file_ostream_t first_arg)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dfile-ostream.oo.c36 file_ostream::write_mem (file_ostream_t stream, const void *data, size_t len)
43 file_ostream::flush (file_ostream_t stream)
50 file_ostream::free (file_ostream_t stream)
57 file_ostream_t
60 file_ostream_t stream = XMALLOC (struct file_ostream_representation);
H A Dfile-ostream.h31 /* file_ostream_t is defined as a pointer to struct file_ostream_representation.
35 struct file_ostream_t struct
40 file_ostream_t () : _pointer (NULL) {} function in struct:file_ostream_t
41 file_ostream_t (struct file_ostream_representation *pointer) : _pointer (pointer) {} function in struct:file_ostream_t
49 explicit file_ostream_t (ostream_t x) : _pointer ((struct file_ostream_representation *) (void *) x) {} function in struct:file_ostream_t
52 typedef ostream_t file_ostream_t; typedef
56 extern void file_ostream_write_mem (file_ostream_t first_arg, const void *data, size_t len);
57 extern void file_ostream_flush (file_ostream_t first_arg);
58 extern void file_ostream_free (file_ostream_t first_arg);
60 /* Type representing an implementation of file_ostream_t
[all...]
H A Dfile-ostream.oo.h39 extern file_ostream_t file_ostream_create (FILE *fp);
H A Dfile-ostream.c48 file_ostream__write_mem (file_ostream_t stream, const void *data, size_t len)
55 file_ostream__flush (file_ostream_t stream)
62 file_ostream__free (file_ostream_t stream)
69 file_ostream_t
72 file_ostream_t stream = XMALLOC (struct file_ostream_representation);
97 file_ostream_write_mem (file_ostream_t first_arg, const void *data, size_t len)
105 file_ostream_flush (file_ostream_t first_arg)
113 file_ostream_free (file_ostream_t first_arg)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-catalog.c262 file_ostream_t stream;

Completed in 161 milliseconds