Searched refs:fdopen (Results 1 – 20 of 20) sorted by relevance
/picolibc-latest/newlib/libc/machine/spu/ |
D | fdopen.c | 39 fdopen (int fd, in fdopen() function
|
/picolibc-latest/test/ |
D | test-mktemp.c | 114 f = fdopen(i_ret, "w"); in main() 130 f = fdopen(i_ret, "w"); in main()
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | fopen.c | 53 return fdopen(fd, mode); in fopen()
|
D | tmpfile.c | 50 f = fdopen(fd, "w+"); in tmpfile()
|
D | fdopen.c | 39 fdopen(int fd, const char *mode) in fdopen() function
|
D | CMakeLists.txt | 178 fdopen.c
|
D | meson.build | 215 'fdopen.c',
|
D | stdio.h | 337 FILE *fdopen(int, const char *) __malloc_like_with_free(fclose, 1);
|
/picolibc-latest/newlib/libc/stdio/ |
D | tmpfile.c | 87 fp = fdopen ( fd, "wb+"); in tmpfile()
|
D | fdopen.c | 55 fdopen ( in fdopen() function
|
D | stdio.tex | 48 * Function fdopen:: Turn an open file into a stream 136 @include stdio/fdopen.def
|
D | meson.build | 43 'fdopen.c',
|
D | stdio.h | 492 FILE * fdopen (int, const char *);
|
/picolibc-latest/doc/ |
D | os.md | 80 ### fopen, fdopen
|
D | build.md | 86 | posix-io | true | Provide fopen/fdopen using POSIX I/O (requires open, clos…
|
/picolibc-latest/ |
D | CMakeLists.txt | 106 option(POSIX_IO "Provide fopen/fdopen using POSIX I/O (open, close, read, write, lseek)" ON)
|
D | meson_options.txt | 167 description: 'Provide fopen/fdopen using POSIX I/O (open, close, read, write, lseek)')
|
D | README.md | 615 5. Initialize lock in fdopen 1131 1. File I/O and clock support for semihosting. This enables fopen/fdopen 1156 support for fopen and fdopen by using malloc, open, close, read,
|
D | COPYING.picolibc | 972 newlib/libc/tinystdio/fdopen.c 2202 Files: newlib/libc/machine/spu/fdopen.c 4451 newlib/libc/stdio/fdopen.c
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 645 * libc/stdio64/Makefile.am (CHEWOUT_FILES): Add fdopen.def. 6474 * libc/machine/spu/fdopen.c: New file. 9746 * libc/stdio/fdopen.c (_fdopen_r): Set O_APPEND on fd when 13982 libc/stdio/fclose.c libc/stdio/fcloseall.c libc/stdio/fdopen.c, 14082 * libc/stdio/fdopen.c (_fdopen_r): Add calls to 16497 * libc/stdio/fdopen.c (_fdopen_r): Change to call _fcntl_r 19866 * libc/stdio/fdopen.c (fdopen): Protect calls to _fcntl() with 20633 * libc/stdio/fdopen.c: Take explicit given bin/textmode into 20699 * libc/stdio/fdopen.c: ditto 20740 * libc/stdio/fdopen.c (_fdopen_r): Remember if we opened in text mode [all …]
|