| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/android/ |
| H A D | cloexec-creat.cpp | 5 extern "C" int creat(const char *path, mode_t, ...); 9 creat("filename", 0); in f() 15 creat("filename", mode); in f() 21 int creat(const char *path, mode_t, ...); 23 creat("filename", 0); in g() 30 int creat(const char *path, mode_t, ...); 32 creat("filename", 0); in h()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/android/ |
| H A D | cloexec-creat.rst | 1 .. title:: clang-tidy - android-cloexec-creat 3 android-cloexec-creat 6 The usage of ``creat()`` is not recommended, it's better to use ``open()``. 12 int fd = creat(path, mode);
|
| /llvm-project-15.0.7/libc/src/fcntl/linux/ |
| H A D | CMakeLists.txt | 2 creat 4 creat.cpp 6 ../creat.h
|
| H A D | creat.cpp | 20 LLVM_LIBC_FUNCTION(int, creat, (const char *path, int mode_flags)) {
|
| /llvm-project-15.0.7/libc/src/fcntl/ |
| H A D | CMakeLists.txt | 6 creat 9 .${LIBC_TARGET_OS}.creat
|
| H A D | creat.h | 16 int creat(const char *path, int mode);
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/ |
| H A D | TestGdbRemotePlatformFile.py | 86 self.vFile_test(write=True, creat=True) 91 self.vFile_test(write=True, creat=True, excl=True) 299 creat=False, excl=False): argument 308 if creat: 326 if creat: 407 if creat: 411 if trunc or creat:
|
| /llvm-project-15.0.7/libc/test/src/fcntl/ |
| H A D | creat_test.cpp | 21 int fd = __llvm_libc::creat(TEST_FILE, S_IRWXU); in TEST()
|
| H A D | CMakeLists.txt | 14 libc.src.fcntl.creat
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | virtual-near-miss.cpp | 111 virtual Child *creat(int i);
|
| /llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/ |
| H A D | fail.c | 53 int fd = creat(buffer, 0777); in main()
|
| H A D | testfilerunner.m | 131 int fd = creat(buffer, 0777); 214 creat(outfile, 0700);
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | std-c-library-functions-POSIX.c | 139 int creat(const char *pathname, mode_t mode);
|
| /llvm-project-15.0.7/libc/config/linux/aarch64/ |
| H A D | entrypoints.txt | 21 libc.src.fcntl.creat
|
| /llvm-project-15.0.7/libc/spec/ |
| H A D | posix.td | 151 "creat",
|
| /llvm-project-15.0.7/libc/config/linux/x86_64/ |
| H A D | entrypoints.txt | 21 libc.src.fcntl.creat
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interceptors_posix.cpp | 1620 TSAN_INTERCEPTOR(int, creat, const char *name, int mode) { in TSAN_INTERCEPTOR() argument 1621 SCOPED_TSAN_INTERCEPTOR(creat, name, mode); in TSAN_INTERCEPTOR() 1623 int fd = REAL(creat)(name, mode); in TSAN_INTERCEPTOR() 2859 TSAN_INTERCEPT(creat); in InitializeInterceptors()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1625 TSAN_INTERCEPTOR(int, creat, const char *name, int mode) { in TSAN_INTERCEPTOR() argument 1626 SCOPED_TSAN_INTERCEPTOR(creat, name, mode); in TSAN_INTERCEPTOR() 1628 int fd = REAL(creat)(name, mode); in TSAN_INTERCEPTOR() 2885 TSAN_INTERCEPT(creat); in InitializeInterceptors()
|
| /llvm-project-15.0.7/lldb/examples/interposing/darwin/fd_interposing/ |
| H A D | FDInterposing.cpp | 360 g_log_fd = ::creat(log_path, 0660); in get_logging_fd()
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 153 fun:creat=discard
|
| H A D | libc_ubuntu1404_abilist.txt | 1522 fun:creat=uninstrumented
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-port.cc | 1087 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/ |
| H A D | list.rst | 65 `android-cloexec-creat <android/cloexec-creat.html>`_, "Yes"
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 1495 PRE_SYSCALL(creat)(const void *pathname, long mode) { 1501 POST_SYSCALL(creat)(long res, const void *pathname, long mode) {}
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 2659 libc/src/fcntl/creat.h 2662 libc/src/fcntl/linux/creat.cpp
|