Home
last modified time | relevance | path

Searched defs:FILE (Results 1 – 25 of 119) sorted by relevance

12345

/external/llvm-project/libc/src/stdio/
DFILE.h17 struct FILE { struct
20 using write_function_t = size_t(FILE *, const char *, size_t); argument
27 #endif // LLVM_LIBC_SRC_STDIO_FILE_H argument
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcert-env33-c.c3 typedef struct FILE {} FILE; typedef
Dmisc-non-copyable-objects.cpp4 typedef struct FILE {} FILE; typedef
Dmisc-non-copyable-objects.c3 typedef struct FILE {} FILE; struct
/external/rust/crates/syn/benches/
Dfile.rs22 const FILE: &str = "tests/rust/src/libcore/str/mod.rs"; constant
/external/clang/test/Modules/Inputs/preprocess/
Dfile.h3 typedef struct __FILE FILE; typedef
/external/llvm-project/clang/test/Preprocessor/
Dinclude-directive1.c7 #define FILE "file_to_include.h" macro
/external/clang/test/CodeGen/
D2002-06-25-FWriteInterfaceFailure.c3 typedef struct _IO_FILE FILE; typedef
Dvfprintf.c3 typedef struct _IO_FILE FILE; typedef
/external/llvm-project/clang/test/CodeGen/
D2002-06-25-FWriteInterfaceFailure.c3 typedef struct _IO_FILE FILE; typedef
Dvfprintf.c3 typedef struct _IO_FILE FILE; typedef
/external/clang/test/Preprocessor/
Dinclude-directive1.c7 #define FILE "file_to_include.h" macro
/external/llvm-project/clang/test/Analysis/
Dstd-c-library-functions-lookup.cpp13 typedef struct FILE FILE; typedef
Dstd-c-library-functions-lookup.c12 typedef struct FILE FILE; typedef
Dweak-dependencies.c8 typedef struct FILE FILE; typedef
Dstd-c-library-functions-eof.c9 typedef struct FILE FILE; typedef
/external/python/cpython2/Demo/sockets/
Dunixclient.py6 FILE = 'unix-socket' variable
Dunixserver.py7 FILE = 'unix-socket' variable
/external/clang/test/Sema/
Dattr-bounded.c6 typedef struct FILE FILE; typedef
/external/llvm-project/clang/test/Modules/Inputs/preprocess/
Dfile.h7 typedef struct __FILE FILE; typedef
/external/llvm-project/clang/test/Sema/
Dattr-bounded.c6 typedef struct FILE FILE; typedef
/external/clang/test/Modules/Inputs/System/usr/include/
Dstdio.h1 typedef struct { int id; } FILE; typedef
/external/llvm-project/clang/test/Modules/Inputs/System/usr/include/
Dstdio.h1 typedef struct { int id; } FILE; typedef
/external/clang/test/Modules/Inputs/crash-recovery/usr/include/
Dstdio.h1 typedef struct { int id; } FILE; typedef
/external/llvm-project/clang/test/Modules/Inputs/crash-recovery/usr/include/
Dstdio.h1 typedef struct { int id; } FILE; typedef

12345