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

  /external/strace/tests/
unshare.c 42 static const kernel_ulong_t bogus_flags = local
61 rc = syscall(__NR_unshare, bogus_flags);
63 (unsigned long long) bogus_flags, sprintrc(rc));
ipc_sem.c 66 static const int bogus_flags = 0xface1e55; local
76 rc = semget(bogus_key, bogus_size, bogus_flags);
79 IPC_CREAT & bogus_flags ? "IPC_CREAT\\|" : "",
80 IPC_EXCL & bogus_flags ? "IPC_EXCL\\|" : "",
81 IPC_NOWAIT & bogus_flags ? "IPC_NOWAIT\\|" : "",
82 bogus_flags & ~(0777 | IPC_CREAT | IPC_EXCL | IPC_NOWAIT),
83 bogus_flags & 0777, sprintrc_grep(rc));
ipc_msg.c 76 static const int bogus_flags = 0xface1e55 & ~IPC_CREAT; local
81 rc = msgget(bogus_key, bogus_flags);
84 IPC_CREAT & bogus_flags ? "IPC_CREAT\\|" : "",
85 IPC_EXCL & bogus_flags ? "IPC_EXCL\\|" : "",
86 IPC_NOWAIT & bogus_flags ? "IPC_NOWAIT\\|" : "",
87 bogus_flags & ~(0777 | IPC_CREAT | IPC_EXCL | IPC_NOWAIT),
88 bogus_flags & 0777, sprintrc_grep(rc));
ipc_shm.c 67 static const int bogus_flags = 0xface1e55; local
72 rc = shmget(bogus_key, bogus_size, bogus_flags);
75 IPC_CREAT & bogus_flags ? "IPC_CREAT\\|" : "",
76 IPC_EXCL & bogus_flags ? "IPC_EXCL\\|" : "",
77 SHM_HUGETLB & bogus_flags ? "SHM_HUGETLB\\|" : "",
78 bogus_flags & ~(0777 | IPC_CREAT | IPC_EXCL | SHM_HUGETLB),
79 bogus_flags & 0777, sprintrc_grep(rc));
process_vm_readv_writev.c 208 static const kernel_ulong_t bogus_flags = local
266 bogus_iovcnt2, bogus_flags, NULL);
  /external/strace/tests-m32/
unshare.c 42 static const kernel_ulong_t bogus_flags = local
61 rc = syscall(__NR_unshare, bogus_flags);
63 (unsigned long long) bogus_flags, sprintrc(rc));
ipc_sem.c 66 static const int bogus_flags = 0xface1e55; local
76 rc = semget(bogus_key, bogus_size, bogus_flags);
79 IPC_CREAT & bogus_flags ? "IPC_CREAT\\|" : "",
80 IPC_EXCL & bogus_flags ? "IPC_EXCL\\|" : "",
81 IPC_NOWAIT & bogus_flags ? "IPC_NOWAIT\\|" : "",
82 bogus_flags & ~(0777 | IPC_CREAT | IPC_EXCL | IPC_NOWAIT),
83 bogus_flags & 0777, sprintrc_grep(rc));
ipc_msg.c 76 static const int bogus_flags = 0xface1e55 & ~IPC_CREAT; local
81 rc = msgget(bogus_key, bogus_flags);
84 IPC_CREAT & bogus_flags ? "IPC_CREAT\\|" : "",
85 IPC_EXCL & bogus_flags ? "IPC_EXCL\\|" : "",
86 IPC_NOWAIT & bogus_flags ? "IPC_NOWAIT\\|" : "",
87 bogus_flags & ~(0777 | IPC_CREAT | IPC_EXCL | IPC_NOWAIT),
88 bogus_flags & 0777, sprintrc_grep(rc));
ipc_shm.c 67 static const int bogus_flags = 0xface1e55; local
72 rc = shmget(bogus_key, bogus_size, bogus_flags);
75 IPC_CREAT & bogus_flags ? "IPC_CREAT\\|" : "",
76 IPC_EXCL & bogus_flags ? "IPC_EXCL\\|" : "",
77 SHM_HUGETLB & bogus_flags ? "SHM_HUGETLB\\|" : "",
78 bogus_flags & ~(0777 | IPC_CREAT | IPC_EXCL | SHM_HUGETLB),
79 bogus_flags & 0777, sprintrc_grep(rc));
process_vm_readv_writev.c 208 static const kernel_ulong_t bogus_flags = local
266 bogus_iovcnt2, bogus_flags, NULL);
  /external/strace/tests-mx32/
unshare.c 42 static const kernel_ulong_t bogus_flags = local
61 rc = syscall(__NR_unshare, bogus_flags);
63 (unsigned long long) bogus_flags, sprintrc(rc));
ipc_sem.c 66 static const int bogus_flags = 0xface1e55; local
76 rc = semget(bogus_key, bogus_size, bogus_flags);
79 IPC_CREAT & bogus_flags ? "IPC_CREAT\\|" : "",
80 IPC_EXCL & bogus_flags ? "IPC_EXCL\\|" : "",
81 IPC_NOWAIT & bogus_flags ? "IPC_NOWAIT\\|" : "",
82 bogus_flags & ~(0777 | IPC_CREAT | IPC_EXCL | IPC_NOWAIT),
83 bogus_flags & 0777, sprintrc_grep(rc));
ipc_msg.c 76 static const int bogus_flags = 0xface1e55 & ~IPC_CREAT; local
81 rc = msgget(bogus_key, bogus_flags);
84 IPC_CREAT & bogus_flags ? "IPC_CREAT\\|" : "",
85 IPC_EXCL & bogus_flags ? "IPC_EXCL\\|" : "",
86 IPC_NOWAIT & bogus_flags ? "IPC_NOWAIT\\|" : "",
87 bogus_flags & ~(0777 | IPC_CREAT | IPC_EXCL | IPC_NOWAIT),
88 bogus_flags & 0777, sprintrc_grep(rc));
ipc_shm.c 67 static const int bogus_flags = 0xface1e55; local
72 rc = shmget(bogus_key, bogus_size, bogus_flags);
75 IPC_CREAT & bogus_flags ? "IPC_CREAT\\|" : "",
76 IPC_EXCL & bogus_flags ? "IPC_EXCL\\|" : "",
77 SHM_HUGETLB & bogus_flags ? "SHM_HUGETLB\\|" : "",
78 bogus_flags & ~(0777 | IPC_CREAT | IPC_EXCL | SHM_HUGETLB),
79 bogus_flags & 0777, sprintrc_grep(rc));
process_vm_readv_writev.c 208 static const kernel_ulong_t bogus_flags = local
266 bogus_iovcnt2, bogus_flags, NULL);

Completed in 216 milliseconds