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

  /external/strace/
print_ifindex.c 65 xsprintf(res, INI_PFX "%s" INI_SFX, name_quoted);
resource.c 48 xsprintf(buf, "%" PRIu64 "*1024", lim / 1024);
50 xsprintf(buf, "%" PRIu64, lim);
79 xsprintf(buf, "%" PRIu32 "*1024", lim / 1024);
81 xsprintf(buf, "%" PRIu32, lim);
alpha.c 46 xsprintf(outstr, fmt, what, rval);
ioprio.c 52 xsprintf(outstr, "IOPRIO_PRIO_VALUE(%s, %d)", class_buf, data);
print_timeval.c 109 xsprintf(buf, "%#" PRI_klx, addr);
111 xsprintf(buf, timeval_fmt,
202 xsprintf(buf, "%#" PRI_klx, addr);
204 xsprintf(buf, timeval_fmt,
print_timespec.c 135 xsprintf(buf, "%#" PRI_klx, addr);
137 xsprintf(buf, timespec_fmt,
xstring.h 63 #define xsprintf(str_, fmt_, ...) \ macro
xlat.c 52 xsprintf(buf, "%" PRId64, val);
56 xsprintf(buf, "%" PRIu64, val);
60 xsprintf(buf, "%#" PRIx64, val);
ldt.c 174 xsprintf(outstr, "entry_number=%u", desc.entry_number);
poll.c 116 xsprintf(fdstr, fmt, fds.fd);
strace.c 203 xsprintf(buf, "Unknown error %d", err_no);
674 xsprintf(str, "%lld", (long long) local);
723 xsprintf(name, "%s.%u", outfname, tcp->pid);
1066 xsprintf(procdir, task_path, tcp->pid) > 0 &&
    [all...]
signal.c 137 xsprintf(buf, "SIGRT_%u", s - ASM_SIGRTMIN);
142 xsprintf(buf, "%d", sig);
mmap_cache.c 107 xsprintf(filename, "/proc/%u/maps", tcp->pid);
mmsghdr.c 240 xsprintf(str, "left %s", sprint_timespec(tcp, tcp->u_arg[4]));
pathtrace.c 109 xsprintf(linkpath, "/proc/%u/fd/%u", tcp->pid, fd);
prctl.c 98 xsprintf(out, "%s%s%#" PRI_klx,
socketutils.c 334 xsprintf(peer_str, "->%u", peer);
syscall.c 1222 xsprintf(s->buf, "syscall_%#" PRI_klx, shuffle_scno(tcp->scno));
util.c 393 xsprintf(path, "/proc/%u/fd/%u", tcp->pid, fd);

Completed in 317 milliseconds