Home
last modified time | relevance | path

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

/external/strace/
Dfcntl.c147 return RVAL_HEX | RVAL_STR; in print_fcntl()
152 return RVAL_HEX | RVAL_STR; in print_fcntl()
175 return RVAL_HEX | RVAL_STR; in print_fcntl()
181 return RVAL_HEX | RVAL_STR; in print_fcntl()
186 return RVAL_STR; in print_fcntl()
Dprctl.c117 return RVAL_STR; in SYS_FUNC()
148 return RVAL_STR; in SYS_FUNC()
184 return RVAL_STR; in SYS_FUNC()
334 return tcp->auxstr ? RVAL_STR : RVAL_UDECIMAL; in SYS_FUNC()
Dsignal.c270 return RVAL_HEX | RVAL_STR; in SYS_FUNC()
366 return RVAL_HEX | RVAL_STR; in SYS_FUNC()
376 return RVAL_HEX | RVAL_STR; in SYS_FUNC()
407 return RVAL_HEX | RVAL_STR; in SYS_FUNC()
648 return RVAL_STR; in SYS_FUNC()
Dpoll.c83 return RVAL_STR; in decode_poll_exiting()
149 return RVAL_STR; in decode_poll_exiting()
Ddesc.c139 return RVAL_STR; in decode_select()
187 return RVAL_STR; in decode_select()
Dmembarrier.c48 return RVAL_HEX | RVAL_STR; in SYS_FUNC()
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.c85 return RVAL_STR; in SYS_FUNC()
Dldt.c95 return RVAL_STR; in SYS_FUNC()
Dsched.c44 return RVAL_STR; in SYS_FUNC()
Dtime.c176 return RVAL_STR; in do_adjtimex()
Dv4l2.c334 return 1 + RVAL_STR; in print_v4l2_requestbuffers()
837 return 1 + RVAL_STR; in print_v4l2_create_buffers()
Dsyscall.c914 if ((sys_res & RVAL_STR) && tcp->auxstr) in trace_syscall_exiting()
964 if ((sys_res & RVAL_STR) && tcp->auxstr) in trace_syscall_exiting()
Ddefs.h313 #define RVAL_STR 020 /* Print `auxstr' field after return val */ macro
DChangeLog-CVS478 * syscall.c (trace_syscall): If RVAL_STR is set, then
DChangeLog24088 (RVAL_MASK, RVAL_STR, RVAL_NONE): Update.