Home
last modified time | relevance | path

Searched defs:fclose (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/porting/linux/user/src/stdio/
H A Dfclose.c8 int fclose(FILE *f) in fclose() function
/third_party/musl/src/stdio/
H A Dfclose.c10 int fclose(FILE *f) in fclose() function
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dfclose.c7 int fclose(FILE *f) in fclose() function
/third_party/json/tests/src/
H A Dmake_test_data_available.hpp21 std::unique_ptr<std::FILE, decltype(&std::fclose)> file(std::fopen(TEST_DATA_DIRECTORY "/README.md", "r"), &std::fclose); in check_testsuite_downloaded() member in utils::std
H A Dunit-testsuites.cpp366 std::unique_ptr<std::FILE, decltype(&std::fclose)> f(std::fopen(TEST_DATA_DIRECTORY "/json.org/1.json", "r"), &std::fclose); member in std
373 std::unique_ptr<std::FILE, decltype(&std::fclose)> f(std::fopen(TEST_DATA_DIRECTORY "/json.org/2.json", "r"), &std::fclose); member in std
380 std::unique_ptr<std::FILE, decltype(&std::fclose)> f(std::fopen(TEST_DATA_DIRECTORY "/json.org/3.json", "r"), &std::fclose); member in std
387 std::unique_ptr<std::FILE, decltype(&std::fclose)> f(std::fopen(TEST_DATA_DIRECTORY "/json.org/4.json", "r"), &std::fclose); member in std
394 std::unique_ptr<std::FILE, decltype(&std::fclose)> f(std::fopen(TEST_DATA_DIRECTORY "/json.org/5.json", "r"), &std::fclose); member in std
[all...]
/third_party/curl/lib/
H A Dmemdebug.h179 #define fclose(file) curl_dbg_fclose(file,__LINE__,__FILE__) macro
H A Dcurl_memory.h103 #undef fclose macro
/third_party/pulseaudio/src/utils/
H A Dpadsp.c2719 int fclose(FILE *f) { function
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs308 pub fn fclose(file: *mut FILE) -> c_int; in fclose() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs443 pub fn fclose(arg1: *mut FILE) -> c_int; in fclose() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs472 pub fn fclose(f: *mut FILE) -> c_int; in fclose() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs473 pub fn fclose(file: *mut FILE) -> c_int; in fclose() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1098 pub fn fclose(file: *mut FILE) -> c_int; in fclose() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3381 pub fn fclose(file: *mut FILE) -> c_int; in fclose() functions

Completed in 30 milliseconds