Home
last modified time | relevance | path

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

/external/strace/
Dipc_shm.c77 return RVAL_NONE; in SYS_FUNC()
Dsyscall.c981 else if (!(sys_res & RVAL_NONE) && u_error) { in trace_syscall_exiting()
1050 if (sys_res & RVAL_NONE) in trace_syscall_exiting()
Ddefs.h395 #define RVAL_NONE 040 /* Print nothing */ macro