Home
last modified time | relevance | path

Searched refs:fdopen (Results 1 – 20 of 20) sorted by relevance

/picolibc-latest/newlib/libc/machine/spu/
Dfdopen.c39 fdopen (int fd, in fdopen() function
/picolibc-latest/test/
Dtest-mktemp.c114 f = fdopen(i_ret, "w"); in main()
130 f = fdopen(i_ret, "w"); in main()
/picolibc-latest/newlib/libc/tinystdio/
Dfopen.c53 return fdopen(fd, mode); in fopen()
Dtmpfile.c50 f = fdopen(fd, "w+"); in tmpfile()
Dfdopen.c39 fdopen(int fd, const char *mode) in fdopen() function
DCMakeLists.txt178 fdopen.c
Dmeson.build215 'fdopen.c',
Dstdio.h337 FILE *fdopen(int, const char *) __malloc_like_with_free(fclose, 1);
/picolibc-latest/newlib/libc/stdio/
Dtmpfile.c87 fp = fdopen ( fd, "wb+"); in tmpfile()
Dfdopen.c55 fdopen ( in fdopen() function
Dstdio.tex48 * Function fdopen:: Turn an open file into a stream
136 @include stdio/fdopen.def
Dmeson.build43 'fdopen.c',
Dstdio.h492 FILE * fdopen (int, const char *);
/picolibc-latest/doc/
Dos.md80 ### fopen, fdopen
Dbuild.md86 | posix-io | true | Provide fopen/fdopen using POSIX I/O (requires open, clos…
/picolibc-latest/
DCMakeLists.txt106 option(POSIX_IO "Provide fopen/fdopen using POSIX I/O (open, close, read, write, lseek)" ON)
Dmeson_options.txt167 description: 'Provide fopen/fdopen using POSIX I/O (open, close, read, write, lseek)')
DREADME.md615 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,
DCOPYING.picolibc972 newlib/libc/tinystdio/fdopen.c
2202 Files: newlib/libc/machine/spu/fdopen.c
4451 newlib/libc/stdio/fdopen.c
/picolibc-latest/newlib/
DChangeLog-2015645 * 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 …]