Home
last modified time | relevance | path

Searched refs:xfile (Results 1 – 7 of 7) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dfdopen.c62 __bufio_lock_init(&(bf->xfile.cfile.file)); in fdopen()
65 (void) fseeko(&(bf->xfile.cfile.file), 0, SEEK_END); in fdopen()
67 return &(bf->xfile.cfile.file); in fdopen()
Dposixiob_stdin.c42 FILE *const __posix_stdin = &__stdin.xfile.cfile.file;
49 __bufio_lock_init(&__stdin.xfile.cfile.file); in posix_init()
Dposixiob_stdout.c42 FILE *const __posix_stdout = &__stdout.xfile.cfile.file;
49 __bufio_lock_init(&__stdout.xfile.cfile.file); in posix_init()
Dposixiob_stderr.c46 FILE *const __posix_stderr = &__stderr.xfile.cfile.file;
53 __bufio_lock_init(&__stderr.xfile.cfile.file); in posix_init()
Dstdio-bufio.h54 struct __file_ext xfile; member
86 .xfile = FDEV_SETUP_EXT(__bufio_put, __bufio_get, \
106 .xfile = FDEV_SETUP_EXT(__bufio_put, __bufio_get, \
Dfunopen.c67 __bufio_lock_init(&(bf->xfile.cfile.file)); in funopen()
Dfmemopen.c42 struct __file_ext xfile; member
194 .xfile = FDEV_SETUP_EXT(__fmem_put, __fmem_get, __fmem_flush, in fmemopen()