HomeSort by relevance Sort by last modified time
    Searched refs:O_CREAT (Results 276 - 300 of 1185) sorted by null

<<11121314151617181920>>

  /external/ltp/testcases/kernel/syscalls/fchmod/
fchmod03.c 159 if ((fd = open(TESTFILE, O_RDWR | O_CREAT, FILE_MODE)) == -1)
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl05.c 169 if ((fd = open(fname, O_RDWR | O_CREAT, 0700)) == -1)
fcntl12.c 80 if ((fd = open(fname, O_CREAT | O_RDONLY,
fcntl23.c 190 if ((fd = open(fname, O_RDONLY | O_CREAT, 0777)) == -1) {
192 "open(%s, O_RDONLY|O_CREAT,0777) Failed, errno=%d : %s",
fcntl24.c 189 if ((fd = open(fname, O_RDWR | O_CREAT, 0777)) == -1) {
191 "open(%s, O_RDWR|O_CREAT,0777) Failed, errno=%d : %s",
fcntl25.c 190 if ((fd = open(fname, O_RDONLY | O_CREAT, 0777)) == -1) {
192 "open(%s, O_RDONLY|O_CREAT,0777) Failed, errno=%d : %s",
fcntl26.c 190 if ((fd = open(fname, O_WRONLY | O_CREAT, 0777)) == -1) {
192 "open(%s, O_WRONLY|O_CREAT,0777) Failed, errno=%d : %s",
fcntl27.c 170 if ((fd = open(fname, O_RDWR | O_CREAT, 0777)) == -1) {
172 "open(%s, O_RDWR|O_CREAT,0777) Failed, errno=%d : %s",
fcntl28.c 168 if ((fd = open(fname, O_WRONLY | O_CREAT, 0222)) == -1) {
170 "open(%s, O_WRONLY|O_CREAT,0222) Failed, errno=%d : %s",
  /external/ltp/testcases/kernel/syscalls/flistxattr/
flistxattr02.c 83 fd1 = SAFE_OPEN("testfile", O_RDWR | O_CREAT, 0644);
  /external/ltp/testcases/kernel/syscalls/flock/
flock03.c 88 fd = SAFE_OPEN("testfile", O_CREAT | O_TRUNC | O_RDWR, 0666);
flock04.c 82 fd = SAFE_OPEN("testfile", O_CREAT | O_TRUNC | O_RDWR, 0644);
  /external/ltp/testcases/kernel/syscalls/fpathconf/
fpathconf01.c 120 fd = SAFE_OPEN(cleanup, "fpafile01", O_RDWR | O_CREAT, 0700);
  /external/ltp/testcases/kernel/syscalls/fremovexattr/
fremovexattr01.c 77 fd = SAFE_OPEN(FNAME, O_RDWR | O_CREAT, 0644);
fremovexattr02.c 95 fd = SAFE_OPEN(FNAME, O_RDWR | O_CREAT, 0644);
  /external/ltp/testcases/kernel/syscalls/fstat/
fstat03.c 140 fildes = SAFE_OPEN(cleanup, TEST_FILE, O_RDWR | O_CREAT, 0666);
  /external/ltp/testcases/kernel/syscalls/fstatfs/
fstatfs01.c 107 file_fd = SAFE_OPEN(cleanup, "test_file", O_RDWR | O_CREAT, 0700);
fstatfs02.c 102 TC[1].fd = SAFE_OPEN(cleanup, "tempfile", O_RDWR | O_CREAT, 0700);
  /external/ltp/testcases/kernel/syscalls/inotify/
inotify06.c 76 fd = SAFE_OPEN(names[i], O_CREAT | O_RDWR, 0600);
inotify09.c 71 fd = SAFE_OPEN(FNAME, O_CREAT | O_RDWR, 0600);
  /external/ltp/testcases/kernel/syscalls/lseek/
lseek01.c 85 fd = SAFE_OPEN(TFILE, O_RDWR | O_CREAT, 0644);
  /external/ltp/testcases/kernel/syscalls/lstat/
lstat01.c 186 if ((fd = open(fname, O_RDWR | O_CREAT, 0700)) == -1) {
188 "open(%s, O_RDWR|O_CREAT,0700) Failed, errno=%d : %s",
  /external/ltp/testcases/kernel/syscalls/mlock/
mlock04.c 90 fd = SAFE_OPEN(cleanup, testfile, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR);
  /external/ltp/testcases/kernel/syscalls/mmap/
mmap06.c 125 if ((fildes = open(TEMPFILE, O_WRONLY | O_CREAT, 0666)) < 0) {
mmap07.c 128 if ((fildes = open(TEMPFILE, O_WRONLY | O_CREAT, 0666)) < 0) {

Completed in 258 milliseconds

<<11121314151617181920>>