Searched refs:stdio (Results 1 – 25 of 555) sorted by relevance
12345678910>>...23
/external/llvm-project/clang-tools-extra/clangd/ |
D | CSymbolMap.inc | 23 SYMBOL(BUFSIZ, None, <stdio.h>) 46 SYMBOL(EOF, None, <stdio.h>) 61 SYMBOL(FILE, None, <stdio.h>) 62 SYMBOL(FILENAME_MAX, None, <stdio.h>) 78 SYMBOL(FOPEN_MAX, None, <stdio.h>) 141 SYMBOL(L_tmpnam, None, <stdio.h>) 142 SYMBOL(L_tmpnam_s, None, <stdio.h>) 155 SYMBOL(SEEK_CUR, None, <stdio.h>) 156 SYMBOL(SEEK_END, None, <stdio.h>) 157 SYMBOL(SEEK_SET, None, <stdio.h>) [all …]
|
/external/brotli/python/ |
D | bro.py | 26 stdio = getattr(sys, stream) 34 stdio = os.fdopen(stdio.fileno(), mode, 0) 38 msvcrt.setmode(stdio.fileno(), os.O_BINARY) 39 return stdio 42 if hasattr(stdio, 'buffer'): 43 return stdio.buffer
|
/external/libdivsufsort/CMakeModules/ |
D | CheckLFS.cmake | 27 check_symbol_exists("fseeko" "stdio.h" HAVE_FSEEKO) 28 check_symbol_exists("ftello" "stdio.h" HAVE_FTELLO) 55 check_symbol_exists("fopen64" "stdio.h" HAVE_FOPEN64) 56 check_symbol_exists("fseeko64" "stdio.h" HAVE_FSEEKO64) 57 check_symbol_exists("ftello64" "stdio.h" HAVE_FTELLO64) 85 check_symbol_exists("_fseeki64" "stdio.h" HAVE__FSEEKI64) 86 check_symbol_exists("_ftelli64" "stdio.h" HAVE__FTELLI64)
|
/external/clang/test/Modules/ |
D | crash-vfs-relative-overlay.m | 19 // RUN: grep "Inputs/crash-recovery/usr/include/stdio.h" | count 1 21 #include <stdio.h> 27 // CHECKSRC: @import cstd.stdio; 61 // CHECKOVERLAY: @import cstd.stdio; /* clang -E: implicit import for "/{{[^ ].*}}/usr/include/stdi…
|
D | crash-vfs-path-traversal.m | 20 // RUN: grep "Inputs/crash-recovery/usr/include/stdio.h" | count 1 22 #include "usr/././//////include/../include/./././../include/stdio.h" 28 // CHECKSRC: @import cstd.stdio; 65 …OVERLAY: @import cstd.stdio; /* clang -E: implicit import for "/{{[^ ].*}}/usr/././//////include/.…
|
D | crash-vfs-path-symlink-component.m | 23 // RUN: grep "usr/include/stdio.h" | count 1 25 #include "usr/x/../stdio.h" 31 // CHECKSRC: @import cstd.stdio; 68 // CHECKOVERLAY: @import cstd.stdio; /* clang -E: implicit import for "/{{[^ ].*}}/i/usr/x/../stdio…
|
D | crash-vfs-path-emptydir-entries.m | 22 // RUN: grep "usr/include/stdio.h" | count 1 24 #include "usr/include/stdio.h" 30 // CHECKSRC: @import cstd.stdio;
|
/external/pigweed/pw_sys_io_stdio/ |
D | docs.rst | 7 stdio. 9 Why not just use stdio directly? 30 to an application built directly against stdio.
|
/external/clang/test/Modules/Inputs/crash-recovery/usr/include/ |
D | module.map | 3 module stdio { 4 header "stdio.h"
|
/external/llvm-project/clang/test/Modules/Inputs/crash-recovery/usr/include/ |
D | module.map | 3 module stdio { 4 header "stdio.h"
|
/external/llvm-project/libcxx/include/ |
D | stdio.h | 16 #include_next <stdio.h> 107 #include_next <stdio.h>
|
/external/libcxx/include/ |
D | stdio.h | 17 #include_next <stdio.h> 108 #include_next <stdio.h>
|
/external/llvm-project/clang/test/Modules/ |
D | crash-vfs-relative-overlay.m | 19 // RUN: grep "Inputs/crash-recovery/usr/include/stdio.h" | count 1 21 #include <stdio.h> 27 // CHECKSRC: #pragma clang module import cstd.stdio 61 // CHECKOVERLAY: #pragma clang module import cstd.stdio /* clang -E: implicit import
|
D | crash-vfs-path-symlink-component.m | 23 // RUN: grep "usr/include/stdio.h" | count 1 25 #include "usr/x/../stdio.h" 31 // CHECKSRC: #pragma clang module import cstd.stdio 68 // CHECKOVERLAY: #pragma clang module import cstd.stdio /* clang -E: implicit import
|
D | crash-vfs-path-traversal.m | 21 // RUN: grep "Inputs/crash-recovery/usr/include/stdio.h" | count 1 23 #include "usr/././//////include/../include/./././../include/stdio.h" 29 // CHECKSRC: #pragma clang module import cstd.stdio 66 // CHECKOVERLAY: #pragma clang module import cstd.stdio /* clang -E: implicit import
|
/external/llvm-project/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/ |
D | module.modulemap | 6 module stdio { header "stdio.h" export * }
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/ |
D | extension.js | 32 run: { command: serverModule, transport: langClient.stdio }, 33 debug: { command: serverModule, transport: langClient.stdio, options: debugOptions }
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/ |
D | extension.js | 32 run: { command: serverModule, transport: langClient.stdio }, 33 debug: { command: serverModule, transport: langClient.stdio, options: debugOptions }
|
/external/rust/crates/tokio/src/process/ |
D | windows.rs | 70 let stdin = stdio(child.stdin.take()); in spawn_child() 71 let stdout = stdio(child.stdout.take()); in spawn_child() 72 let stderr = stdio(child.stderr.take()); in spawn_child() 168 fn stdio<T>(option: Option<T>) -> Option<PollEvented<NamedPipe>> in stdio() function
|
/external/llvm-project/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/v1/ |
D | module.modulemap | 5 module stdio { textual header "stdio.h" export * }
|
/external/llvm-project/clang/test/Modules/Inputs/System/usr/include/ |
D | module.map | 8 module stdio { 9 header "stdio.h"
|
/external/clang/test/Modules/Inputs/System/usr/include/ |
D | module.map | 8 module stdio { 9 header "stdio.h"
|
/external/clang/docs/ |
D | FAQ.rst | 18 #include <stdio.h> 30 hello.c:1:10: fatal error: 'stdio.h' file not found 31 #include <stdio.h>
|
/external/llvm-project/clang/docs/ |
D | FAQ.rst | 18 #include <stdio.h> 30 hello.c:1:10: fatal error: 'stdio.h' file not found 31 #include <stdio.h>
|
/external/llvm-project/libc/include/ |
D | CMakeLists.txt | 102 stdio 103 DEF_FILE stdio.h.def 104 GEN_HDR stdio.h
|
12345678910>>...23