Searched refs:tmpnam (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | cstdio | 47 char* tmpnam(char* s); 154 using ::tmpnam _LIBCPP_USING_IF_EXISTS;
|
| /llvm-project-15.0.7/libc/docs/ |
| H A D | stdio.rst | 77 tmpnam
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cert/ |
| H A D | err33-c.rst | 128 * tmpnam()
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | stdio_h.pass.cpp | 124 static_assert((std::is_same<decltype(tmpnam(cp)), char*>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/c.files/ |
| H A D | cstdio.pass.cpp | 152 static_assert((std::is_same<decltype(std::tmpnam(cp)), char*>::value), ""); in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 3462 TEST(MemorySanitizer, tmpnam) { in TEST() argument 3464 char *res = tmpnam(s); in TEST()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | CSymbolMap.inc | 823 SYMBOL(tmpnam, None, <stdio.h>)
|
| H A D | StdSymbolMap.inc | 1135 SYMBOL(tmpnam, std::, <cstdio>)
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 5087 INTERCEPTOR(char *, tmpnam, char *s) { 5089 COMMON_INTERCEPTOR_ENTER(ctx, tmpnam, s); 5090 char *res = REAL(tmpnam)(s); 5102 #define INIT_TMPNAM COMMON_INTERCEPT_FUNCTION(tmpnam);
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 3149 fun:tmpnam=uninstrumented
|