Home
last modified time | relevance | path

Searched refs:xappendstr (Results 1 – 7 of 7) sorted by relevance

/external/strace/
Ddesc.c161 outptr = xappendstr(outstr, in decode_select()
171 outptr = xappendstr(outstr, in decode_select()
187 outptr = xappendstr(outstr, outptr, in decode_select()
Dxstring.h99 #define xappendstr(str_, pos_, fmt_, ...) \ macro
Dopen.c109 p = xappendstr(outstr, p, "%#x", flags); in sprint_open_modes()
Dpoll.c100 outptr = xappendstr(outstr, outptr, "%#" PRI_klx, cur); in decode_poll_exiting()
Dsignal.c209 s = xappendstr(outstr, s, "RT_%u", i - ASM_SIGRTMIN); in sprintsigmask_n()
213 s = xappendstr(outstr, s, "%u", i); in sprintsigmask_n()
Dxlat.c195 outptr = xappendstr(outstr, outptr, "%#" PRIx64, flags); in sprintflags()
DChangeLog210 xstring.h: rephrase xappendstr description a bit.
1807 Use xappendstr instead of xsnprintf where suitable.
1814 outptr = xappendstr(outstr, outptr, ...)
1816 * desc.c (decode_select): Replace xsnprintf with xappendstr.
1824 xstring.h: add xappendstr.
1829 (xappendstr): New macro.