Home
last modified time | relevance | path

Searched refs:QUAL_RAW (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dsyscall.c259 { QUAL_RAW, "raw", qual_syscall, "system call" },
260 { QUAL_RAW, "x", qual_syscall, "system call" },
2302 || (qual_flags[tcp->scno] & QUAL_RAW))
2313 qual_flags[tcp->scno] & QUAL_RAW) {
2526 ((qual_flags[tcp->scno] & QUAL_RAW) && tcp->scno != SYS_exit))
Ddefs.h354 #define QUAL_RAW 0010 /* print all args in hex for this syscall */ macro