Home
last modified time | relevance | path

Searched refs:__stdout_used (Results 1 - 20 of 20) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dfflush.c5 weak_alias(dummy, __stdout_used);
12 if (__stdout_used) r |= fflush(__stdout_used); in fflush()
H A Dstdout.c20 FILE *volatile __stdout_used = &__stdout_FILE; variable
/third_party/musl/src/stdio/
H A Dfflush.c5 weak_alias(dummy, __stdout_used);
12 if (__stdout_used) r |= fflush(__stdout_used); in fflush()
H A D__stdio_exit.c5 weak_alias(dummy_file, __stdout_used);
23 close_file(__stdout_used); in __stdio_exit()
H A Dstdout.c18 FILE *volatile __stdout_used = &__stdout_FILE; variable
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dfflush.c5 weak_alias(dummy, __stdout_used);
12 if (__stdout_used) r |= __fflush(__stdout_used); in __fflush()
H A Dstdout.c20 FILE *volatile __stdout_used = &__stdout_FILE; variable
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dfflush.c5 weak_alias(dummy, __stdout_used);
12 if (__stdout_used) r |= __fflush(__stdout_used); in __fflush()
H A Dstdout.c20 FILE *volatile __stdout_used = &__stdout_FILE; variable
/third_party/musl/porting/liteos_a/user/src/stdio/
H A D__stdio_exit.c5 weak_alias(dummy_file, __stdout_used);
20 close_file(__stdout_used); in __stdio_exit()
/third_party/musl/src/env/
H A D__init_tls.c19 weak_alias(dummy_file, __stdout_used);
57 init_file_lock(__stdout_used); in __init_tp()
/third_party/musl/porting/liteos_a/user/src/env/
H A D__init_tls.c20 weak_alias(dummy_file, __stdout_used);
52 init_file_lock(__stdout_used); in __init_tp()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dstdio_impl.h25 extern hidden FILE *volatile __stdout_used;
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h47 extern hidden FILE *volatile __stdout_used;
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dstdio_impl.h25 extern hidden FILE *volatile __stdout_used;
/third_party/musl/src/thread/
H A Dpthread_create.c238 weak_alias(dummy_file, __stdout_used);
265 init_file_lock(__stdout_used); in __pthread_create()
/third_party/musl/src/thread/linux/
H A Dpthread_create.c409 weak_alias(dummy_file, __stdout_used);
442 init_file_lock(__stdout_used); in __pthread_create()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c345 weak_alias(dummy_file, __stdout_used);
378 init_file_lock(__stdout_used); in __pthread_create()
/third_party/musl/src/internal/
H A Dstdio_impl.h117 extern hidden FILE *volatile __stdout_used;
/third_party/musl/porting/linux/user/src/internal/
H A Dstdio_impl.h113 extern hidden FILE *volatile __stdout_used;

Completed in 6 milliseconds