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

  /external/strace/tests/
inotify_init1.c 50 static const kernel_ulong_t bogus_flags1 = local
57 rc = syscall(__NR_inotify_init1, bogus_flags1);
59 bogus_flags1 & cloexec_flag ? "IN_CLOEXEC|" : "",
60 (unsigned int) (bogus_flags1 & ~all_flags),
  /external/strace/tests-m32/
inotify_init1.c 50 static const kernel_ulong_t bogus_flags1 = local
57 rc = syscall(__NR_inotify_init1, bogus_flags1);
59 bogus_flags1 & cloexec_flag ? "IN_CLOEXEC|" : "",
60 (unsigned int) (bogus_flags1 & ~all_flags),
  /external/strace/tests-mx32/
inotify_init1.c 50 static const kernel_ulong_t bogus_flags1 = local
57 rc = syscall(__NR_inotify_init1, bogus_flags1);
59 bogus_flags1 & cloexec_flag ? "IN_CLOEXEC|" : "",
60 (unsigned int) (bogus_flags1 & ~all_flags),

Completed in 693 milliseconds