Home
last modified time | relevance | path

Searched defs:fclose (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/porting/linux/user/src/stdio/
Dfclose.c8 int fclose(FILE *f) in fclose() function
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dfclose.c7 int fclose(FILE *f) in fclose() function
/third_party/musl/src/stdio/
Dfclose.c7 int fclose(FILE *f) in fclose() function
/third_party/curl/lib/
Dmemdebug.h179 #define fclose(file) curl_dbg_fclose(file,__LINE__,__FILE__) macro
/third_party/pulseaudio/src/utils/
Dpadsp.c2719 int fclose(FILE *f) { function
/third_party/rust/crates/libc/src/windows/
Dmod.rs308 pub fn fclose(file: *mut FILE) -> c_int; in fclose() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs473 pub fn fclose(file: *mut FILE) -> c_int; in fclose() function
/third_party/rust/crates/libc/src/
Dwasi.rs472 pub fn fclose(f: *mut FILE) -> c_int; in fclose() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs443 pub fn fclose(arg1: *mut FILE) -> c_int; in fclose() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1098 pub fn fclose(file: *mut FILE) -> c_int; in fclose() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3381 pub fn fclose(file: *mut FILE) -> c_int; in fclose() function