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

  /external/strace/
times.c 57 return syserror(tcp) ? RVAL_DECIMAL : RVAL_UDECIMAL;
lseek.c 65 return RVAL_DECODED | RVAL_UDECIMAL;
uid.c 74 return RVAL_UDECIMAL | RVAL_DECODED;
81 return RVAL_UDECIMAL | RVAL_DECODED;
clone.c 164 return RVAL_DECODED | RVAL_UDECIMAL;
prctl.c 335 return tcp->auxstr ? RVAL_STR : RVAL_UDECIMAL;
defs.h 312 #define RVAL_UDECIMAL 003 /* unsigned decimal format */
    [all...]
syscall.c 914 case RVAL_UDECIMAL:

Completed in 88 milliseconds