Searched refs:xappendstr (Results 1 – 9 of 9) 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 | xlat.c | 325 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()
|
D | print_mac.c | 52 ptr = xappendstr(res, ptr, "%s%02x", i ? ":" : "", addr[i]); in sprint_mac_addr()
|
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 | basic_filters.c | 144 (void) xappendstr(name_buf, pos, "@%s", in qualify_syscall_regex()
|
D | ChangeLog | 7772 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.
|