Home
last modified time | relevance | path

Searched refs:__ofl_add (Results 1 – 21 of 21) sorted by relevance

/third_party/musl/porting/linux/user/src/stdio/
Dofl_add.c3 FILE *__ofl_add(FILE *f) in __ofl_add() function
D__fdopen.c132 return __ofl_add(f); in __fdopenx()
Dfmemopen.c127 return __ofl_add(&f->f); in fmemopen()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dofl_add.c3 FILE *__ofl_add(FILE *f) in __ofl_add() function
D__fdopen.c56 return __ofl_add(f); in __fdopen()
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dofl_add.c3 FILE *__ofl_add(FILE *f) in __ofl_add() function
D__fdopen.c56 return __ofl_add(f); in __fdopen()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dofl_add.c3 FILE *__ofl_add(FILE *f) in __ofl_add() function
D__fdopen.c60 return __ofl_add(f); in __fdopen()
/third_party/musl/src/stdio/
Dofl_add.c3 FILE *__ofl_add(FILE *f) in __ofl_add() function
D__fdopen.c58 return __ofl_add(f); in __fdopen()
Dopen_wmemstream.c101 return __ofl_add(&f->f); in open_wmemstream()
Dopen_memstream.c98 return __ofl_add(&f->f); in open_memstream()
Dfopencookie.c134 return __ofl_add(&f->f); in fopencookie()
Dfmemopen.c126 return __ofl_add(&f->f); in fmemopen()
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dstdio_impl.h60 hidden FILE *__ofl_add(FILE *f);
/third_party/musl/porting/uniproton/kernel/src/internal/
Dstdio_impl.h60 hidden FILE *__ofl_add(FILE *f);
/third_party/musl/src/internal/
Dstdio_impl.h84 hidden FILE *__ofl_add(FILE *f);
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dstdio_impl.h80 hidden FILE *__ofl_add(FILE *f);
/third_party/musl/porting/liteos_a/user/src/stdio/
Dopen_wmemstream.c103 return __ofl_add(&f->f); in open_wmemstream()
/third_party/musl/porting/linux/user/src/internal/
Dstdio_impl.h150 hidden FILE *__ofl_add(FILE *f);