Home
last modified time | relevance | path

Searched refs:xappendstr (Results 1 – 9 of 9) 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()
Dxlat.c325 outptr = xappendstr(outstr, outptr, "%s", in sprintflags_ex()
333 outptr = xappendstr(outstr, outptr, "0 /* %s */", in sprintflags_ex()
343 outptr = xappendstr(outstr, outptr, "%s", in sprintflags_ex()
363 outptr = xappendstr(outstr, outptr, "%s", in sprintflags_ex()
Dprint_mac.c52 ptr = xappendstr(res, ptr, "%s%02x", i ? ":" : "", addr[i]); in sprint_mac_addr()
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()
Dbasic_filters.c144 (void) xappendstr(name_buf, pos, "@%s", in qualify_syscall_regex()
DChangeLog7772 xstring.h: rephrase xappendstr description a bit.
9369 Use xappendstr instead of xsnprintf where suitable.
9376 outptr = xappendstr(outstr, outptr, ...)
9378 * desc.c (decode_select): Replace xsnprintf with xappendstr.
9386 xstring.h: add xappendstr.
9391 (xappendstr): New macro.