Home
last modified time | relevance | path

Searched refs:__fclose (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dfclose.c7 int __fclose(FILE *f) in __fclose() function
39 weak_alias(__fclose, fclose);
43 return __fclose(f); in __wrap_fclose()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dfclose.c7 int __fclose(FILE *f) in __fclose() function
39 weak_alias(__fclose, fclose);
43 return __fclose(f); in __wrap_fclose()

Completed in 1 milliseconds