Searched defs:stream (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/bionic/ |
D | __fgets_chk.cpp | 46 char* __fgets_chk(char* dest, int supplied_size, FILE* stream, in __fgets_chk()
|
D | __fread_chk.cpp | 35 FILE * __restrict stream, size_t buf_size) { in __fread_chk()
|
D | __fwrite_chk.cpp | 35 FILE * __restrict stream, size_t buf_size) { in __fwrite_chk()
|
/bionic/libc/include/ |
D | stdio.h | 348 size_t fread(void * __restrict buf, size_t size, size_t count, FILE * __restrict stream) { in fread() 374 size_t fwrite(const void * __restrict buf, size_t size, size_t count, FILE * __restrict stream) { in fwrite() 402 char *fgets(char* dest, int size, FILE* stream) { in fgets()
|
/bionic/tests/libs/ |
D | bionic_tests_zipalign.cpp | 91 std::unique_ptr<ZipArchiveStreamEntry> stream( in CreateAlignedZip() local
|
/bionic/tools/relocation_packer/src/ |
D | elf_file_unittest.cc | 39 void OpenRelocsTestFile(const char* name, FILE** stream) { in OpenRelocsTestFile()
|
/bionic/libc/kernel/uapi/sound/ |
D | asoc.h | 276 struct snd_soc_tplg_stream stream[SND_SOC_TPLG_STREAM_CONFIG_MAX]; member 285 struct snd_soc_tplg_stream stream[SND_SOC_TPLG_STREAM_CONFIG_MAX]; member
|
D | asound.h | 299 int stream; member 595 int stream; member 609 int stream; member 617 int stream; member
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | eventlib_p.h | 173 struct { evStream *this; } stream; member
|