HomeSort by relevance Sort by last modified time
    Searched refs:bogus_mode (Results 1 - 6 of 6) sorted by null

  /external/strace/tests/
fallocate.c 47 static const int bogus_mode = 0xdeadca75; local
51 long rc = fallocate(bogus_fd, bogus_mode, bogus_offset, bogus_len);
62 printflags(falloc_flags, (unsigned) bogus_mode, "FALLOC_FL_???");
mq_sendrecv.c 213 static const kernel_ulong_t bogus_mode = local
261 rc = syscall(__NR_mq_open, NULL, bogus_zero, bogus_mode, NULL);
265 rc = syscall(__NR_mq_open, msg, O_CREAT | bogus_oflags, bogus_mode,
268 msg, (unsigned short) bogus_mode, sprintrc(rc));
271 rc = syscall(__NR_mq_open, msg, O_CREAT | bogus_oflags, bogus_mode,
274 msg, (unsigned short) bogus_mode, bogus_attrs + 1, sprintrc(rc));
277 rc = syscall(__NR_mq_open, msg, O_CREAT | bogus_oflags, bogus_mode,
281 msg, (unsigned short) bogus_mode,
  /external/strace/tests-m32/
fallocate.c 47 static const int bogus_mode = 0xdeadca75; local
51 long rc = fallocate(bogus_fd, bogus_mode, bogus_offset, bogus_len);
62 printflags(falloc_flags, (unsigned) bogus_mode, "FALLOC_FL_???");
mq_sendrecv.c 213 static const kernel_ulong_t bogus_mode = local
261 rc = syscall(__NR_mq_open, NULL, bogus_zero, bogus_mode, NULL);
265 rc = syscall(__NR_mq_open, msg, O_CREAT | bogus_oflags, bogus_mode,
268 msg, (unsigned short) bogus_mode, sprintrc(rc));
271 rc = syscall(__NR_mq_open, msg, O_CREAT | bogus_oflags, bogus_mode,
274 msg, (unsigned short) bogus_mode, bogus_attrs + 1, sprintrc(rc));
277 rc = syscall(__NR_mq_open, msg, O_CREAT | bogus_oflags, bogus_mode,
281 msg, (unsigned short) bogus_mode,
  /external/strace/tests-mx32/
fallocate.c 47 static const int bogus_mode = 0xdeadca75; local
51 long rc = fallocate(bogus_fd, bogus_mode, bogus_offset, bogus_len);
62 printflags(falloc_flags, (unsigned) bogus_mode, "FALLOC_FL_???");
mq_sendrecv.c 213 static const kernel_ulong_t bogus_mode = local
261 rc = syscall(__NR_mq_open, NULL, bogus_zero, bogus_mode, NULL);
265 rc = syscall(__NR_mq_open, msg, O_CREAT | bogus_oflags, bogus_mode,
268 msg, (unsigned short) bogus_mode, sprintrc(rc));
271 rc = syscall(__NR_mq_open, msg, O_CREAT | bogus_oflags, bogus_mode,
274 msg, (unsigned short) bogus_mode, bogus_attrs + 1, sprintrc(rc));
277 rc = syscall(__NR_mq_open, msg, O_CREAT | bogus_oflags, bogus_mode,
281 msg, (unsigned short) bogus_mode,

Completed in 194 milliseconds