Searched refs:xappendstr (Results 1 – 7 of 7) sorted by relevance
/external/strace/ |
D | desc.c | 161 outptr = xappendstr(outstr, in decode_select() 171 outptr = xappendstr(outstr, in decode_select() 187 outptr = xappendstr(outstr, outptr, in decode_select()
|
D | xstring.h | 99 #define xappendstr(str_, pos_, fmt_, ...) \ macro
|
D | open.c | 109 p = xappendstr(outstr, p, "%#x", flags); in sprint_open_modes()
|
D | poll.c | 100 outptr = xappendstr(outstr, outptr, "%#" PRI_klx, cur); in decode_poll_exiting()
|
D | signal.c | 209 s = xappendstr(outstr, s, "RT_%u", i - ASM_SIGRTMIN); in sprintsigmask_n() 213 s = xappendstr(outstr, s, "%u", i); in sprintsigmask_n()
|
D | xlat.c | 195 outptr = xappendstr(outstr, outptr, "%#" PRIx64, flags); in sprintflags()
|
D | ChangeLog | 210 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.
|