• Home
  • Raw
  • Download

Lines Matching refs:decode_select

9378 	* desc.c (decode_select): Replace xsnprintf with xappendstr.
9666 (decode_select): Replace sprintf with xsnprintf.
21304 * desc.c (decode_select): Rename arg to addr, change its type
21347 * desc.c (decode_select): Change the type of tracee address argument
22116 * desc.c (decode_select): Change type of syscall arguments from long
35892 * desc.c (decode_select): Replace bitness parameter with two printers.
35895 to decode_select.
35897 to decode_select.
35898 (pselect6): Pass print_timespec and sprint_timespec to decode_select.
37486 (decode_select): Do not use xmalloc. Use umoven_or_printaddr
38400 * desc.c (decode_select): Use xmalloc.
40520 decode_select: do not allocate unused memory.
40521 * desc.c (decode_select): On entering syscall, do not allocate memory
42886 decode_select: fix potential use of an uninitialized variable.
42889 * desc.c (decode_select): Initialize fds.
44577 Use it in decode_select() instead of fd_isset().
44600 (decode_select): Use it instead of FD_ISSET.
44605 * desc.c (decode_select): Actually print arg[0] as int on entering
49519 * desc.c (decode_select): Use TIMEVAL_TEXT_BUFSIZE instead of 128
50116 * desc.c (decode_select): Fix double definition of nfds.
50127 * desc.c (decode_select): Cap fdsize to 1024*1024.
50145 * desc.c (decode_select): Set tcp->auxstr as late as possible.
50219 * desc.c (decode_select): Likewise.
50238 * desc.c (decode_select): Change printing logic in order to eliminate
50658 * desc.c (decode_select): Move assignment out of if() condition.
51730 decode_select, sys_epoll_ctl, epoll_wait_common): Use printfd() for
52296 * desc.c (decode_select): Add const qualifier to automatic variables of
52567 * desc.c (decode_select): Fix potential stack buffer overflow.