Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdio-write.c82 fprintf (FILE *stream, const char *format, ...) in fprintf()
105 vfprintf (FILE *stream, const char *format, va_list args) in vfprintf()
119 fputc (int c, FILE *stream) in fputc()
126 fputs (const char *string, FILE *stream) in fputs()
136 FILE *stream = stdout; in puts() local
141 fwrite (const void *ptr, size_t s, size_t n, FILE *stream) in fwrite()
Dgetline.c28 getline (char **lineptr, size_t *n, FILE *stream) in getline()
/ndk/tests/device/test-stlport/unit/
Dstrstream_buffer_read_test.cpp30 strstream stream(hello, sizeof(hello), ios_base::in); in read_from_buffer() local
/ndk/tests/device/test-gnustl-full/unit/
Dstrstream_buffer_read_test.cpp30 strstream stream(hello, sizeof(hello), ios_base::in); in read_from_buffer() local
/ndk/sources/host-tools/sed-4.2.1/sed/
Dutils.c237 ck_fwrite(ptr, size, nmemb, stream) in ck_fwrite() argument
252 ck_fread(ptr, size, nmemb, stream) in ck_fread() argument
266 ck_getline(text, buflen, stream) in ck_getline() argument
283 ck_fflush(stream) in ck_fflush() argument
293 ck_fclose(stream) in ck_fclose() argument