Home
last modified time | relevance | path

Searched refs:ofl_head (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/src/stdio/
H A Dofl.c8 static FILE *ofl_head = NULL; variable
18 return &FILE_LIST_HEAD(ofl_head); in __ofl_lock()
20 return &ofl_head; in __ofl_lock()
131 if (f == ofl_head) { in __ofl_free()
132 ofl_head = f->next; in __ofl_free()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dofl.c4 static FILE *ofl_head; variable
22 return &ofl_head; in __ofl_lock()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dofl.c4 static FILE *ofl_head; variable
22 return &ofl_head; in __ofl_lock()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dofl.c4 static FILE *ofl_head; variable
22 return &ofl_head; in __ofl_lock()
/third_party/musl/porting/linux/user/src/stdio/
H A Dofl.c8 static FILE *ofl_head = NULL; variable
17 return &FILE_LIST_HEAD(ofl_head); in __ofl_lock()

Completed in 2 milliseconds