Home
last modified time | relevance | path

Searched refs:RVAL_NONE (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Dipc.c343 return RVAL_NONE; in SYS_FUNC()
Dsyscall.c931 else if (!(sys_res & RVAL_NONE) && u_error) { in trace_syscall_exiting()
1000 if (sys_res & RVAL_NONE) in trace_syscall_exiting()
Ddefs.h369 #define RVAL_NONE 040 /* Print nothing */ macro