HomeSort by relevance Sort by last modified time
    Searched refs:creat (Results 101 - 125 of 327) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/ltp/testcases/kernel/syscalls/getxattr/
getxattr03.c 91 fd = creat(TESTFILE, 0644);
  /external/ltp/testcases/kernel/syscalls/open/
open09.c 96 fildes = creat(tempfile, 0600);
open07.c 165 fd1 = creat(file1, 00700);
167 tst_brkm(TBROK, cleanup, "creat(2) failed: errno: %d", errno);
197 fd2 = creat(file1, 00700);
199 tst_brkm(TBROK, cleanup, "creat(2) failed: errno: %d", errno);
  /external/ltp/testcases/kernel/syscalls/read/
read04.c 131 if ((fild = creat(fname, 0777)) == -1) {
132 tst_brkm(TBROK, cleanup, "creat(%s, 0777) Failed, errno = %d"
  /external/ltp/testcases/kernel/syscalls/statfs/
statfs03.c 129 tst_resm(TFAIL, "creat(2) FAILED to creat temp file");
132 if ((fileHandle = creat(path, 0444)) == -1)
133 tst_brkm(TFAIL | TERRNO, cleanup, "creat failed");
  /external/ltp/testcases/kernel/syscalls/write/
write02.c 93 if ((fild = creat(pfiln, 0777)) == -1) {
94 tst_brkm(TBROK, cleanup, "Can't creat Xwrit");
write03.c 91 fd = creat(filename, 0644);
  /external/lzma/CPP/Common/
C_FileIO.cpp 76 _handle = ::creat(name, 0666);
  /external/valgrind/memcheck/tests/darwin/
aio.c 67 a.aio_fildes = creat("mytmpfile", S_IRUSR|S_IWUSR);
  /external/valgrind/memcheck/tests/linux/
syscalls-2007.c 60 close (creat ("/tmp/valgrind-utimensat-test", S_IRUSR | S_IWUSR));
  /external/ltp/testcases/kernel/syscalls/fmtmsg/
fmtmsg01.c 89 fd = creat("fmtfile", 0644);
155 fd = creat("fmtfile", 0644);
  /external/ltp/testcases/kernel/syscalls/setxattr/
setxattr01.c 187 fd = creat("testfile", 0644);
198 fd = creat(filename, 0644);
setxattr02.c 188 fd = creat("testfile", 0644);
199 fd = creat(FILENAME, 0644);
  /development/ndk/platforms/android-21/include/
fcntl.h 66 extern int creat(const char*, mode_t);
  /external/compiler-rt/test/BlocksRuntime/
fail.c 54 int fd = creat(buffer, 0777);
  /external/elfutils/tests/
ecp.c 46 int outfd = creat (argv[2], 0666);
  /external/f2fs-tools/scripts/
spo_test.sh 56 $F2FS_DIR/stress_test/fsstress/fsstress -z -f link=0 -f mkdir=3 -f mknod=3 -f rmdir=2 -f symlink=3 -f truncate=4 -f write=10 -f creat=10 -f unlink=5 -f rename=5 -f fsync=10 -p 10 -n 10000 -l 0 -d $MNT &
  /external/google-breakpad/src/common/tests/
file_utils.cc 51 int outfile = HANDLE_EINTR(creat(to_path, 0666));
53 perror("creat");
  /external/ltp/testcases/kernel/fs/fs-bench/
create-files.c 104 if ((fd = creat(filename, S_IRWXU)) < 0) {
  /external/ltp/testcases/kernel/mem/vma/
vma03.c 134 fd = creat(TESTFILE, 0644);
136 tst_brkm(TBROK | TERRNO, NULL, "creat %s", TESTFILE);
  /external/ltp/testcases/kernel/syscalls/dup2/
dup202.c 31 * Creat a file with each access mode; dup each file descriptor;
74 /* The first test creat(es) a file with mode 0444 */
77 /* The second test creat(es) a file with mode 0222 */
80 /* The third test creat(es) a file with mode 0666 */
103 if ((ofd = creat(testfile, TC[i].mode)) == -1)
105 "creat failed");
dup205.c 74 if ((fildes[0] = creat(pfilname, 0666)) == -1)
75 tst_brkm(TBROK | TERRNO, cleanup, "creat failed");
  /external/ltp/testcases/kernel/syscalls/exit/
exit02.c 101 if ((filed = creat(filen, MODE)) == -1) {
102 tst_resm(TINFO, "creat error: unable to"
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl09.c 214 if ((fd = creat(fname, 0644)) == -1) {
216 "creat(%s, 0644) Failed, errno=%d : %s", fname, errno,
fcntl10.c 213 if ((fd = creat(fname, 0644)) == -1) {
215 "creat(%s, 0644) Failed, errno=%d : %s", fname, errno,

Completed in 469 milliseconds

1 2 3 45 6 7 8 91011>>