Lines Matching refs:xsprintf
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 &&
2000 xsprintf(buf, "WIFSIGNALED,%ssig=%s",
2004 xsprintf(buf, "WIFSIGNALED,sig=%s",
2008 xsprintf(buf, "WIFEXITED,exitcode=%u", WEXITSTATUS(status));
2010 xsprintf(buf, "WIFSTOPPED,sig=%s", signame(WSTOPSIG(status)));
2027 xsprintf(evbuf, ",EVENT_%s (%u)", e, event);