Home
last modified time | relevance | path

Searched refs:RVAL_UDECIMAL (Results 1 – 8 of 8) sorted by relevance

/external/strace/
Duid.c73 return RVAL_UDECIMAL | RVAL_DECODED; in SYS_FUNC()
80 return RVAL_UDECIMAL | RVAL_DECODED; in SYS_FUNC()
Dtimes.c56 return syserror(tcp) ? RVAL_DECIMAL : RVAL_UDECIMAL; in SYS_FUNC()
Dlseek.c65 return RVAL_DECODED | RVAL_UDECIMAL; in SYS_FUNC()
Dclone.c163 return RVAL_DECODED | RVAL_UDECIMAL; in SYS_FUNC()
Dprctl.c334 return tcp->auxstr ? RVAL_STR : RVAL_UDECIMAL; in SYS_FUNC()
Ddefs.h309 #define RVAL_UDECIMAL 003 /* unsigned decimal format */ macro
Dsyscall.c937 case RVAL_UDECIMAL: in trace_syscall_exiting()
DChangeLog1570 instead of ext_arg. Use RVAL_UDECIMAL instead of RVAL_LUDECIMAL.
1574 * times.c (SYS_FUNC(times)): Use RVAL_UDECIMAL instead
14224 RVAL_UDECIMAL case.
14227 * syscall.c (trace_syscall_exiting): In case of RVAL_UDECIMAL,
15396 Return RVAL_LUDECIMAL instead of RVAL_UDECIMAL.
17555 * times.c (sys_times): Return RVAL_UDECIMAL unless syserror.