Searched refs:mywrite (Results 1 – 4 of 4) sorted by relevance
13 # 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'
13 mywrite(pipefd[1], buf, sizeof(buf)); in thr()21 mywrite(pipefd[1], buf, sizeof(buf)); in main()
40 ssize_t mywrite(int fd, const void *buf, size_t count) { in mywrite() function
449 def mywrite(x): function452 f.write = mywrite468 def mywrite(x): function471 f.write = mywrite