| /third_party/musl/porting/linux/user/src/stdio/ |
| H A D | fclose.c | 8 int fclose(FILE *f) in fclose() function
|
| /third_party/musl/src/stdio/ |
| H A D | fclose.c | 10 int fclose(FILE *f) in fclose() function
|
| /third_party/musl/porting/liteos_a/kernel/src/stdio/ |
| H A D | fclose.c | 7 int fclose(FILE *f) in fclose() function
|
| /third_party/json/tests/src/ |
| H A D | make_test_data_available.hpp | 21 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 D | unit-testsuites.cpp | 366 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...] |
| /kernel/linux/linux-5.10/include/linux/lockd/ |
| H A D | bind.h | 31 void (*fclose)(struct file *); member
|
| /kernel/linux/linux-6.6/include/linux/lockd/ |
| H A D | bind.h | 33 void (*fclose)(struct file *); member
|
| /third_party/curl/lib/ |
| H A D | memdebug.h | 179 #define fclose(file) curl_dbg_fclose(file,__LINE__,__FILE__) macro
|
| H A D | curl_memory.h | 103 #undef fclose macro
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| H A D | utils.cpp | 36 std::unique_ptr<FILE, decltype(&fclose)> file(fopen(realPath, "rb"), fclose); in GetStringFromFile() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
| H A D | plugin_component_manager.cpp | 229 std::unique_ptr<FILE, decltype(&std::fclose)> file(std::fopen(realPath, "rb"), std::fclose); in GetTemplatePathFromJsonFile() member in OHOS::Ace::std
|
| /kernel/linux/linux-6.6/tools/include/nolibc/ |
| H A D | stdio.h | 84 int fclose(FILE *stream) in fclose() function
|
| /foundation/arkui/ace_engine/frameworks/core/image/ |
| H A D | image_loader.cpp | 164 std::unique_ptr<FILE, decltype(&fclose)> file(fopen(realPath, "rb"), fclose); in LoadDataFromCachedFile() local
|
| H A D | image_compressor.cpp | 85 std::unique_ptr<FILE, decltype(&fclose)> file(fopen(shader_path_.c_str(), "rb"), fclose); in LoadShaderBin() local
|
| /third_party/pulseaudio/src/utils/ |
| H A D | padsp.c | 2719 int fclose(FILE *f) { function
|
| /third_party/rust/crates/libc/src/windows/ |
| H A D | mod.rs | 308 pub fn fclose(file: *mut FILE) -> c_int; in fclose() functions
|
| /third_party/rust/crates/libc/src/solid/ |
| H A D | mod.rs | 443 pub fn fclose(arg1: *mut FILE) -> c_int; in fclose() functions
|
| /third_party/rust/crates/libc/src/ |
| H A D | wasi.rs | 472 pub fn fclose(f: *mut FILE) -> c_int; in fclose() functions
|
| /third_party/rust/crates/libc/src/unix/ |
| H A D | mod.rs | 473 pub fn fclose(file: *mut FILE) -> c_int; in fclose() functions
|
| /third_party/rust/crates/libc/src/vxworks/ |
| H A D | mod.rs | 1098 pub fn fclose(file: *mut FILE) -> c_int; in fclose() functions
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| H A D | mod.rs | 3381 pub fn fclose(file: *mut FILE) -> c_int; in fclose() functions
|