Home
last modified time | relevance | path

Searched refs:mywrite (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/test/Shell/Commands/CommandScriptImmediateOutput/
H A DCommandScriptImmediateOutputFile.test13 # RUN: -o 'command script add -f custom_command.write_file mywrite' \
14 # RUN: -o 'mywrite %t.read.txt r' \
15 # RUN: -o 'mywrite %t.write.txt w' \
16 # RUN: -o 'mywrite %t.append.txt a' \
17 # RUN: -o 'mywrite %t.write_plus.txt w+' \
18 # RUN: -o 'mywrite %t.read_plus.txt r+' \
19 # RUN: -o 'mywrite %t.append_plus.txt a+' \
20 # RUN: -o 'command script delete mywrite'
/llvm-project-15.0.7/compiler-rt/test/tsan/Linux/
H A Dsyscall.cpp13 mywrite(pipefd[1], buf, sizeof(buf)); in thr()
21 mywrite(pipefd[1], buf, sizeof(buf)); in main()
H A Dsyscall.h40 ssize_t mywrite(int fd, const void *buf, size_t count) { in mywrite() function
/llvm-project-15.0.7/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py449 def mywrite(x): function
452 f.write = mywrite
468 def mywrite(x): function
471 f.write = mywrite