/external/strace/ |
D | resource.c | 48 xsprintf(buf, "%" PRIu64 "*1024", lim / 1024); in sprint_rlim64() 50 xsprintf(buf, "%" PRIu64, lim); in sprint_rlim64() 79 xsprintf(buf, "%" PRIu32 "*1024", lim / 1024); in sprint_rlim32() 81 xsprintf(buf, "%" PRIu32, lim); in sprint_rlim32()
|
D | print_timeval.c | 109 xsprintf(buf, "%#" PRI_klx, addr); in MPERS_PRINTER_DECL() 111 xsprintf(buf, timeval_fmt, in MPERS_PRINTER_DECL() 202 xsprintf(buf, "%#" PRI_klx, addr); in sprint_timeval32() 204 xsprintf(buf, timeval_fmt, in sprint_timeval32()
|
D | print_timespec.c | 135 xsprintf(buf, "%#" PRI_klx, addr); in MPERS_PRINTER_DECL() 137 xsprintf(buf, timespec_fmt, in MPERS_PRINTER_DECL()
|
D | xlat.c | 52 xsprintf(buf, "%" PRId64, val); in sprint_xlat_val() 56 xsprintf(buf, "%" PRIu64, val); in sprint_xlat_val() 60 xsprintf(buf, "%#" PRIx64, val); in sprint_xlat_val()
|
D | strace.c | 203 xsprintf(buf, "Unknown error %d", err_no); in strerror() 674 xsprintf(str, "%lld", (long long) local); in printleader() 723 xsprintf(name, "%s.%u", outfname, tcp->pid); in after_successful_attach() 1066 xsprintf(procdir, task_path, tcp->pid) > 0 && in attach_tcb() 2000 xsprintf(buf, "WIFSIGNALED,%ssig=%s", in print_debug_info() 2004 xsprintf(buf, "WIFSIGNALED,sig=%s", in print_debug_info() 2008 xsprintf(buf, "WIFEXITED,exitcode=%u", WEXITSTATUS(status)); in print_debug_info() 2010 xsprintf(buf, "WIFSTOPPED,sig=%s", signame(WSTOPSIG(status))); in print_debug_info() 2027 xsprintf(evbuf, ",EVENT_%s (%u)", e, event); in print_debug_info()
|
D | print_ifindex.c | 65 xsprintf(res, INI_PFX "%s" INI_SFX, name_quoted); in sprint_ifname()
|
D | ioprio.c | 52 xsprintf(outstr, "IOPRIO_PRIO_VALUE(%s, %d)", class_buf, data); in sprint_ioprio()
|
D | alpha.c | 46 xsprintf(outstr, fmt, what, rval); in decode_getxxid()
|
D | xstring.h | 63 #define xsprintf(str_, fmt_, ...) \ macro
|
D | ldt.c | 174 xsprintf(outstr, "entry_number=%u", desc.entry_number); in SYS_FUNC()
|
D | poll.c | 116 xsprintf(fdstr, fmt, fds.fd); in decode_poll_exiting()
|
D | signal.c | 137 xsprintf(buf, "SIGRT_%u", s - ASM_SIGRTMIN); in signame() 142 xsprintf(buf, "%d", sig); in signame()
|
D | mmsghdr.c | 240 xsprintf(str, "left %s", sprint_timespec(tcp, tcp->u_arg[4])); in SYS_FUNC()
|
D | mmap_cache.c | 107 xsprintf(filename, "/proc/%u/maps", tcp->pid); in mmap_cache_rebuild_if_invalid()
|
D | prctl.c | 98 xsprintf(out, "%s%s%#" PRI_klx, in sprint_sve_val()
|
D | pathtrace.c | 109 xsprintf(linkpath, "/proc/%u/fd/%u", tcp->pid, fd); in getfdpath()
|
D | socketutils.c | 334 xsprintf(peer_str, "->%u", peer); in unix_parse_response()
|
D | syscall.c | 1222 xsprintf(s->buf, "syscall_%#" PRI_klx, shuffle_scno(tcp->scno)); in get_scno()
|
D | util.c | 393 xsprintf(path, "/proc/%u/fd/%u", tcp->pid, fd); in getfdproto()
|
D | v4l2.c | 983 xsprintf(outstr, fmt, b.index, b.count); in print_v4l2_create_buffers()
|
D | ChangeLog | 4611 in resulting xsprintf. 9620 Use it for the procdir declaration and xsprintf format string argument. 9678 (decode_poll_exiting): Replace sprintf with xsnprintf and xsprintf. 9682 (signame): Replace sprintf with xsprintf. 9685 print_timeval.c: use xsprintf instead of snprintf. 9687 (sprint_timeval, sprint_timeval32): Replace snprintf with xsprintf. 9689 print_timespec.c: use xsprintf instead of snprintf. 9691 (sprint_timespec): Replace snprintf with xsprintf. 9693 mmsghdr.c: use xsprintf instead of snprintf. 9695 (SYS_FUNC(recvmmsg)): Replace snprintf with xsprintf. [all …]
|