Home
last modified time | relevance | path

Searched refs:RVAL_STR (Results 1 – 20 of 20) sorted by relevance

/external/strace/
Dfcntl.c148 return RVAL_HEX | RVAL_STR; in print_fcntl()
153 return RVAL_HEX | RVAL_STR; in print_fcntl()
176 return RVAL_HEX | RVAL_STR; in print_fcntl()
182 return RVAL_HEX | RVAL_STR; in print_fcntl()
187 return RVAL_STR; in print_fcntl()
Dprctl.c118 return RVAL_STR; in SYS_FUNC()
149 return RVAL_STR; in SYS_FUNC()
185 return RVAL_STR; in SYS_FUNC()
335 return tcp->auxstr ? RVAL_STR : RVAL_UDECIMAL; in SYS_FUNC()
Dsignal.c295 return RVAL_HEX | RVAL_STR; in SYS_FUNC()
392 return RVAL_HEX | RVAL_STR; in SYS_FUNC()
401 return RVAL_HEX | RVAL_STR; in SYS_FUNC()
437 return RVAL_HEX | RVAL_STR; in SYS_FUNC()
681 return RVAL_STR; in SYS_FUNC()
Dpoll.c84 return RVAL_STR; in decode_poll_exiting()
150 return RVAL_STR; in decode_poll_exiting()
Dprint_time.c49 return RVAL_STR; in SYS_FUNC()
Dmembarrier.c49 return RVAL_HEX | RVAL_STR; in SYS_FUNC()
Ddesc.c140 return RVAL_STR; in decode_select()
187 return RVAL_STR; in decode_select()
Dnsfs.c49 return 1 + RVAL_STR; in nsfs_ioctl()
Dmmsghdr.c237 return RVAL_STR; in SYS_FUNC()
246 return RVAL_STR; in SYS_FUNC()
Dpersonality.c68 return RVAL_HEX | RVAL_STR; in SYS_FUNC()
Dalpha.c45 return RVAL_STR; in decode_getxxid()
Dioprio.c86 return RVAL_STR; in SYS_FUNC()
Dldt.c96 return RVAL_STR; in SYS_FUNC()
Dsched.c46 return RVAL_STR; in SYS_FUNC()
Dtime.c177 return RVAL_STR; in do_adjtimex()
Dsyscall.c944 if ((sys_res & RVAL_STR) && tcp->auxstr) in syscall_exiting_trace()
992 if ((sys_res & RVAL_STR) && tcp->auxstr) in syscall_exiting_trace()
Dv4l2.c407 return 1 + RVAL_STR; in print_v4l2_requestbuffers()
958 return 1 + RVAL_STR; in print_v4l2_create_buffers()
Ddefs.h315 #define RVAL_STR 020 /* Print `auxstr' field after return val */ macro
DChangeLog-CVS478 * syscall.c (trace_syscall): If RVAL_STR is set, then
DChangeLog1849 (return RVAL_STR in the latter case).
28634 (RVAL_MASK, RVAL_STR, RVAL_NONE): Update.